
DXS-3600 Series 10GbE Layer 2/3 Switch Hardware Installation Guide
18
Figure 4-5 To create a user account
1 At the CLI command prompt, enter the command ‘
enable
’ to enter the
Privileged EXEC Mode
. Press
Enter
.
2 Enter the command ‘
configure terminal
’ to enter the
Global Configuration Mode
. Press
Enter
.
3 Enter the command ‘
username NewUser password 12345
’. Press
Enter
. This will create a user account with the
username of ‘NewUser’ and a password of ‘12345’.
4 Enter the command ‘
username NewUser privilege 15
’. Press
Enter
. This will configure this user account to have
Administrative
(
15
) privileges.
5 Enter the command ‘
line console
’ to enter the
Line Configuration Mode
. Press
Enter
.
6 Enter the command ‘
login local
’. Press
Enter
. This specifies that the local line requires login credentials.
7 Enter the command ‘
end
’ to exit back to the
Privileged EXEC Mode
.
Configuring the IP Address
Each switch must be assigned its own IP Address, which is used for communication with an SNMP network manager
or other TCP/IP applications. The switch's default IP address is
0.0.0.0
and should thus be configured prior to
installation. You can change the switch’s default IP address to fit into your networking address range.
The Switch is also assigned a unique MAC address by the factory. This MAC address cannot be changed, and can be
found by entering the command "
show system-info
" into the command line interface in the
Privileged EXEC
mode,
as shown below.
Figure 4-6 The ‘show system-info’ command
The IP address of the Switch must be configured before it can be managed, by the user, via the Web User Interface.
DXS-3600-32S>enable
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#username NewUser password 12345
DXS-3600-32S(config)#username NewUser privilege 15
DXS-3600-32S(config)#line console
DXS-3600-32S(config-line)#login local
DXS-3600-32S(config-line)#end
DXS-3600-32S#
NOTE:
Passwords are case sensitive. Usernames can be up to 19 characters in length. Passwords
can be up to 16 characters in length.
DXS-3600-32S#show system-info
Device Type : DXS-3600-32S TenGigabit Ethernet Switch
MAC Address : B8-A3-86-12-02-B0
IP Address : 0.0.0.0 (Manual)
VLAN Name : default
Subnet Mask : 0.0.0.0
Default Gateway : 0.0.0.0
Boot PROM Version : Build 1.10.007
Firmware Version : Build 1.10.023
Hardware Version : B1
Firmware Type : EI
Serial Number : R3F71C2000028
System Name :
System Location :
System Uptime : 0 days, 0 hours, 8 minutes, 10 seconds
System Contact :
DXS-3600-32S#