Enable SNMP Local community Strings
This procedure is identical both for cisco routers and also Cisco IOS software-based XL Driver Changes.
1. Telnet for the modem:
prompt#telnet 172.16.99.20
2.Enter in the allow password on the prompt to be able to enter the enable setting:
Router>enable
Password:
Router#
3.Display the running configuration to see the particular SNMP details:
Router#show running-config
Building configuration...
....
....
Be aware: In the event that no SNMP information is current, continue these kinds of actions. When any SNMP commands are detailed, it is possible to modify or even disable all of them.
4. Enter in the settings function:
Router#configure terminal
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#
5.Make use of this order to be able to enable the Read-only (RO) neighborhood stringed:
Router(config)#snmp-server community public RO
where "public" is the Read-only community string.
6.Utilize this control so that you can enable the Read-write (RW) neighborhood string:
Router(config)#snmp-server community private RW
where "private" is the Read-write community string.
7.Exit out from the configuration setting as well as return to the primary fast:
Router(config)#exit
Router#
8.Write the modified settings in order to nonvolatile Memory (NVRAM) to save the actual configurations:
Router#write memory
Building configuration...
[OK]
Router#
27-11-2013, 04:15
Geschreven door karenluo87 
|