05-08-2018 12:23 AM - edited 03-08-2019 02:56 PM
Hello,
I was wondering if there is a command to see in a cisco 3650 or an SG550X switch, if the Native Vlan is tagged.
Thanks
Solved! Go to Solution.
05-08-2018 01:25 AM
I've only a SG300 to go by, but the behavior of trunk ports is slightly different to an IOS device. On IOS switchport mode trunk will tag all VLANs on the switchport unless explicitly defined. On the SG switch the VLANs must be explicitly defined. You can confirm this on the SG with the command sh vlan . You can see that it will be configured with VLAN 1 un-tagged (native) by default.
In your scenario, when the 3560 port is put in trunk mode, the SG will only be receiving tagged frames. Its port is not configured to receive these so will drop all the traffic.
When the 3560 is in mode access it will send VLAN11 frames un-tagged, the SG will accept these un-tagged frames and place them in VLAN 1.
In short, define the VLANs you want tagged on both ends and all will be fine.
cheers,
Seb.
05-08-2018 12:33 AM
Hi there,
I think you are misunderstanding what a native VLAN is if you are expecting it to tagged.
On the 3560 the command sh int Gix/x/x switchport will show you the switchport mode, with tagged/ native frame details.
Not sure about the the SG550X.
cheers,
Seb.
05-08-2018 12:47 AM
05-08-2018 01:25 AM
I've only a SG300 to go by, but the behavior of trunk ports is slightly different to an IOS device. On IOS switchport mode trunk will tag all VLANs on the switchport unless explicitly defined. On the SG switch the VLANs must be explicitly defined. You can confirm this on the SG with the command sh vlan . You can see that it will be configured with VLAN 1 un-tagged (native) by default.
In your scenario, when the 3560 port is put in trunk mode, the SG will only be receiving tagged frames. Its port is not configured to receive these so will drop all the traffic.
When the 3560 is in mode access it will send VLAN11 frames un-tagged, the SG will accept these un-tagged frames and place them in VLAN 1.
In short, define the VLANs you want tagged on both ends and all will be fine.
cheers,
Seb.
05-08-2018 01:39 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide