AMX NXA-ENET24 Switch User Manual


 
CLI (Command Line Interface)
228
NXA-ENET24 - Software Management Guide
SNMP Commands (Cont.)
Command Function
show snmp view
Use this command to show
information on the SNMP
groups.
Command Mode: Privileged Exec
Example:
Console#show snmp view
View Name: mib-2
Subtree OID: 1.2.2.3.6.2.1
View Type: included
Storage Type: nonvolatile
Row Status: active
View Name: defaultview
Subtree OID: 1
View Type: included
Storage Type: nonvolatile
Row Status: active
Console#
View Name: Name of an SNMP view.
Subtree OID: A branch in the MIB tree.
View Type: Indicates if the view is included or excluded.
Storage Type: The storage type for this entry.
Row Status: The row status of this entry.
snmp-server group
Use this command to add an
SNMP group, mapping
SNMP users to SNMP
views.
Use the no form to remove
an SNMP group.
Syntax:
snmp-server group groupname {v1 | v2c | v3 {auth | noauth | priv}}
[read readview] [write writeview]
no snmp-server group groupname
groupname - Name of an SNMP group. (Range: 1-32 characters)
v1 | v2c | v3 - Use SNMP version 1, 2c or 3.
auth | noauth | priv - This group uses SNMPv3 with authentication, no
authentication, or with authentication and privacy.
readview - Defines the view for read access. (1-64 characters)
writeview - Defines the view for write access. (1-64 characters)
Default Settings:
readview - Every object belonging to the Internet OID space (1.3.6.1).
writeview - Nothing is defined.
Command Mode: Global Configuration
Command Usage: A group sets the access policy for the assigned users.
When authentication is selected, the MD5 or SHA algorithm is used as
specified in the snmp-server user command.
When privacy is selected, the DES 56-bit algorithm is used for data encryption.
Example:
Console(config)#snmp-server group r&d v3 auth write daily
Console(config)#