SANtricity 11.8 Commands

to Japanese version

Show SNMPv3 USM user

The show allsnmpUsers command returns information about the Simple Network Management (SNMP) USM users defined for the storage system.

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin or Support Admin role.

Syntax

show (allSnmpUsers |
    snmpUser userName="snmpUsername" |
    snmpUsers [snmpUserName1 ... snmpUserNameN])
    [summary]

This command returns SNMP user information similar to the following

SNMP USERS------------------------------

SUMMARY

   Total SNMP Users: 2
   Total SNMP Trap Destinations: 1

DETAILS

   SNMP User: TestUser1
   SNMP Engine ID: local
   SNMP Permission: Read Only
   SNMP Authentication Protocol: sha
   SNMP Privacy Protocol: aes128

      Associated Trap Destination:

      Trap Receiver IP Address  Send Authentication Failure Traps
      10.113.173.133            false

   SNMP User: TestUser2
   SNMP Engine ID: local
   SNMP Permission: Read Only
   SNMP Authentication Protocol: sha256
   SNMP Privacy Protocol: none

      Associated Trap Destination:

Parameters

Parameter Description

allSnmpUsers

This parameter returns information about all of the SNMP users in the storage system.

userName

The name of the SNMP user for which you want to retrieve information. Enclose the SNMP user name in double quotation marks (" ").

snmpUsers

The names of several SNMP users for which you want to retrieve information. Enter the names of the SNMP users using these rules:

  • Enclose all of the names in square brackets ([ ]).

  • Enclose each of the names in double quotation marks (" ").

  • Separate each of the names with a space.

summary

This parameter returns a list of the total number of SNMP users and the total number of SNMP trap destinations. When you use this parameter, all of the detail information is omitted.

Minimum firmware level

8.72

Top of Page