Users Guide

Table Of Contents
To display the localized authentication and privacy keys in an SNMPv3 user conguration, use the show snmp engineID local
command.
Generate SNMPv3 localized keys
OS10(config)# snmp-server engineID local 80:00:02:b8:04:61:62:63
OS10(config)# snmp-server engineID remote 1.1.1.2 udp-port 432 0xabeecc
Display localized keys
OS10# show snmp engineID local
Local default SNMP engineID: 80:00:02:b8:04:61:62:63
Congure SNMP views
Congure a read-only, read-write, or notify view of the MIB tree structure in the SNMP agent on the switch.
The oid-tree value species the OID in the MIB tree hierarchy at which a view starts. Enter included or excluded to include or
exclude the rest of the sub-tree MIB contents in the view. If necessary, re-enter the command to exclude tree entries in the included
content.
snmp-server view view-name oid-tree [included | excluded]
Congure read-only view
OS10(config)# snmp-server view readonly 1.3.6.1.2.1.31.1.1.1.6 included
Congure read-write view
OS10(config)# snmp-server view rwView 1.3.6.1.2.1.31.1.1.1.6 included
OS10(config)# snmp-server view rwView 1.3.6.1.2.1.31.0.0.0.0 excluded
Display SNMP views
OS10# show snmp view
view name : readview
OID : 1.3.6.5
excluded : True
Congure SNMP groups
Congure an SNMP group with the views allowed for the members of the group. Specify the read-only, read-write, and/or notication
access to the SNMP agent.
The security model corresponds to the SNMP version that users use to send and receive SNMP messages. The security level congures
SNMPv3 user authentication and privacy settings:
auth — Authenticate users in SNMP messages.
noauth — Do not authenticate users or encrypt SNMP messages; send messages in plain text.
priv — Authenticate users and encrypt/decrypt SNMP messages.
Enter an ACL to limit user access so that only messages from and to ACL-allowed users are received and sent from the SNMP agent on
the switch.
snmp-server group group-name {v1 | v2c | v3 security-level} [access acl-name]
[read view-name] [write view-name] [notify view-name]
To congure a view of the MIB tree on the SNMP agent, use the snmp-server view command.
System management
119