Encapsulation problem
Tricon7
Inactive Imported Users Posts: 238
in CCNA & CCENT
I have three switches - I'll call them A, B, and C. I configured port 9 on switch A for trunking, and connected it to port 9 on switch B. I tried to configure port 9 there, but I keep getting a message ""native VLAN mismatch on fa 0/9." I had initially configured vlan 1 with an IP address, but whether I have it configured or not, I keep getting the same error. And the commands I input on switch A to configure a trunk - switch mode trunk; switch trunk encapsulation dot1q - don't work on switch B. When I input "switch mode....", my only options are "access" or "multilink"; no "trunk."
Switch A is a 2900 XL and switches B and C are plain old 2900s. Any suggestions?
Switch A is a 2900 XL and switches B and C are plain old 2900s. Any suggestions?
Comments
-
Netstudent Member Posts: 1,693 ■■■□□□□□□□try the
switchport trunk native vlan 1 on both ends of the trunk to ensure they both have the default native vlan.There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1! -
Netstudent Member Posts: 1,693 ■■■□□□□□□□I have a 2924XL that trunks.
Also try the "show interface fast 0/9 switchport" to see what the native VLAN is set to.There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1! -
mikej412 Member Posts: 10,086 ■■■■■■■■■■Check the Cisco site to see if those other switches support dot1q, or if they even can be upgraded to support it.
Try ISL encapsulation on the 2924:mike: Cisco Certifications -- Collect the Entire Set! -
Tricon7 Inactive Imported Users Posts: 238Mikej412, you're a lifesaver. That seemed to work. Since I don't have 2950 switches, I have to do more work. I changed switch A to isl, then I got a message on switch B "port 0/9 unblocked." :P
*Sigh* - however, more problems now; I should be able to create a sub-interface on the router and give it an encapsulation type, like dot1q or isl. But after I've created the sub-interface, there are no encapsulation options. I even typed a "?" at the prompt, and "encapsulation" didn't appear. I'm reading right out of Cisco's book right now, and I know that sequence and procedure is right, so I'm puzzled as to why it won't accept it. And if I try and assign an IP address to a sub-interface, I get the message:
Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10 or ISL vLAN.
Suggestions? -
networker050184 Mod Posts: 11,962 ModNot all routers support inter VLAN routing (trunkung) just like all switches do not support all types of trunking. You should check to ensure you have all the up to date equipment and IOS.An expert is a man who has made all the mistakes which can be made.
-
tech-airman Member Posts: 953Tricon7 wrote:Mikej412, you're a lifesaver. That seemed to work. Since I don't have 2950 switches, I have to do more work. I changed switch A to isl, then I got a message on switch B "port 0/9 unblocked." :P
*Sigh* - however, more problems now; I should be able to create a sub-interface on the router and give it an encapsulation type, like dot1q or isl. But after I've created the sub-interface, there are no encapsulation options. I even typed a "?" at the prompt, and "encapsulation" didn't appear. I'm reading right out of Cisco's book right now, and I know that sequence and procedure is right, so I'm puzzled as to why it won't accept it. And if I try and assign an IP address to a sub-interface, I get the message:
Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10 or ISL vLAN.
Suggestions?
Tricon7,
Do you have the appropriate IOS version that supports VLAN trunking? -
Tricon7 Inactive Imported Users Posts: 238tech-airman wrote:Tricon7 wrote:Mikej412, you're a lifesaver. That seemed to work. Since I don't have 2950 switches, I have to do more work. I changed switch A to isl, then I got a message on switch B "port 0/9 unblocked." :P
*Sigh* - however, more problems now; I should be able to create a sub-interface on the router and give it an encapsulation type, like dot1q or isl. But after I've created the sub-interface, there are no encapsulation options. I even typed a "?" at the prompt, and "encapsulation" didn't appear. I'm reading right out of Cisco's book right now, and I know that sequence and procedure is right, so I'm puzzled as to why it won't accept it. And if I try and assign an IP address to a sub-interface, I get the message:
Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10 or ISL vLAN.
Suggestions?
Tricon7,
Do you have the appropriate IOS version that supports VLAN trunking?
That I do not know; what's the minimum IOS version I would need to support encapsulation, do you know? I have a 2600 Cisco router. -
networker050184 Mod Posts: 11,962 Mod12.1 for either ISL or dot1q I believe on the 2600 routers.An expert is a man who has made all the mistakes which can be made.
-
dtlokee Member Posts: 2,378 ■■■■□□□□□□It needs to be an IP enhanced feature set, c2600-is at a minimum.The only easy day was yesterday!
-
Tricon7 Inactive Imported Users Posts: 238Perhaps someone could take a look at this Cisco link and let me know which item I need to download to my switch, which won't encapsulate?
http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp -
mikej412 Member Posts: 10,086 ■■■■■■■■■■You either need a 100Mb port, or to trunk on a 2610 10Mb port I think it was 12.2T IP Enhanced or higher (12.3).
Hum.... your new avatar makes you look smarter!:mike: Cisco Certifications -- Collect the Entire Set! -
ryhay Member Posts: 1 ■□□□□□□□□□Hello!
im having the same problem with several 2620 routers using IOS 12.2(5d) and 12.2(5a)
anchorage(config-subif)#encap?
% Unrecognized command
apparantly my IOS' dont include the ip enhanced functionality, my routers are past EoL and i dont have a cisco service agreement with which to get IOS revisions.
do you have to actually pay Cisco or is there another way that im missing to obtain IOS revisions for unsupported products?
thanks for any help..! -
networker050184 Mod Posts: 11,962 ModRead the forums this question has been asked many times and answered many times as well.An expert is a man who has made all the mistakes which can be made.