Displays the user name (security name) and security model association with a group name.
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. |
N/A.
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.
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:
switch # sh snmpv3 group Group Name : v1v2c_ro Security Name : v1v2c_ro Security Model : snmpv1 Storage Type : NonVolatile Row Status : Active Group Name : v1v2c_rw Security Name : v1v2c_rw Security Model : snmpv1 Storage Type : NonVolatile Row Status : Active Group Name : v1v2c_ro Security Name : v1v2c_ro Security Model : snmpv2c Storage Type : NonVolatile Row Status : Active Group Name : v1v2c_rw Security Name : v1v2c_rw Security Model : snmpv2c Storage Type : NonVolatile Row Status : Active Group Name : admin Security Name : admin Security Model : USM Storage Type : NonVolatile Row Status : Active Group Name : initial Security Name : initial Security Model : USM Storage Type : NonVolatile Row Status : Active Group Name : initial Security Name : initialmd5 Security Model : USM Storage Type : NonVolatile Row Status : Active Group Name : initial Security Name : initialsha Security Model : USM Storage Type : NonVolatile Row Status : Active Group Name : initial Security Name : initialmd5Priv Security Model : USM Storage Type : NonVolatile Row Status : Active Group Name : initial Security Name : initialshaPriv Security Model : USM Storage Type : NonVolatile Row Status : Active Total num. of entries in vacmSecurityToGroupTable : 10
The following command shows information about the group testgroup and user name testuser:
show snmpv3 group testgroup user testuser
The following is sample output from this command:
Group Name : testgroup Security Name : testuser Security Model : USM Storage Type : NonVolatile Row Status : Active
This command was first available in ExtremeXOS 10.1.
The hex_group_name and hex_user_name parameters were added in ExtremeXOS 11.0.