User Guide     868
SNMP ConfigurationsConfiguring SNMP & RMON
Step 3 show snmp-server user
Displays the information of SNMP users.
Step 4 end
Return to Privileged EXEC Mode.
Step 5 copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to create a remote SNMP user named admin and add it 
to group nms1. The security settings are as Table 2-1:
Table 2-1  Security Settings for the User
Parameter Value
Security Level v3
Authentication Mode SHA
Authentication Password 1234
Privacy Mode DES
Privacy Password  5678
Switch#configure
Switch(config)#snmp-server user admin remote nms1 smode v3 slev authPriv cmode 
SHA cpwd 1234 emode DES epwd 5678
Switch(config)#show snmp-server user
No.  U-Name     U-Type       G-Name              S-Mode     S-Lev           A-Mode     P-Mode
---   ------            ------            ------                    ------           -----              ------           ------
1     admin           remote       nms1              v3      authPriv      SHA            DES
Switch(config)#end
Switch#copy running-config startup-config