Cisco Native VLAN mismatch
After installing a test Meraki MS220-8 switch in my lab environment at home, I noticed when I remoted into my core switch for my lab, a Cisco SG300-20, it was displaying messages about a Native VLAN mismatch. I wanted to take a moment and describe why this message is important. ย The Cisco Native VLAN mismatch basically is saying that you have a device plugged into your Cisco device that has a different native VLAN than your switch.
The following was seen on the Cisco switch by issuing aย show log command:
24-Feb-2016 13:15:24 :%CDP-W-NATIVE_VLAN_MISMATCH: Native VLAN mismatch detected on interface gi7
Cisco Native VLAN mismatch
The native VLAN mismatch is problematic because any untagged traffic on your downstream switch thinks that its native VLAN is a certain VLAN and passes that untagged traffic to your upstream switch which has a native VLAN assigned to another numbered VLAN, that traffic will seemingly traverse VLANs just by traffic moving from one switch to another via the trunk ports. ย This can create confusion and problems with traffic flow as untagged traffic moves between VLANs getting assigned to different VLANs as the traffic flows.
In my case is wasn’t a big deal as I simply plugged my roughly unconfigured Meraki into my Cisco switch and didn’t have any devices plugged into the Meraki. ย Chaning the native VLAN on the Meraki is easy enough. ย Simply login to your cloud console and edit your switch port(s).
As you can see above you simply edit the “Native VLAN” field to match up with your upstream Cisco switch that is complaining about the VLAN mismatch. ย After editing and saving the configuration on the Meraki switch, I no longer received the VLAN mismatch error on the Cisco switch.
Final Thoughts
Of course in a lab environment, a native VLAN mismatch can be annoying but not the end of the world. ย However, in a production environment, a native VLAN mismatch can be extremely difficult to track down if it is at play and can potentially cause major outages if untagged traffic isn’t passed as expected.