Shedding some light on a switch encapsulation problem
Tricon7
Inactive Imported Users Posts: 238
in CCNA & CCENT
My "new" 2924 switches won't encapsulate; it's like the command doesn't exist. Not very good, if I'm wanting to prepare for my CCNA. Here are some commands and their outputs. Perhaps someone can help. Thanks.
Config t
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Interface fastethernet 0/1
Switch(config)#int fa 0/1
Switch(config-if)#
Switchport mode trunk
Switch(config)#int fa 0/1
Switch(config-if)#switchport mode trunk
^
% Invalid input detected at '^' marker.
Switch(config-if)#
Switchport trunk encapsulation
Switch(config-if)#switchport trunk encapsulation
^
% Invalid input detected at '^' marker.
Switch(config-if)#
Switchport ?
Switch(config-if)#switchport ?
access Set access mode characteristics of the interface
mode Set trunking mode of the interface
multi Set characteristics when in multi-VLAN mode
Switchport mode ?
Switch(config-if)#switchport mode ?
access Set trunking mode to ACCESS unconditionally
multi Set trunking mode to multi-VLAN mode
Config t
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Interface fastethernet 0/1
Switch(config)#int fa 0/1
Switch(config-if)#
Switchport mode trunk
Switch(config)#int fa 0/1
Switch(config-if)#switchport mode trunk
^
% Invalid input detected at '^' marker.
Switch(config-if)#
Switchport trunk encapsulation
Switch(config-if)#switchport trunk encapsulation
^
% Invalid input detected at '^' marker.
Switch(config-if)#
Switchport ?
Switch(config-if)#switchport ?
access Set access mode characteristics of the interface
mode Set trunking mode of the interface
multi Set characteristics when in multi-VLAN mode
Switchport mode ?
Switch(config-if)#switchport mode ?
access Set trunking mode to ACCESS unconditionally
multi Set trunking mode to multi-VLAN mode
Comments
-
bighornsheep Member Posts: 1,506what version of the 2924 do you have? And what's the IOS version?
Check this page for more details:
http://www.cisco.com/en/US/docs/switches/lan/catalyst2900xl_3500xl/releasesa4/eesoftconfig/mascovr.html
Basically, there's about 4 "editions" of the 2900XL series that won't do trunking. For others, it could be just an IOS version you have to upgrade to.Jack of all trades, master of none -
Tricon7 Inactive Imported Users Posts: 238bighornsheep wrote:what version of the 2924 do you have? And what's the IOS version?
Check this page for more details:
http://www.cisco.com/en/US/docs/switches/lan/catalyst2900xl_3500xl/releasesa4/eesoftconfig/mascovr.html
Basically, there's about 4 "editions" of the 2900XL series that won't do trunking. For others, it could be just an IOS version you have to upgrade to.
Here's the output of "show version":
Cisco Internetwork Operating System Software
IOS (tm) C2900XL Software (C2900XL-HS-M), Version 11.2(8.10)SA6, MAINTENANCE INT
ERIM SOFTWARE
Copyright (c) 1986-1902 by cisco Systems, Inc.
Compiled Fri 15-Feb-02 09:47 by devgoyal
Image text-base: 0x00003000, data-base: 0x0020E278
ROM: Bootstrap program is C2900XL boot loader
Switch uptime is 10 minutes
System restarted by power-on
System image file is "flash:c2900XL-hs-mz-112.8.10-SA6.bin", booted via
cisco WS-C2924C-XL (PowerPC403GA) processor (revision 0x11) with 4096K/640K byte
s of memory.
Processor board ID 0x09, with hardware revision 0x00
Last reset from power-on
Processor is running Enterprise Edition Software
Cluster member switch capable
24 Ethernet/IEEE 802.3 interface(s)
32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:90:B1:91:8B:80
Motherboard assembly number: 73-2911-06
Motherboard serial number: FAA02359GZE
System serial number: FAA0237W09A
Configuration register is 0xF
Switch# -
Netstudent Member Posts: 1,693 ■■■□□□□□□□You need an upgrade man. I'm running 12.1 on my 2924XL and the only wierd things I have found with that version is port security violation behavior.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!
-
bighornsheep Member Posts: 1,506I'm sorry to tell you, but you got screwed over...similar to my Cisco 2908XL, your switch already contains the latest IOS it will support (11.2 SA6), and none of the 11.x IOS will support trunking.
See this link to verify your next switch purchase, double check the model number, again, and double check it once again to make sure your new switch will support ver 12.0 IOS so that you can do trunking.Jack of all trades, master of none -
Tricon7 Inactive Imported Users Posts: 238bighornsheep wrote:I'm sorry to tell you, but you got screwed over...similar to my Cisco 2908XL, your switch already contains the latest IOS it will support (11.2 SA6), and none of the 11.x IOS will support trunking.
See this link to verify your next switch purchase, double check the model number, again, and double check it once again to make sure your new switch will support ver 12.0 IOS so that you can do trunking.
Well, I was already heading for that conclusion, so I'm not entirely shocked. Thanks for the info. It's not really a total loss, as I can always sell them back on eBay and get most/all of my money back. Still, I wasted a lot of time that I could have used in real-time practice. Live and learn (I knew I should have coughed up the extra money and gotten some 2950 switches!) -
dtlokee Member Posts: 2,378 ■■■■□□□□□□I like the line "Copyright (c) 1986-1902 by cisco Systems, Inc."
Guess it's not Y2K compliant.The only easy day was yesterday!