Zhone 5100 参照マニュアル

ページ / 186
CHAPTER 4
IP services
130    
Vpacket 5100/6100 Series Reference Manual
SNMP
Simple Network Management Protocol (SNMP) commands provide the administrator a tool to 
set SNMP parameters for the 5100/6100 VDR.
Setting an SNMP community
You can set an SNMP community by issuing the set snmp community add command.
Syntax: set snmp community add <name> <privilege>
Arguments:
name
name of the community you want to create
privilege
ReadOnly or ReadWrite
Example:
In this example, an SNMP community named “reset” is created and is assigned ReadOnly 
privilege. A message confirms the addition.
Deleting an SNMP community
You can delete an SNMP community by issuing the set snmp community delete command.
Syntax: set snmp community delete <name>
Argument: 
name
name of the community to be deleted
Example:
In this example, the SNMP community named “reset” is deleted. A message confirms the 
deletion.
VPacket# set snmp community add reset ReadOnly
Community list reset added.
VPacket#
VPacket# set snmp community delete reset
Community list reset deleted.
VPacket#