Dell SNMPv3 Users

SNMPv3 supports cryptographic security by a combination of authenticating and encrypting the SNMP protocol packets over the network. Read-only access is currently supported. The admin user can add or remove SNMPv3 users.

Configuration Commands

Configure a new SNMPv3 user (minimum 8 characters for passwords):

snmp-server user <USER> cray-reds-group 3 auth md5 <A-PASS> priv des <P-PASS>

NOTE Removal of an SNMPv3 user is not possible on Dell equipment.

Show commands to validate functionality:

show snmp user

Example Output

show snmp vrf
SNMP enabled VRF
----------------------------
default
show snmp user
User name                 : testuser
Group                     : cray-reds-group
Version                   : 3
Authentication Protocol   : MD5
Privacy Protocol          : DES

Expected Results

  1. Administrators can configure the new user
  2. Administrators can connect to the server from the workstation

Back to Index