Commands for Managing the Switch
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
222
show snmpv3 group
show snmpv3 group {[[hex <hex_group_name>] | <group_name>] {user [[hex
<hex_user_name>] | <user_name>]}}
Description
Displays the user name (security name) and security model association with a group name.
Syntax Description
Default
N/A.
Usage Guidelines
The
show snmpv3 group
command displays the details of a group with the given group name. If you
do not specify a group name, the command will display details for all the groups.
This command displays the SNMPv3 vacmSecurityToGroupTable.
Example
The following command displays information about all groups for every security model and user name:
show snmpv3 group
The following is sample output from this command:
Group Name : v1v2c_ro
Security Name : v1v2c_ro
Security Model : snmpv1
Storage Type : Permanent
Row Status : Active
Group Name : v1v2c_rw
Security Name : v1v2c_rw
Security Model : snmpv1
Storage Type : Permanent
Row Status : Active
hex_group_name
Specifies the group name to display. The value is to be supplied as a colon
separated string of hex octets.
group_name
Specifies the group name to display. The value is to be supplied in ASCII
format.
hex_user_name
Specifies the user name to display. The value is to be supplied as a colon
separated string of hex octets.
user_name
Specifies the user name to display. The value is to be supplied in ASCII
format.