Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2900XL - No Vlans 1

Status
Not open for further replies.

bobbyforhire

Technical User
Mar 11, 2008
253
US
Hello all, Working on my CCENT then my CCNA. I picked up a 2900XL series switch. After looking around on it I noticed that there is only 1 VLAN...And i can't make any more. Does anyone know where i might be able to hunt down an IOS for this guy SA6 maybe (I'm running SA3). This guy only has room for a 1.2MB IOS...I need my vlans!!!
 
This is a layer2 only switch.. The vlan interface you see is for the management of the switch.. You can create more VLANs in the database, however you cannot make anymore vlan interfaces..

Its two seperate things..

VLAN defined within the database creates the VLAN
VLAN interface applies Layer3 parameters to the VLAN..


BuckWeet
 
You can create several VLANs in that switch, and make access ports for each one. Like Buckweet says, though, there is only one SVI.

Burt
 
If you get a valid image you can delete the current image and add the new one . I believe those old ones will only hold 1 at a time anyway . Verify if it is a really old 4 meg switch or a newer 8 meg switch before you get a newer image. a 4 meg image will not work on a 8 meg box. A show version will tell you if it is a 4 or 8 meg.
 
2924#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2900XL Software (C2900XL-H-M), Version 11.2(8)SA3, RELEASE SOFTWARE (f
c1)
Copyright (c) 1986-1998 by cisco Systems, Inc.
Compiled Fri 11-Sep-98 17:00 by rheaton
Image text-base: 0x00003000, data-base: 0x001C4910

ROM: Bootstrap program is C2900XL boot loader

2924 uptime is 4 weeks, 4 days, 19 hours, 15 minutes
System restarted by power-on
Running default software


cisco WS-C2924-XL (PowerPC403GA) processor (revision 0x11) with 4096K/1024K byte
s of memory.
Processor board ID FAA0302Y0C8, with hardware revision 0x00
Board ID 0x07
Last reset from power-on
24 Ethernet/IEEE 802.3 interface(s)

32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:50:E2:B7:83:40
Configuration register is 0xF

2924#




2924#dir flash:
Directory of flash:

2 -rwx 913008 Apr 01 1993 08:51:04 c2900XL-h-mz-112.8-SA3
4 drwx 10560 Sep 12 1998 00:06:19 html
193 -rwx 128 Jan 01 1970 00:00:09 env_vars
195 -rwx 998 Mar 31 1993 17:13:19 config.text

1728000 bytes total (357376 bytes free)
2924#


I couldn't even buy a new image....even if i wanted to :(
 
Bobby,
Why don't you try the Boson demo to play with VLANs until you can put enough money together for a couple of 2950's? By the way, you can usually find the regular 2950-24 for around $100 on eBay with shipping.

Other free options are:
GNS3
Tutorials from:

Packet Tracer 5.0
Ask around in the Cisco cert forum.. Someone may be able to put a copy on FTP if you ask...

You only need a couple of SI 2950's..


B Haines
CCNA R&S, ETA FOI
 
Mac, The best way to learn is hands on. I really just wanted to segment my own network. I have a 2948G but it's running a nasty CATOS. I was just really looking forward to "chopping" up my own netowrk. As for GNS3 and all of the others i have tried there is always something missing from there IOS's...I mean one will have some commands but there might be something missing. I duno i guess i just need better hardware :(
 
I love catos , what do you want to know ? To create a vlan it is simply "set vlan XX" where XX is the vlan number . To see it created , use "show vlan" . To set a port into a vlan its just " set vlan XX slot/port" . To see this just use show port.
For trunk links it is simply " set trunk slot/port <desirable,auto, or on> " . A 2948 will do anything you need to do on the layer 2 end , where it might be lacking is if you need to get into COS stuff and things like that , as far as creating vlans and the general stuff its a great switch.
 
If you need a newer image than what you have for your 4 meg box just go here , its free for the picking .not sure what you can do with a newer image , never really added vlans on the old 4 meg boxes though I have to believe you can create them .

ftp://ftp.cisco.com/pub/lan/catalyst/2900XL/4MB/
 
Viper - THANK YOU! I know it's a great switch, I mean i picked it up off the bay for cheap but it doesn't help on the journey to ccna
 
No but there is still a lot of it out in the field you may end up working on . :)
 
I have a 2980G with CATOS that a customer gave to me because their old admin left, and nobody there knew CatOS. I think it's easier and more straight-forward than IOS myself. The 2980G had gig ethernet ports, too...
Just type
set ?

Burt
 
Bobby,
I know what you mean in regard to hands-on.. I am big on the lab thing myself.. You should try to supplement GNS3 with those things that your lab is missing.. Try combining it with IOSHunter..


It's pretty cool but the free version limits the IOS's that you can grab... Still, you can definitely find enough to successfully stock GNS3...

B Haines
CCNA R&S, ETA FOI
 
On the 2900XL you make the vlans by configuring vlan database directly.

Switch#vlan database
Switch(vlan)#vlan 10 name Sales
Switch(vlan)#vlan 20 name Marketing
Switch(vlan)#vlan 30 name Engineers
Switch(vlan)#apply
Switch(vlan)#exit
Switch#

The newer IOS configures vlans through global configuration.

HTH
 
I am pretty sure that you can make them either way on the 2950 but it is recommended to be done globally as the VLAN database command is being phased out.

B Haines
CCNA R&S, ETA FOI
 
Actually, you don't really need the database command---it's just for naming the vlans. You can always put in a description on the interface if you want to name the vlans. You can make all switchports access ports for different vlans, but there can only be one SVI. Whatever vlan you give an IP address to will be the management vlan---what you telnet/ssh to to remotely manage the switch.
I am not sure about the 4MB versions, viper knows more about that...

Burt
 
Ok first off Burt - Congrats on the Weekley Nerd award!

GN3 - I Tried it on my laptop (1.6ghz,1gb ram) and it just shut me down while running GN3. I have a few other PC's i can try it on and from the looks of it i need to do this.

Kinda off topic here but. I have a 2610,2611,720 router..none of witch can run the SDM :( Can you install SDM on a GN3 if so that will be more of a reason to jump to using it.
 
You can also download that SDM sales demo.. It does everything except apply the configurations... Perfect for study!

B Haines
CCNA R&S, ETA FOI
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top