
69
Description
Use the
display snmp-agent group
command to display information about an SNMP group, including
the group name, security model, MIB view, and storage type. If no group is specified, the command
displays information about all SNMP groups.
Examples
# Display information about all SNMP groups.
<Sysname> display snmp-agent group
Group name: groupv3
Security model: v3 noAuthnoPriv
Readview: ViewDefault
Writeview: <no specified>
Notifyview: <no specified>
Storage-type: nonVolatile
Table 18
Output description
Field Description
Group name
SNMP group name
Security model
Security model of the SNMP group:
•
authPriv—authentication with privacy
•
authNoPriv—authentication without privacy
•
noAuthNoPriv—no authentication, no privacy
For an SNMPv1 or SNMPv2c group, the security model can be only
noAuthNoPriv.
Readview
The read only MIB view accessible to the SNMP group
Writeview
The writable MIB view associated with the SNMP group
Notifyview
The notify MIB view for the SNMP group. The SNMP users in the
group can send traps only for the nodes in the notify MIB view.
Storage-type
Storage type, including volatile, nonVolatile, permanent, readOnly,
and other (see
display snmp-agent local-engineid
Syntax
display snmp-agent local-engineid
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.