Specifications

Table Of Contents
snmp-server community
MP-790
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
The following example shows how to assign the string manager to SNMP and allow read-write access to
the objects in the restricted view:
Router(config)# snmp-server community manager view restricted rw
The following example shows how to remove the community comaccess:
Router(config)# no snmp-server community comaccess
The following example shows how to disable all versions of SNMP:
Router(config)# no snmp-server
The following example shows how to configure an IPv6 access list named list1 and links an SNMP
community string with this access list:
Router(config)# ipv6 access-list list1
Router(config-ipv6-acl)# permit ipv6 any any
Router(config-ipv6-acl)# exit
Router(config)# snmp-server community comaccess rw ipv6 list1
Related Commands Command Description
access-list Configures the access list mechanism for filtering frames by protocol type or
v
endor code.
snmp-server enable
tra
ps
Enables the router to send SNMP notification messages to a designated
network management workstation.
snmp-server host Specifies the targeted recipient of an SNMP notification operation.
snmp-server view Creates or updates a view entry.