|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by Someone on January 20, 2008, 2:09 am
Please log in for more thread options
(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. | |||||||||||||
|
Posted by Trendkill on January 21, 2008, 7:47 am
Please log in for more thread options 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
need you put your trunking statements back. Its probably not a major
catalyst side, set vlan <port> <nativevlan>, and then you again may issue, but you want your trunks in the same native vlan before configuring trunking. | |||||||||||||
|
Posted by notaccie on January 21, 2008, 3:06 pm
Please log in for more thread options On Mon, 21 Jan 2008 04:47:00 -0800 (PST), Trendkill
>> 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. | |||||||||||||
| Similar Threads | Posted |
| Native Vlan Mismatch error | January 20, 2008, 2:09 am |
| Native VLAN mismatch on Cisco 2950 | August 9, 2007, 6:30 pm |
| Native, and management vlan "Vlan 1" | September 21, 2005, 2:50 pm |
| VLAN Project and Native VLAN | July 13, 2007, 5:06 am |
| Native VLAN | February 8, 2007, 9:40 pm |
| native vlan | December 18, 2008, 6:45 am |
| Native VLAN Warning | August 23, 2005, 8:24 am |
| understanding native VLAN | September 23, 2005, 10:10 pm |
| Native VLAN question | November 22, 2005, 5:58 am |
| native vlan question | April 15, 2008, 3:51 am |
| native vlan for mgmt | July 18, 2009, 9:20 pm |
| Change native VLAN on ASA 5520 | July 5, 2007, 6:17 am |
| change native vlan globaly on 3560 | January 5, 2007, 2:08 pm |
| Changing native vlan on access port | August 12, 2009, 6:53 pm |
| Native Vlan Cisco 1200 Access Point | March 11, 2006, 7:50 pm |

Native Vlan Mismatch error
Yahoo!
Windows Live
del.icio.us
digg
Netscape 






>
> (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.