On the Net

|Main Blog|Yearning|  

Words of God


About Linux News and OpenSource




and below are my posts....


Wednesday, November 30, 2005

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#

thisisatest is the read-only community string

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