© 2011 Fujitsu Technology Solutions
60
17.2 Configuring SNMP User
Beginning in privileged EXEC mode, follow these steps to configure SNMPv3 agent user:
Command Purpose
Step 1 configure Enter global configuration mode
Step 2 snmp-server user v3-username
[auth <md5|noauth|sha> <0|7>
v3-password [priv <des> <0|7>
v3-encripted-password]]
Create a SNMPv3 username
Step 3 exit Return to global configuration mode.
Step 4 show snmp user Verify the configuration.
To configure SNMPv3 user, use the snmp-server global configuration command. To
display the SNMPv3 configuration, use show snmp user privileged EXEC command.
In this example, one SNMPv3 user is created for MD5 authentication and plain password:
(BX900-CB1)(Config)#snmp-server user v3_user auth md5 0 v3_password
(BX900-CB1)(Config)#exit
(BX900-CB1)#show snmp user
User Name Authentication Encryption
----------------- ------------------- -----------------
v3_user MD5 None
(BX900-CB1)#