New Switch (D-Link)
D-Link switches are highly popular in SMB and edge environments. They do not use proprietary software like WinBox, and many models rely entirely on web management.
1. Initial Access
- A factory default D-Link switch typically defaults to
10.90.90.90(Check the sticker on the bottom of your specific model). - Connect your PC to any port on the switch.
- Configure your PC with a static IP address in the same subnet, such as
10.90.90.100 / 24. - Open a web browser to
http://10.90.90.90. - Log in with the default credentials.
2. Setting the Management IP
- Navigate to System → System Settings → IPv4 Interface.
- Select the System interface.
- Choose Static (instead of DHCP).
- Enter your intended network Management IP and Subnet Mask.
- Enter your Default Gateway (the IP of your router).
- Click Apply.
3. Creating VLANs (802.1Q)
- Navigate to L2 Features → VLAN → 802.1Q VLAN.
- By default, all ports are Untagged members of VLAN 1.
- Click Add to create a new VLAN.
- Enter the VID (VLAN ID, e.g.,
10) and VLAN Name (e.g.,Sales).
4. Assigning Ports (Tagged vs Untagged)
In the same 802.1Q VLAN menu:
- Click the port numbers to cycle through their state:
- U (Untagged): Set this for Access ports (connecting to PCs).
- T (Tagged): Set this for Trunk ports (uplinks to routers).
- Blank: Set this for ports that should not receive this VLAN’s traffic.
- Click Apply.
Important PVID Step: For any port you set as U (Untagged), you must also change its PVID (Port VLAN ID)!
- Navigate to L2 Features → VLAN → 802.1Q VLAN PVID Settings.
- Select the port(s).
- Enter the PVID matching the VLAN you just assigned (e.g.,
10).- Click Apply.
5. Save the Configuration
- Click the Save menu at the top of the interface.
- Select Save Configuration.
- Confirm to save the configuration to NVRAM. If you skip this, a power outage will revert your switch to factory defaults!
References & Legal Disclaimer
This material is provided strictly for educational and conceptual purposes. Cisco, Juniper, MikroTik (RouterOS/SwOS), Ubiquiti (UniFi), and D-Link are registered trademarks of their respective owners.
The configurations presented here are based on official vendor documentation, RFC standards (like IETF BGP and OSPF RFCs), and standard networking field practices. Always consult your vendor's official documentation and test in a lab environment before deploying to production.