Specifications
29-4
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 29 Monitoring and Managing the Cisco MWR 2941 Router
Configuring Network Management Features
Step 3
Router(config)# snmp-server
community string [view view-name]
[ro | rw] [number]
Example:
Router(config)# snmp-server
community xxxxx RO
Sets up the community access string to permit access to SNMP. The no
form of this command removes the specified community string.
The syntax is as follows:
• string—Community string that acts like a password and permits
access to the SNMP protocol.
• view view-name—(Optional) Previously defined view. The view
defines the objects available to the community.
• ro—(Optional) Specifies read-only access. Authorized management
stations are able only to retrieve MIB objects.
• rw—(Optional) Specifies read-write access. Authorized management
stations are able to both retrieve and modify MIB objects.
• number—(Optional) Integer from 1 to 99 that specifies an access list
of IP addresses that are allowed to use the community string to gain
access to the SNMP agent.
The example shows how to configure the community access string as
xxxxx with read-only access.
Step 4
Router(config)# snmp-server
queue-length length
Example:
Router(config)# snmp-server
queue-length 100
Establishes the message queue length for each trap host, use the
snmp-server queue-length command. The syntax is as follows:
• length—Integer that specifies the number of trap events that can be
held before the queue must be emptied.
The examples shows how to configure the number of trap events as 100.
Command Purpose