iES20G/iES18G
Series User’s Manual
iS5 Communications Inc.
89
6.10
Commands Set List — SNMP command set
iES20G Series Commands
Level Description
Example
snmp agent-mode
[v1v2c | v3]
G
Select the agent mode of
SNMP
switch(config)#snmp agent-mode v1v2c
Snmp trap server
[IP address]
community
[Community-string]
trap-version
[v1|v2c]
G
Configure SNMP trap
server host information
and community string
switch(config)#
snmp trap server
192.168.10.50 community public
trap-version v1
snmp community-strings
[Community-string]
right
[RO|RW]
G
Configure the community
string right
switch(config)#snmp community-strings
public right RO
or
switch(config)#snmp community-strings
public right RW
snmp snmpv3-user
[User Name]
password
[Authentication Password]
[Privacy Password]
G
Configure the userprofile
for SNMPV3 agent.
Privacy password could be
empty.
switch(config)#snmp snmpv3-user test01
password AuthPW PrivPW
show snmp
P
Show SNMP configuration switch#show snmp
show snmp trap
P
Show specified trap
server information
switch#show snmp trap
no snmp community-strings
[Community]
G
Remove the specified
community.
switch(config)#no snmp
community-strings public
no snmp snmpv3-user
[User Name]
password
[Authentication Password]
[Privacy Password]
G
Remove specified user of
SNMPv3 agent. Privacy
password could be empty.
switch(config)# no snmp snmpv3-user
test01 password AuthPW PrivPW
no snmp trap server
[Host-address]
G
Remove the SNMP server
host.
switch(config)#no snmp trap server
192.168.10.50