Overview of User Accounts
Managing Switch User Accounts
page 7-6
OmniSwitch 6600 Family Switch Management Guide
April 2006
Quick Steps for Creating Customer Login User Accounts
1
Set up a user profile through the
command. For example, configure a profile called
Profile1
that specifies read-write access to the
physical
and
basic-ip-routing
command areas:
-> end-user profile Profile1 read-write physical basic-ip-routing
2
Specify ports to which the profile will allow access. In this example,
Profile1
will be configured with
access to ports on slot 1 and slot 2.
-> end-user profile Profile1 port-list 1/1-2 1/4-5 2/1-8
3
Specify VLANs or VLAN ranges to which the profile will allow access. In this example,
Profile1
will
be configured with access to VLANs 3 through 8.
-> end-user profile Profile1 vlan-range 3-8
Note. Optional
. To verify the end-user profile, enter the
command. The display is
similar to the following:
End user profile : Profile1
Area accessible with read and write rights :
physical,
basic ip routing,
Slot : 1, ports allowed : 1-2, 4-5
Slot : 2, ports allowed : 1-8
Vlan Id :
3-8
For more information about the
show end-user profile
command, see the
OmniSwitch CLI Reference
Guide
.
4
Associate the profile with a user account. Enter the
user
command with the relevant username and
password and specify
Profile1
. In this example, the user name is
Customer1
and the password is
my_passwd
:
-> user Customer1 password my_passwd end-user profile Profile1
For more information about creating a user and setting up a password, see
For information about creating end-user profiles, see
“Setting Up End-User Profiles” on page 7-14
.
Note. Optional
. To verify the user account, enter the
command. The display is similar to the
following:
User name = Customer1
END user profile
= Profile1
SNMP authentication
= NONE, Snmp encryption = NONE
User name = default
END user profile
Profile5
Snmp not allowed
For more information about the
show user
command, see the
OmniSwitch CLI Reference Guide
.