Versions Compared

Key

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

...

To quickly adjust this setting you could run the following command using the node_admin.pl tool that ships with NMIS. The max_messagesize msg_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