1-3 
Field  Description 
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 group 
Syntax 
display snmp-agent group [ group-name ] 
View 
Any view 
Parameters 
group-name: Name of the desired SNMP group, a string of 1 to 32 characters. 
Description 
Use the display snmp-agent group command to display the information about an SNMP group, 
including group name, security mode, related views, and storage mode. 
A group is used to define security mode and related views. Users in the same group have the common 
attributes. 
Security mode falls into three types: authPriv (authentication with privacy), authNoPriv (authentication 
without privacy), noAuthNoPriv (no authentication no privacy). 
Related views include: read MIB view, write MIB view, and MIB view in which traps can be sent. 
For the configuration of an SNMP group, refer to the snmp-agent group command. 
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