Configuring SNMP Agent on Linux Systems

For details about enabling SNMP agent in Linux systems, refer to Enabling SNMP Agent on Linux System.

To configure SNMP Agent you have to modify snmpd.conf file:

  • After the line:
    # name incl/excl subtree mask(optional)
    insert the line
    view allview included .1.3.6
  • Change the line after to:
    # group context sec.model sec.level prefix read write notif
    from
    access notConfigGroup "" any noauth exact systemview none
    to
    access notConfigGroup "" any noauth exact allview none
  • Then restart the snmp agent using:
    /etc/rc.d/init.d/snmpd restart

Was this page helpful?