Help in configuring 802.1 q VLAN

Hi,

I have a TP-Link Archer C6 v2 router with openwrt and TL-SG108E Easy smart switch.

My primary br-lan interface is configured with static address 10.10.10.1/24,

Now i want to have another two interfaces (vlan) with static addresses as 10.10.4.1/24 and 10.10.5.1/24

I am using LAN 1 port of router to connect to swich, and in switch i need to assign the vlan 4 & 5 to dedicated port.

eg, in switch
port 8 - 10.10.4.2
port 7- 10.10.5.2
port 6 - 10.10.5.3
port 5 - 10.10.10.5
port 4 - 10.10.10.6

port 1 - connected to router

VLAN configuration in router

Interface configuration in router

VLAN configuration in switch 802.1Q

The VLAN are not working properly
I could not connect to 10.10.4.x or 10.10.5.x

1.OpenWrt router:
Do not mix tagged and untagged frames on the same physical interface. Enable VLAN tagging for VLAN 1 on interface LAN1.

2.TP-Link switch:
Make sure that 802.1Q function is enabled. The VLAN configuration should look like this.
image

Find the menu VLAN>802.1Q VLAN PVID Setting and make the following changes:

Port    PVID
Port6	 5
Port7	 5
Port8	 4

For clarification, take a look at these examples.

1 Like

I use a NetGear SG108E

*
*

1 Like

It worked Thanks :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.