1-4
Examples
# Display the information about all the SNMP groups.
<Sysname> display snmp-agent group
Group name: v3group
Security model: v3 noAuthnoPriv
Readview: ViewDefault
Writeview: ViewDefault
Notifyview : ViewDefault
Storage-type: nonVolatile
Table 1-2 display snmp-agent group command output description
Field Description
Group name SNMP group name of the user
Security model
SNMP group security mode, which can be
AuthPriv (authentication with privacy),
AuthnoPriv (authentication without privacy), and
noAuthnoPriv (no authentication no privacy).
Readview
Read-only MIB view corresponding to the SNMP
group
Writeview
Writable MIB view corresponding to the SNMP
group
Notifyview
Notify MIB view in which traps can be sent. It
corresponds to the SNMP group
storage-type
Storage type, which can be:
z volatile: Information will be lost if the system
is rebooted
z nonVolatile: Information will not be lost if the
system is rebooted
z permanent: Modification is permitted, but
deletion is forbidden
z readOnly: Read only, that is, no modification,
no deletion
z other: Other storage types
display snmp-agent mib-view
Syntax
display snmp-agent mib-view [ exclude | include | viewname view-name ]
View
Any view
Parameters
exclude: Specifies the SNMP MIB views that are of the excluded type.
Include: Specifies the SNMP MIB views that are of the included type.
view-name: Name of an SNMP MIB view to be displayed.