How do I change the Native VLAN on a Cisco Catalyst 2900
RoUtermOnKey Discussion Forums
February 06, 2012, 02:15:39 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Account registration is disabled for now. Some folks who want to advertise garbage on routermonkey.org are who you can thank!  Remember - this is a totally FREE site, If you vandalize the free info sites - they go away and then there is nobody to research the technology that you little script kiddies are using to hassle us.
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How do I change the Native VLAN on a Cisco Catalyst 2900  (Read 2384 times)
Hitman
Newbie
*
Posts: 2


Yer gold is what I be after


« on: January 22, 2008, 01:24:42 PM »

I'm trying to build a network segment for a small group of users on a Cisco Catalyst 2924XL with IOS 12.0.  I have the Native VLAN on my core switch (Cisco Catalyst 4000) set to VLAN 200.  I have a port channel set up on the Cat 4000 with two ports that are also in VLAN200 and are setup as dot1Q trunk.

The problem is when I try to set this up on the Cat 2900, I get CDP errors that say there is a "native VLAN mismatch".  I can't see anywhere that there is a command to change the native VLAN on the catalyst 2900 - what am I missing?

Thanks,
John
Logged
notoriousBG
Global Moderator
Sr. Member
*****
Posts: 308


No! Monkey


« Reply #1 on: January 23, 2008, 11:16:27 AM »

Hello, John!

You will need to add "switchport trunk native vlan <vlan>" at the interface level. Ive included an example below:

interface FastEthernet0/1
duplex full
 speed 100
 port group 1
 switchport access vlan 200
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 200
 switchport mode trunk
!
interface FastEthernet0/2
 duplex full
 speed 100
 port group 1
 switchport access vlan 200
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 200
 switchport mode trunk

Let me know if this does the trick - If you want, I can lab this up and shoot you a config example.

Regards,
-noto
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!