Brocade Network OS Command Reference v4.1.0 User Manual
Page 1270

1232
Network OS Command Reference
53-1003115-01
snmp-server user
2
Description
Use this command to configure SNMPv3 users that can be associated with a trap and inform
response functionality. To add a new user to either group, one of the default users must be
deleted. Optional encryption for auth-password and priv-password is also provided.
Usage Guidelines
Enter no snmp-server user user-name to delete a user.
This command may not be successful where encrypted passwords are generated by third-party or
open-source tools.
Examples
To configure a basic authentication policy:
switch(config)# snmp-server user brocade groupname snmpadmin auth md5 user123
priv priv-password user456
To configure plain-text passwords:
sw0(config# snmp-server user snmpadmin1 auth md5 auth-password private123 priv
DES priv-password public123
To configure encrypted passwords:
sw0(config# snmp-server user snmpadmin2 groupname snmpadmin auth md5
auth-password "MVb+360X3kcfBzug5Vo6dQ==\n" priv DES priv-password
"ckJFoHbzVvhR0xFRPjsMTA==\n" encrypted
See Also
show running-config snmp-server, snmp-server community, snmp-server contact, snmp-server
host, snmp-server location, snmp-server v3host