Hi folks,
hope someone can help me understand the interaction of vlan interfaces and tagged traffic. My question is does a L3 Switch care about 802.1Q tagged packets when it comes to routing?
For example i have as the core switch an A5120el. And V1910 as edge switches. Linked through a 2 port bridge aggregation.
On the A5120 you have several VLANs. Say 110, 120, 130. All with an interface in the 192.168.<vlan-id>.254/24 IP setup. Some ports get a tagged vlan id 110 to go to some virtual server. Vlan 120, 130 are tagged on the bridge aggregation ports to the edge switches.
The edge switches just have the 120 and 130 vlan. No interface. We have the 120 and 130 vlan going tagged over the bridge aggregation to the core. The clients get an untagged port in either 120 or 130 vlan depending on their location.
Taking for granted that dhcp works for the clients and have the gateway of 192.168.<vlan-id>.254. Which is pingable and all good. Now if I would go from a 120 vlan client to a 110 vlan server:
1.) packet from 192.168.120.1/32 goes into the switch untagged.
2.) Uplink tagges the packets with vlan id 120.
3.) Arrival of the tagged packet at 192.168.120.254
4.) Routing of the 192.168.120.1 to 192.168.110.1
5.) ????
Does the port for 192.168.110.1 now tag the packet with vlan id 110 and leave the vlan id 120 untouched?
Does the routing remove all 802.1Q tags?
Do I even have to care about 802.1Q when it comes to routing within a switch that has all the vlans setup?