native vlan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2018 04:17 AM - edited 03-05-2019 10:18 AM
hi cisco tac
what will happen if the switch have different native vlan
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2018 10:19 AM
HI Patrick,
you can have several Native VLANs per LAN Switches, but only one per trunk ( interface )
rgds
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018 07:09 AM
Hi,
What is your meaning "if the switch have different native vlan"?
If you are asking between two switches then you will get CDP error message "Native VLAN match". There are many chances as looping, no communication due to VLAN mismatch. It will depend on your environment and configuration.
Regards,
Deepak Kumar
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2018 09:33 AM
Hello Deepak
Navite means VLAN without tagging. Each trunk have a native VLAN and one or More VLAN with Tagging.
2 Swithes will communicate with Native VLAN on both side, but if one of the 2 got a specifiv VLAN with Tagging you will need specific confiration to allow communication over this VLAN.
rgds
Patrick

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2018 09:30 AM
Hi Patrik,
By default you have VLAN 1 as a native or management Vlan.But you can change the Vlan id other than VLAN 1 to use as a native VLAN.
using following command.
Switch(Config)#int f0/0
Switch(Config-if)#switchport trunk native vlan 4 //if you want to use VLAN 4 as a native VLAN.
Switch# Sh run int f0/0 //To check current config
you will receive a error %CDP-4 NATIVE VLAN MISMATCH discovered on f0/0.
that is because if we do not have the same native VLAN at all the Switches configured for that trunk link.
So you will have to change the native VLAN at all the switches.
Regards//
Shashi
