76
Displayed information
Description
Community string
Community string
Community access
Community access permission
Trap-rec-address
IP address which is used to receive Trap.
Trap enable
Enable or disable to send Trap.
SecurityIP
IP address of the NMS which is allowed
to access Agent
2.4.3.4 snmp-server community
Command: snmp-server community <string> {ro|rw}
no snmp-server community <string>
Function:
Configure the community string for the switch; the “
no snmp-server
community <string>
“ 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.
Command mode:
Global Mode
Usage Guide:
The switch supports up to 4 community strings.
Example 1:
Add a community string named “private” with read-write permission.
Switch(config)#snmp-server community private rw
Example 2:
Add a community string named “public” with read-only permission.
Switch(config)#snmp-server community public ro
Example 3:
Modify the read-write community string named “private” to read-only.
Switch(config)#snmp-server community private ro
Example 4:
Delete community string “private”.
Switch(config)#no snmp-server community private
2.4.3.5 snmp-server
Command: snmp-server
no snmp-server
Function:
Enable the SNMP proxy server function on the switch. The “
no snmp-server
”
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.
Example:
Enable the SNMP proxy server function on the switch.