Configuration Guide     50
Managing System User Management Configurations
The following example shows how to create a uesr with the access level of Operator, set 
the username as user1 and password as 123, enable AAA function and set the enable 
password as abc123.
Switch#configure
Switch(config)#user name user1 privilege operator password 123
Switch(config)#aaa enable
Switch(config)#enable admin password abc123
Switch(config)#show user account-list
    Index       User-Name         User-Type
    -----         ---------                  ---------
    1               user1                     Operator
    2               admin                     Admin
Switch(config)#end
Switch#copy running-config startup-config