Login to D-Link switch

D-Link switch by default (or on reboot/ reset) has following credentials. Following has been verified on model DGS 1210-10P:-

1) IP Address = 10.90.90.90/8
2) Username = admin
3) Password = admin

Pressing the reset pin on switch after disconnecting from router resets it's IP to default value. This takes about 3 minutes. Connect the switch to laptop using ethernet cable. Inorder to connect and login to the switch you need to set the laptops IP within network range of switch. Set static IP on wired network for laptop to 10.90.90.10/8. 
(In ubuntu go to Network > Wired > IPv4.
Select Manual option and add following
Address = 10.90.90.10
Netmask = 8
Click Apply. )

Now go to browser. Type 10.90.90.90 at url field. Prompt to login for switch appears.

Else open terminal in ubuntu. Type
$ sudo telnet 10.90.90.90
Prompt to login with username and password appears.

Settings can be now customised refering to the switch manual.

Comments

Popular from this site

How to set static IP address for Raspberry pi in headless setup?

Exception: Please shut down the controller which is running on port 6653: Mininet

Send and Capture icmp packets with type&code using hping