Hi,
your configuration looks a bit strange to me. For example for a device you connect to one of the ports 1-5, you would have several choices:
- If the device is unaware of VLANs it can only send and receive untagged frames which are assigned to VLAN 1 inside the switch.
- If the device is VLAN aware you can configure its interface to use either VLAN 20 or 30 or no VLAN at all. Hence the device would send and receive frames tagged either 20 or 30 or untagged frames which are assigned to VLAN 1 inside the switch.
- If the device is able to define several logical interfaces sharing the same physical interface you could configure up to three logical interfaces, where the first interface uses no VLAN (sending and receiving untagged frames being assigned to VLAN 1 inside the switch), the second interface uses VLAN 20 and the third interface uses VLAN 30. This way you could for example build a router that connects all VLANs although having only one physical interface.
But as I don't know what type of devices you want to connect, its hard to judge your configuration. If the devices you want to connect to ports 1-8 are not VLAN capable they would all find themselves in default VLAN 1 and your VLAN configuration would be quite useless.
Devices not being VLAN aware can only be separated into groups belonging to different VLANs, if for the port a device is connected to a single untagged VLAN is defined. For example you could subdivide ports 1-8 into three groups using VLANs 20, 30 and 50 (and not using VLAN 1) as follows:
LAN VID #20 untagged 1-3 and tagged 9
WLAN VID #30 untagged 4-6 and tagged 9
OPS VID #50 untagged 7-8 and tagged 9
Only port 9 uses tagged frames for all three VLANs because it is used to connect your two switches.
Cisco uses different terms for the same things which is quite confusing. For example, taking the last configuration, ports 1-8 would be called "access ports" in Cisco's world, where port 9 is called a "trunk port".
In contrast with D-Link a trunk is an aggregation of two or more physical ports which logically work like one physical port with a bandwidth that is the sum of the bandwiths of all ports the trunk consists of. In Cisco's world this is named a "port channel".
PT