SNMP Setup on Cisco Devices

To configure SNMP agents on Cisco devices, you need to log into the device and switch to privileged mode. Then you can run following commands from command prompt.

Commands to Enable SNMP

#configure terminal

#snmp-server community <community_string> [rw/ro]

(for example: snmp-server community public ro)

#end

#copy running-config startup-config

Commands to Enable Trap

#configure terminal

#snmp-server enable traps snmp authentication

#end

#copy running-config startup-config

Commands to Set Iotellect Server as Host

#configure terminal

#snmp-server host <Iotellect Server IP> <Trap community string> snmp

(for example: snmp-server host 192.168.9.58 public snmp)

#end

#copy running-config startup-config

Was this page helpful?