1-15
Cisco SRST SNMP MIB Release 3.4 Guide
OL-7959-01
Chapter 1 Cisco SRST SNMP MIB Support
Configuration
Verifying the Enabling of the SNMP Agent
To verify that the SNMP agent has been enabled on a given network device, perform the following steps:
Step 1
Telnet to the target device:
Router#
telnet
xxx.xxx.xxx.xxx
where
xxx.xxx.xxx.xxx
represents the IP address of the target device.
Step 2
Establish the enable mode on the device:
Router#
enable
Step 3
Display the running configuration on the device and examine the output for any displayed SNMP
information:
Router#
show running-config
...
...
snmp-server community public RO
snmp-server community private RW
Any “snmp-server” statement appearing in the output that takes the form shown above verifies that
SNMP has been enabled on the specified device.
Configuration Examples
Configuration examples are provided in the following sections:
•
Complete SRST Configuration Example, page 1-16
•
Configuring SRST Mode, page 1-19
•
Enabling Traps in SRST Mode, page 1-21
•
Monitoring SCCP Phone Statistics, page 1-22
•
Retrieving SIP Phone Registrations, page 1-23
Step 3
Router#
show running-config
Displays the running configuration to determine if an SNMP agent
is already running. If no SNMP information is displayed, continue
with
Step 4
. If any SNMP information is displayed, you can modify
the information or change it as needed.
Step 4
Router#
config terminal
Enters global configuration mode.
Step 5
Router(config)#
snmp-server
community xxxxxx RO
Enables the read-only
(RO
) community string, where
xxxxxx
represents the read-only community string
Step 6
Router(config)#
snmp-server
community xxxxxx RW
Enables the read-write
(RW
) community string, where
xxxxxx
represents the read-write community string.
Step 7
Router(config)#
exit
Exits global configuration mode and returns you to privileged
EXEC mode.
Step 8
Router#
write memory
Writes the modified configuration to nonvolatile memory
(NVRAM), permanently saving the settings.
Command or Action
Purpose