Cisco Systems OL-6244-01 Switch User Manual


  Open as PDF
of 1438
 
2-1198
Catalyst 6500 Series Switch Command Reference—Release 8.4
OL-6244-01
Chapter 2 Catalyst 6500 Series Switch and ROM Monitor Commands
show snmp group
show snmp group
To display the name of the SNMP group or collection of users who have a common access policy, use
the show snmp group command.
show snmp group [volatile | nonvolatile | read-only]
show snmp group [-hex] {groupname} [-hex] user {username}
[security-model {v1 | v2c | v3}]
Syntax Description
Defaults The default storage type is volatile.
Command Types Switch command.
Command Modes Normal.
Usage Guidelines If you use special characters for the groupname and username (nonprintable delimiters for these
parameters), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by
a colon (:); for example, 00:ab:34.
There are three versions of SNMP:
Version 1 (SNMPv1)—This is the initial implementation of SNMP. Refer to RFC 1157 for a full
description of functionality.
Version 2 (SNMPv2c)—The second release of SNMP, described in RFC 1902, has additions and
enhancements to data types, counter size, and protocol operations.
Version 3 (SNMPv3)—This is the most recent version of SNMP and is fully described in RFC 2571,
RFC 2572, RFC 2573, RFC 2574, and RFC 2575. SNMPv3 has significant enhancements to
administration and security.
volatile (Optional) Specifies the storage type is defined as temporary memory and the
content is deleted if the device is turned off.
nonvolatile (Optional) Specifies the storage type is defined as persistent memory and the
content remains after the device is turned off and on again.
read-only (Optional) Specifies that the storage type is defined as read only.
-hex (Optional) Displays groupname and username as a hexadecimal character.
groupname Name of the SNMP group or collection of users who have a common access
policy.
user username Specifies the SNMP group username.
security-model
v1 | v2c | v3
(Optional) Specifies security model v1, v2c, or v3.