Native VLAN Mismatches
Error#1
Lets assume that one
of the workstations on the network (PC 5) cannot connect to the
internal web server WEB/TFTP, lets use the figure below as an example of
a switched network, the first place you start will be at the Switch 2
to check if VLANs are properly configured. Looking at the diagram,
switch port fa0/3 on Switch 2 is configured as a trunk
port.
Native VLAN Mismatch
S2##CDP-4-NATIVE VLAN_MISMATCH: Native VLAN mismatch discovered onFastEthernet0/3 (100), with S1 FastEthernet0/3 (99).
Using the show interfaces fa0/3 switchport command will display connectivity detail on the port.
e.g
…
|
Looking at the above detail, you will notice that the native VLAN has been set to VLAN 100 and it is inactive.
As you look further down the output, you see that the allowed VLANs are 10 and 99.
To sum it up, this is a case of a mismatched native VLAN
The solution:
You need to reconfigure the native VLAN on the Fast Ethernet F0/3 trunk port to be VLAN 99. e.g
|
After you have done that, use the show interfaces fa0/3 switchport confirm you configuration.
And use the Ping to confirm connectivity with the server. e.g.
|
The screen output for the computer PC5 shows that connectivity has been restored to the WEB/TFTP server found at IP address 192.168.10.30.
Comments
Post a Comment