Tagged Packets on native VLAN General Port

Scenario a)

I have a Switchport (g1) in General-Mode. Say g1 is member of VLAN1 (native, untagged) and VLAN2 (tagged). Another Port (g2) is in Trunk-Mode, and member of VLAN1 and VLAN2

If i send a packet, tagged with VLAN1 over g2, is this packet leaving port g1 tagged (with VLAN1) or untagged (because native VLAN1) ?

Scenario b)

I have a Switchport (g1) in General-Mode. Say g1 is member of VLAN1 (native, untagged) and VLAN2 (tagged). Another Port (g2) is also in general mode and member of VLAN1 (native, untagged) and VLAN2

If i send a packet, tagged (before entering the switch) with VLAN1 over g2, is this packet leaving port g1 tagged (with VLAN1) or untagged (because native VLAN1) ?


Solution 1:

Scenario a) It leaves g1 untagged.

Scenario b) Again, untagged.

The switch will strip the VLAN tags when packets leave on an untagged interface.