Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Max Message size too small/large

snmp_max_msg_size

Go to /usr/local/nmis9/Conf/

vim Conf.nmis

Image Added


The primary tunable NMIS configuration setting for SNMP is snmp_max_msg_size, which controls how large a single SNMP packet may be.

...

To quickly adjust this setting you could run the following command using the node_admin.pl tool that ships with NMIS. The max_msg_messagesize size value of course can be increased or decreased as desired.

Code Block
/usr/local/nmis9/admin/node_admin.pl act=set node=nodename entry.configuration.max_messagesize=2800msg_size=2800

SNMP Partially Working in NMIS but SNMPWALK works no problem

Many SNMP agents to not comply to the SNMPv2c specifications so do not support multiple SNMP PDU's in a single packet.  This feature can be disabled by setting max_repetitions to 1, which means one SNMP PDU per SNMP packet.

Code Block
/usr/local/nmis9/admin/node_admin.pl act=set node=nodename entry.configuration.max_repetitions=1