
1-103
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 0 private
Add a community string named “public” with read-only permission.
Switch(config)#snmp-server community ro 0 public
Modify the read-
write community string named “private” to read-only.
Switch(config)# snmp-server community ro 0 private
Delete community string “private”.
Switch(config)#no snmp-server community 0 private
Bind the read-only community string
“public” to readable view “pviewr”.
Switch(config)#snmp-server community ro 0 public read pviewr
Bind the read-write community string
“private” to readable view “pviewr” and writable view “pvieww”.
Switch(config)#snmp-server community rw 0 private read pviewr write pvieww
1.4.13 snmp-server enable
Command:
snmp-server enable
no snmp-server enable
Function:
Enable t
he SNMP proxy server function on the switch. The “
no snmp-server enable
” command disables the SNMP
proxy server function
Command mode:
Global mode
Default:
SNMP proxy server function is disabled by system default.
Usage guide:
To perform configuration management on the switch with network manage software, the SNMP proxy server function
has to be enabled with this command.