Download Print this page

Cisco Dial NMS Implementation Manual page 42

Cisco systems basic dial nms implementation guide

Advertisement

To enable SNMP on a Cisco IOS device in the network, follow these steps.
In some software releases, the commands snmp-server engineID local and
snmp-server packetsize are enabled by default.
To use Loopback0 for device management and set SNMP traps to use that IP address, enter the
following commands. This configuration also eliminates the need to change IP addresses if a different
interface is used to send traps.
!
interface Loopback0
ip address 172.21.10.1 255.255.255.255
!
!
snmp-server trap-source Loopback0
!
To enable a basic SNMP configuration, enter the following commands. See Table 13 for descriptions of
each command.
snmp-server community 5urf5h0p RO
snmp-server community 5crapmeta1 RW
snmp-server location Lake Travis (Austin) Dial POP
snmp-server contact net-admin@aurora.the.net
snmp-server enable traps
snmp host 172.23.10.1 traps SNMPv1
snmp-server community 5urf5h0p RO
snmp-server community 5crapmeta1 RW
snmp-server location Lake Travis
(Austin) Dial POP
snmp-server contact admin
net-admin@aurora.the.net
Assigns a read only (RO) community string. Only get
requests (queries) can be performed.
The RO community string in this example (5urf5h0p)
allows Get requests but no Set operations. The NMS and the
managed device must reference the same community string.
Assigns a read write (RW) community string. SNMP
applications require RW access for Set operations.
The RW community string in this example (5crapmeta1)
enables write access to OID values. For example, you can
shut down an interface, download a configuration file, or
change a password.
Specifies the location of the device for administrative
purposes.
Specifies a contact name to notify whenever a MIB problem
occurs.

Advertisement

loading