Logging Into The Cli; Configuring The Ip Address - D-Link DXS-3410 Series Hardware Installation Manual

Layer 3 stackable managed switch
Table of Contents

Advertisement

DXS-3410 Series Layer 3 Stackable Managed Switch Hardware Installation Guide

Logging into the CLI

When we connect to the CLI for the first time, we'll be required to change the login password.
Enter the default username and password to get the process started. The default username and password is admin.
Follow the prompts to successfully change the login password, as shown below.
DXS-3410-32XY TenGigabit Ethernet Switch
Command Line Interface
Firmware: Build 1.00.010
Copyright(C) 2024 D-Link Corporation. All rights reserved.
User Access Verification
Username:admin
Password:*****
Please modify the password of default user 'admin' for security.
Enter Old Password:*****
Enter New Password:*********
Confirm New Password:*********
Password has been changed successfully!
Login again using new password.
Username:admin
Password:*********
Switch#

Configuring the IP Address

To be able to access the Web UI, or the CLI via Telnet/SSH, we need to know what the IP address of the Switch is.
The default IP address is 10.90.90.90 with a subnet mask of 255.0.0.0.
To change the IP address of the Switch to, for example 172.31.131.116 with a subnet mask of 255.255.255.0:
Enter the "configure terminal" command to enter the Global Configuration Mode.
Switch# configure terminal
Enter the "interface vlan 1" command the enter the VLAN Configuration Mode of the default VLAN 1.
Switch(config)# interface vlan 1
Enter the "ip address" command followed by the new IP address and subnet mask.
Switch(config-if)# ip address 172.31.131.116 255.255.255.0
Enter the "end" command to return to the Privilege EXEC Mode.
Switch(config-if)# end
Enter the "copy running-config startup-config" command to save the configuration.
Switch#copy running-config startup-config
Destination filename startup-config? [y/n]:
y
Saving all configurations to NV-RAM.......... Done.
Switch#
20

Advertisement

Table of Contents
loading

Table of Contents