Options

Native VLAN Mismatch!

Binary FreakBinary Freak Member Posts: 37 ■■□□□□□□□□
What are the main reasons for a Native VLAN mismatch on FA interfaces, and how can they be fixed?crash.gif

Thanks,

-Binary Freak icon_profileleft.gif

Comments

  • Options
    OfWolfAndManOfWolfAndMan Member Posts: 923 ■■■■□□□□□□
    Native VLAN by default is 1, so to create a mismatch, the native vlan must be configured manually on one side (ISL does not support the native VLAN. Only dot1q). One of the most common reasons not to have this mismatch is because of the following below:

    VLAN hopping - Wikipedia, the free encyclopedia

    Look specifically at double tagging.
    :study:Reading: Lab Books, Ansible Documentation, Python Cookbook 2018 Goals: More Ansible/Python work for Automation, IPSpace Automation Course [X], Build Jenkins Framework for Network Automation []
  • Options
    AwesomeGarrettAwesomeGarrett Member Posts: 257
    It mostly happens when trying to save CPU cycles by having the data VLAN go untagged. Therefore the switch does have to encapsulate or strip the tag as traffic traverses the switch.

    Not really needed these days with better performing access layer switches. Caution! Easy way to start a loop even in a lab.
  • Options
    theodoxatheodoxa Member Posts: 1,340 ■■■■□□□□□□
    (config-if)# switchport trunk native vlan <vlan>

    Somebody probably entered this command on one or both sides with different VLANs specified.
    R&S: CCENT CCNA CCNP CCIE [ ]
    Security: CCNA [ ]
    Virtualization: VCA-DCV [ ]
Sign In or Register to comment.