Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Native Vlan Mismatch error

Reply
Thread Tools

Native Vlan Mismatch error

 
 
Someone
Guest
Posts: n/a
 
      01-20-2008
I got two errors showing up on console:

(1) 4w5d: %LINK-4-ERROR: FastEthernet0/3 is experiencing errors


(2) 4w5d: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered
on FastEthernet0/16 (20), with Switch3 FastEthernet0/48 (1).
Also, one port on one of the switch is flapping.

There are there switches on this rack connected by both fiber and
crossover cable. How can I fix these problems. Thanks.
 
Reply With Quote
 
 
 
 
Greeley Greeley is offline
Member
Join Date: Dec 2007
Posts: 67
 
      01-20-2008
Post the config for both those ports. Odds are its a line or two that are incorrect on the config.

-G
 
Reply With Quote
 
 
 
 
sksri83 sksri83 is offline
Junior Member
Join Date: Jan 2008
Location: India
Posts: 10
 
      01-21-2008
Hi,

Check for duplex mismatches between both ends of the link.

if problem not solve please confirm me config .

saurabh


Quote:
Originally Posted by Someone
I got two errors showing up on console:

(1) 4w5d: %LINK-4-ERROR: FastEthernet0/3 is experiencing errors


(2) 4w5d: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered
on FastEthernet0/16 (20), with Switch3 FastEthernet0/48 (1).
Also, one port on one of the switch is flapping.

There are there switches on this rack connected by both fiber and
crossover cable. How can I fix these problems. Thanks.
 
Reply With Quote
 
Trendkill
Guest
Posts: n/a
 
      01-21-2008
On Jan 20, 2:09 am, Someone <Some...@somewhere.com> wrote:
> I got two errors showing up on console:
>
> (1) 4w5d: %LINK-4-ERROR: FastEthernet0/3 is experiencing errors
>
> (2) 4w5d: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered
> on FastEthernet0/16 (20), with Switch3 FastEthernet0/48 (1).
> Also, one port on one of the switch is flapping.
>
> There are there switches on this rack connected by both fiber and
> crossover cable. How can I fix these problems. Thanks.


Change the native vlan on both switches to match. If its IOS based, I
would think you need to do a switchport mode access, switchport access
vlan <nativevlan>. Then put your trunk statements back. On the
catalyst side, set vlan <port> <nativevlan>, and then you again may
need you put your trunking statements back. Its probably not a major
issue, but you want your trunks in the same native vlan before
configuring trunking.
 
Reply With Quote
 
notaccie
Guest
Posts: n/a
 
      01-21-2008
On Mon, 21 Jan 2008 04:47:00 -0800 (PST), Trendkill
<> wrote:

>On Jan 20, 2:09 am, Someone <Some...@somewhere.com> wrote:
>> I got two errors showing up on console:
>>
>> (1) 4w5d: %LINK-4-ERROR: FastEthernet0/3 is experiencing errors
>>
>> (2) 4w5d: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered
>> on FastEthernet0/16 (20), with Switch3 FastEthernet0/48 (1).
>> Also, one port on one of the switch is flapping.
>>
>> There are there switches on this rack connected by both fiber and
>> crossover cable. How can I fix these problems. Thanks.

>
>Change the native vlan on both switches to match. If its IOS based, I
>would think you need to do a switchport mode access, switchport access
>vlan <nativevlan>. Then put your trunk statements back. On the
>catalyst side, set vlan <port> <nativevlan>, and then you again may
>need you put your trunking statements back. Its probably not a major
>issue, but you want your trunks in the same native vlan before
>configuring trunking.


if you are just passing traffic across a common vlan,no trunking, set
each port to the same vlan and access mode.

If you are using 802.1q, though, you might want to define a native
vlan for each dot1q trunk. The native vlan won't be tagged, and allow
only the desired vlans to pass through. Don't use the native vlan
number anywhere else in your net.

if 888 is the native vlan and you want to pass 5,6,7 then something
like this works. add other i/f commands as suits your env.

IOS:

interface command:

switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 888
switchport trunk allowed vlan 5-7
switchport mode trunk
etc.

catos:

set vlan 888 mod/port

set trunk mod/port <desireable, on, ...> dot1q 5-7


works well. the next dot1q tunnel you define might use 889 for the
native vlan, etc. keep track, as always, of where vlans occur. keep
as local as possible.





 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Native VLAN MISMATCH mitra.kama Cisco 2 01-15-2010 12:24 AM
Native vlan mismatch wai Cisco 2 09-10-2007 01:13 AM
Native VLAN mismatch on Cisco 2950 bavien@gmail.com Cisco 12 08-13-2007 06:26 PM
native vlan mismatch on 2 2924 switches w/ only 1 vlan defined (same on both switches) avraham shir-el Cisco 4 07-20-2004 08:08 AM
HI, I have some question about native vlan and default vlan. PS2 gamer Cisco 1 05-28-2004 11:47 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57