Configuring SAN Admin Users
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Configures SAN admin user role access for the
specified user.
switch(config) # username user-id role
san-admin password password
Step 2
(Optional)
Displays the role configuration.
switch(config) # show user-account
Step 3
(Optional)
Displays the SNMP user configuration.
switch(config) # show snmp-user
Step 4
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to
the startup configuration.
switch(config)# copy running-config
startup-config
Step 5
The following example shows how to configure a SAN admin user and display the user account and SNMP
user configuration:
switch# configure terminal
switch(config)# username user1 role san-admin password xyz123
switch(config)# show user-account
user:admin
this user account has no expiry date
roles:network-admin
user:user1
this user account has no expiry date
roles:san-admin
switch(config) # show snmp user
________________________________________________________________________
SNMP USERS
________________________________________________________________________
User Auth Priv(enforce) Groups
____ ____ _____________ ______
admin md5 des(no) network-admin
user1 md5 des(no) san-admin
________________________________________________________________________
NOTIFICATION TARGET USES (configured for sending V3 Inform)
________________________________________________________________________
User Auth Priv
____ ____ ____
switch(config) #
Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
OL-31641-01 77
Configuring User Accounts and RBAC
Configuring SAN Admin Users