User Manual

Table Of Contents
Chapter 6: Command Sets
GE-DSH-73/DSH-82 and DSH-82-PoE User Manual 151
Commands Level Description Example
snmpv3 access context-
name [Context Name ]
group
[Group Name ]
security-level
[NoAuthNoPriv|AuthNoPr
iv|AuthPriv]
match-rule
[Exact|Prifix]
views
[Read View Name] [Write
View Name] [Notify View
Name]
G Configure the access table
of SNMPV3 agent
switch(config)#snmpv3 access
context-name Test group G1 security-
level AuthPriv
match-rule Exact views V1 V1 V1
snmpv3 mibview view
[View Name]
type
[Excluded|Included]
sub-oid
[OID]
G Configure the mibview table
of SNMPV3 agent
switch(config)#snmpv3 mibview view
V1 type Excluded sub-oid 1.3.6.1
show snmp P Show SNMP configuration switch#show snmp
no snmp community-
strings [Community]
G Remove the specified
community.
switch(config)#no snmp community-
strings public
no snmp-server host
[Host-address]
G Remove the SNMP server
host.
switch(config)#no snmp-server host
192.168.1.50
no snmpv3 user
[User Name]
G Remove specified user of
SNMPv3 agent.
switch(config)#no snmpv3 user Test
no snmpv3 access
context-name [Context
Name ]
group
[Group Name ]
security-level
[NoAuthNoPriv|AuthNoPr
iv|AuthPriv]
match-rule
[Exact|Prifix]
views
G Remove specified access
table of SNMPv3 agent.
switch(config)#no snmpv3 access
context-name Test group G1 security-
level AuthPr
iv match-rule Exact views V1 V1 V1