cc/td/doc/cisintwk/intsolns/dialsol
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Task 1—Enabling SNMP in a Cisco IOS Device

Task 1—Enabling SNMP in a Cisco IOS Device

About Enabling SNMP

In this case study:

One block of loopback IP addresses is used to simplify IP-security filtering at the NOC. This technique protects the NOC from devices that should not access management services, such as TACACS+, RADIUS, syslog, and SNMP.


Caution   Avoid using well-known community strings, such as "public," "private," or "cisco." These strings are easily guessed and leave your device open to malicious attacks or inadvertent access. To further enhance SNMP security, apply access lists to the community strings.

Enabling SNMP

To enable SNMP on a Cisco IOS device in the network, follow these steps.


Step 1   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 

!
 

Step 2   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


Table 13: SNMP Command Descriptions
Command Purpose
snmp-server community 5urf5h0p RO

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.

snmp-server community 5crapmeta1 RW

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.

snmp-server location Lake Travis 
(Austin) Dial POP

Specifies the location of the device for administrative purposes.

snmp-server contact admin 
net-admin@aurora.the.net

Specifies a contact name to notify whenever a MIB problem occurs.

snmp-server enable traps

Enables traps for unsolicited notifications for configuration changes, environmental variables, and critical device conditions.

This command enables 14+ other commands for distinct types of SNMP traps. Edit this command list to include only the traps that are used by your network environment.

snmp host 172.23.10.1 traps SNMPv1

Identifies the host destination for the traps. Traps are sent in the SNMP v1 format in this case study.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Tue Jul 10 11:55:30 PDT 2001
All contents are Copyright © 1992--2001 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.