Basic Cisco Router SNMP Config
Basic Cisco Router SNMP Configuration
To enable read-only SNMP services, use the following configuration command:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#snmp-server community thisisatest ro
Router(config)#end
Router#
To enable read-write SNMP services, use the following command:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#snmp-server community thisisatest rw
Router(config)#end
Router#
0 Comments:
Post a Comment
<< Home