show snmp group

Use this command to display an SNMP group configuration. An SNMP group is a collection of SNMPv3 users who share the same access privileges.

Syntax

show snmp group [groupname groupname] [user user] [security-model {v1 | v2c | usm}] [volatile | nonvolatile | read-only]

Parameters

groupname groupname (Optional) Displays information for a specific SNMP group.
user user (Optional) Displays information about users within the specified group.
security-model v1 | v2c | usm (Optional) Displays information about groups assigned to a specific security SNMP model.
volatile | nonvolatile | read-only (Optional) Displays SNMP group information for a specified storage type.

Defaults

  • If groupname is not specified, information about all SNMP groups will be displayed.
  • If user is not specified, information about all SNMP users will be displayed.
  • If security-model is not specified, user information about all SNMP versions will be displayed.
  • If no storage types are specified, information for all storage types will be displayed.

Mode

All command modes.

Example

This example shows how to display SNMP group information:

System(rw)->show snmp group
--- SNMP group information ---
Security model          = SNMPv1
Security/user name      = public
Group name              = Anyone
Storage type            = nonVolatile
Row status              = active
Security model          = SNMPv1
Security/user name      = public.router
Group name              = Anyone
Storage type            = nonVolatile
Row status              = active

show snmp group Output Details shows a detailed explanation of the command output.

Click to expand in new window

show snmp group Output Details

Output... What it displays...
Security model SNMP version associated with this group.
Security/user name User belonging to the SNMP group.
Group name Name of SNMP group.
Storage type Whether entry is stored in volatile, nonvolatile or read-only memory.
Row status Status of this entry: active, notInService, or notReady.