C
HAPTER
26
| SNMP Commands
– 353 –
SNMP/View>delete 2
SNMP/View>
snmp view lookup This command displays SNMPv3 view entries.
SYNTAX
snmp view lookup [index]
index - Index to SNMPv3 view table. (Range: 1-64)
DEFAULT SETTING
Displays all entries.
EXAMPLE
SNMP/View>lookup
Idx View Name View Type OID Subtree
--- -------------------------------- --------- ---------------------------
1 default_view included .1
2 ifEntry.a included .1.3.5.1.2.1.2.2.1.1.*
Number of entries: 2
SNMP/View>
snmp access add This command adds or modifies an SNMPv3 access entry.
SYNTAX
snmp access add group-name security-model security-level
[read-view-name] [write-view-name]
group-name - The name of the SNMP group. (Range: 1-32
characters, ASCII characters 33-126 only)
security-model - The user security model. (Options: any, v1, v2c, or
the User-based Security Model – usm)
security-level - The security level assigned to the group.
noAuthNoPriv - There is no authentication or encryption used
in SNMP communications.
AuthNoPriv - SNMP communications use authentication, but
the data is not encrypted.
AuthPriv - SNMP communications use both authentication and
encryption.
read-view-name - The configured view for read access.
(Range: 1-32 characters, ASCII characters 33-126 only)
write-view-name - The configured view for write access.
(Range: 1-32 characters, ASCII characters 33-126 only)