Guys,
If I confiured the port like below:
switchport trunk native vlan 10
switchport trunk allowed vlan 11,12
does the vlan 10 allowed passing ? or it still need add vlan 10 to the allowed vlan list like
switchport trunk native vlan 10
switchport trunk allowed vlan 10,11,12
I know that Native VLAN will transmit between the trunk interfaces but in this particular case DO I NEED TO ALLOW native vlan ?
Thank you in advance !