mac
61
Command: snmp-server community {ro | rw} <string> [access {<num-std>|<name>}]
[ipv6-access {<ipv6-num-std>|<ipv6-name>}] [read <read-view-name>] [write
<write-view-name>]
no snmp-server community <string> [access {<num-std>|<name>}]
[ipv6-access {<ipv6-num-std>|<ipv6-name>}]
Function: Configure the community string for the switch; the no command deletes the
configured community string.
Parameter: <string> is the community string set;
ro | rw is the specified access mode to MIB, ro for read-only and rw for
read-write;
<num-std> is the access-class number for standard numeric ACL, ranging
between 1-99;
<name> is the access-class name for standard ACL, the character string
length is ranging between 1-32;
<ipv6-num-std> is the access-class number for standard numeric IPv6 ACL,
ranging between 500-599;
<name> is the access-class name for standard IPv6 ACL, the character
string length is ranging between 1-32;
<read-view-name> is the name of readable view which includes 1-32
characters;
<write-view-name> is the name of writable view which includes 1-32
characters.
Command mode: Global Mode
Usage Guide: The switch supports up to 4 community strings. It can realize the
access-control for specifically community view by binding the community name to
specifically readable view or writable view.
Example:
Add a community string named ―private‖ with read-write permission.
Switch(config)#snmp-server community rw private
Add a community string named ―public‖ with read-only permission.
Switch(config)#snmp-server community ro public
Modify the read-write community string named ―private‖ to read-only.
Switch(config)#snmp-server community ro private
Delete community string ―private‖.
Switch(config)#no snmp-server community private
Bind the read-only community string ―public‖ to readable view ―pviewr‖.
Switch(config)#snmp-server community ro public read pviewr
Bind the read-write community string ―private‖ to readable view ―pviewr‖ and writable view










