Loading ...
Loading ...
Loading ...
DXS-3610 Series Layer 3 Stackable 10GbE Managed Switch Hardware Installation Guide
24
Logging into the CLI
At the login screen, enter the Username and Password and press Enter after each entry to access the CLI.
DXS-3610-54S TenGigabit Ethernet Switch
Command Line Interface
Firmware: Build 1.01.003
Copyright(C) 2020 D-Link Corporation. All rights reserved.
User Access Verification
Username:admin
Password:*****
Switch#
NOTE: For security reasons, it is highly recommended to configure a personal username and password
for this Switch.
Creating a User Account
To create a new user account, use the username command in the Global Configuration Mode.
Switch# configure terminal
Switch(config)# username NewUser password 12345
Switch(config)# username NewUser privilege 15
Switch(config)#
A user account with the username 'NewUser', password '12345', and privilege level 15 was created.
NOTE: Usernames can be up to 32 characters in length. Passwords can be up to 32 plain-text
characters in length. Passwords are case sensitive.
Configuring the IP Address
To configure the IP address of the Switch, use the ip address command in the VLAN Interface Configuration Mode.
Switch# configure terminal
Switch(config)# interface vlan 1
Switch(config-if)# ip address 10.50.50.50 255.0.0.0
Switch(config-if)#
The IP address of the Switch was change to '10.50.50.50' with the subnet mask of '255.0.0.0'.
Loading ...
Loading ...
Loading ...