2924 Switch: where is the CVSM ?

I am a newbie, so please forgive what might be a really silly question, but couldn't find this in the doc or on google.

I have a 2924 EN XL switch. Purchased used from EBAY. It came from a large drinks maker that competes against an Atlanta based one. (note to them: when you sell switches, you might consider zapping your configuration files that contain clear text passwords).

Show version information is at the bottom of this message.

I can connect to it via serial or telnet, and am able to do the CLI configuration.

However, I tried the HTTP configuration , but I am at a loss. All the documentation I have point to the first item on the home page pointing to "Visual Switch Manager".

I get "Cluster Management Suite" which points to "homepage.htm". If I click on it, it says "page not found".

Is there a CLI command I can enter to make the switch serve the CVSM instead of the cluster management suite ? (this is a single, lonely switch, so no need for cluster stuff)

So I need to download extra software to the switch ?

Some of the doc I have seen also allude to the need to have some plug-ins on the client browsers. is that the case, or is the CVSM simple html and/or JAVA ?

Finally, on that home page, one can also enter CLI commands. However, it mentions levels 0 to 15. What are those levels ? on CLI, I am only aware of two. (basic access, and the "enable" access which allows me to configure the switch).

Any pointers to answers would be appreciated.

------------------------------------------------------------- Show version output: SWITCH1>show version Cisco Internetwork Operating System Software IOS (tm) C2900XL Software (C2900XL-C3H2S-M), Version 12.0(5)WC9, RELEASE SOFTWA) Copyright (c) 1986-2003 by cisco Systems, Inc. Compiled Fri 19-Sep-03 10:28 by antonino Image text-base: 0x00003000, data-base: 0x0034E434

ROM: Bootstrap program is C2900XL boot loader

SWITCH1 uptime is 2 hours, 58 minutes System returned to ROM by power-on System image file is "flash:c2900xl-c3h2s-mz.120-5.WC9.bin"

cisco WS-C2924-XL (PowerPC403GA) processor (revision 0x11) with 8192K/1024K byt. Processor board ID FAB0xxxU2NT, with hardware revision 0x01 Last reset from power-on

Processor is running Enterprise Edition Software Cluster command switch capable Cluster member switch capable

24 FastEthernet/IEEE 802.3 interface(s)

32K bytes of flash-simulated non-volatile configuration memory. Base ethernet MAC Address: 00:04:4D:xx:xx:80 Motherboard assembly number: 73-3382-08 Power supply part number: 34-0834-01 Motherboard serial number: FAB044780JT Power supply serial number: PHI040903ME Model revision number: A0 Motherboard revision number: C0 Model number: WS-C2924-XL-EN System serial number: FAB0xxxU2NT Configuration register is 0xF

Reply to
JF Mezei
Loading thread data ...

Its worse when people sell used NAS servers with all their data on it.

I wouldn't say that the web configuration was all that grand on this series switch in the first place, but it sounds like the proper files aren't loaded on the flash: device. What do you see with a 'dir flash:'?

Not sure what you are asking here. You should probably just do a 'write erase' and reboot and start from scratch anyway. The defaults are all very reasonable values for a single-standalone-switch.

Most likely.

Its all java, very dependant on JVM versions too (still to this date as well :( I suspect very few people actually use the web config things on Cisco gear.

You've got it for the default two. level 0 is your basic console CLI. Level 15 is enabled. You could setup more levels if you wish, and give different security levels to different users if you wish. Not much point on a switch, but on routers, it gets more interesting.

Reply to
Doug McIntyre

config.old was the config of the previous owner (config.text renamed to .old during password recovery, but in the end, I started the config from scratch and haven't gotten to deleting config.old).

Well, I've already put the switch in production so rebooting it would cause my VMS cluster to go down. Not the end of the world, but those are things I try to avoid :-)

Bummer... Strange that there would already be the HTTP server and some basic HTTP functionality, but that they would have omitted the extra HTML and java files. I take it those are all bundled into the software file (c2900xl-*.WC9.bin ?)

It seeemed neat to be able to get a status of ports in one screenfull. I guess I may give SNMP a try, perhaps that can give me a good snapshot as well.

Many thanks. Neat to see so much software/functionality in a switch.

Reply to
JF Mezei

You are missing some files. You should have a directory called html that contains the web pages and java scripts. You need a file such as: c2900xl-c3h2s-tar.120-5.WC15.tar which contains the bin file plus the html directory.

Reply to
Drake

No, the bin file is just the kernel for the interface for the switch. The web interface was all seperate files in an html directory. On just about any cisco product, the web interface always seems an addon that controls the switch through CLI/SNMP, its never very integrated in.

Looks like the webfiles are gone from your switch.

Reply to
Doug McIntyre

Thanks for confirming this. Should I go back to the ebay vendor to complain about this ? (probably not his fault since he got those from some corporation that probably unloaded unneedded switches).

Or is the lack of html files common enough that a switch is still considered complete without them ?

With no support contract, I assume I am not able to download the missing pieces from the CISCO site ?

If i have no hope of getting the missing HTML files, could I setup my own mini web site on the switch and IP HTTP PATH myindex.html and then whenever my web servers are down, I could point HTTP requests to my switch during maintenance ?

Reply to
JF Mezei

The vendor probably has no idea whats there, the switch works, only the silly almost useless webinterface doesn't. As I posted before, hardley anybody uses the cisco web interfaces on these things I suspect.

Its complete in my view. :) The switch works otherwise, you just won't get the web-status view.

Its possible that they released a security patch release of the code with the full web management files (it comes in a .tar file, not a .bin). The release notes detail how to upgrade a switch with the proper extraction from the tar file onto the switch itself.

Not sure why you'd even consider such a thing? The cisco webserver is probably very low capacity, very low feature, etc. etc. You could probably find a box lying around doing something else that would have much more capacity and capabilities.

Reply to
Doug McIntyre

Based on the documentation I had stumbled on, it seemed that CISCO was placing a lot of emphasis on its web interface. How do most manage their switches ?

Direct access to the CLI ? Or use TFTP to pickup config files from a repository ?

In the case of large enterprise networks, are switches configured individually, or as a single cluster ?

Reply to
JF Mezei

Its probably a marketing decision to combat most of the competitors who tout the lack of decent cisco web config as cisco's main deficiency, rather than performance or feature set or managability, etc. etc. Ie. the stuff that really matters.

Yes. If you have to do the same commands to 10 switches, would you rather be able to telnet to them, copy and paste or run some sort of expect script and script out the commands you need? Or log into each one with a webbrowser, and click into each port, and then click into each option set, and set each option by hand for 10 switches x 24/48 ports?

Not so often that I run across.

Well, a really large enterprise tends to buy some pretty big switches, so there's only a few to manage in each area. I don't run across too many in stack/cluster configs, although there are some out there.

Reply to
Doug McIntyre

Just as an extra voice.

Everybody uses the CLI.

Cisco have done a pretty decent job of maintaining compatibility and standardisation of the CLI for more than 10 years. (Sorry that is as far back as I go). On the other hand they have completely failed to come up with a viable GUI interface (as I understand it).

There is (approximately) the CDM, SDM, Cxxx in many versions; each of them offer some arbitrary subset of the CLI. It is hard to figure out what is in and what is out. Oh and there is (if I recall correctly) another GUI for the wireless bit too.

You will not get much help with any of the GUIs here would be my guess. I have tried and tried to use it but it has not been worth it so far.

If you learn the CLI you then have access to the whole Cisco product suite. I know that other manufacturers have cracked the GUI (notably in my opinion Checkpoint) but for some reason Cisco are unable to get their act together on it. Give up is my advice.

On the other hand the CLI is a real work of art. Go figure, as they say over towards the west.

Cisco Works I believe (Well it did when the bit called Resource Manger Essentials was a discrete product) has a config management tool that allows config changes to be applied to multiple devices at the press of a button however:.... Since it is quite possible for config changes to cut you off from a device it would take someone with quite big ones to actually use such a facility.

OOPS - we have just lost Hong Kong, Tokyo, Moscow and Sydney, what's the number for the travel agency? I have places to go.

With Checkpoint though such work seems failry routine.

End of rant. For now:-)

Reply to
Bod43

Thanks. I didn't realise that CISCO's attempt at a GUI was so unpopular. I figured that the ability to visualise port statuses, and focus on a single prot quickly by clicking on it might have been very popular. But in the end, you are right that applying changes to port configs via a GUI would be long and tedious.

Once I configured one port right, I transfered the config over to my systems with TFTP, and then used a GUI editor to edit the commands and generate a config for all relevant ports and then sent the config back. to the switch. (and I then have a backup of the config on my system).

Of course, once I have gotten the hang of this and gotten the switch into a stable/final configuration, it will probably be in "leave it run alone" for a very long time.

The one thing I dislike of the CLI is that when you have begun to configure an interface (configure terminal, interface fa0/xx, you can no longer issue SHOW INTERFACE commands to see what is configured in it already.

Reply to
JF Mezei

...

I use cut and paste and notepad.

It is good to have a backup.

Maybe your switch has the interface range command? New ones do.

int range fa 0/1 - 10 ! Note 0/1[Space]-[Space]10 spann portfast

New software has switch(config)do show run

You can also use a second telnet session, which I use a lot.

Reply to
Bod43

Thanks to all who answered my questions on this issue.

I've gotten an email from Cisco support in south asia with my guest registration. I can finally access more parts of the cisco web site and was able to download the latest patch for the 2924XL switch which includes the web based files.

So I should be able to get a feel for what that web based thing is all about and whether it does or doesn't work. (I suspect it won't work because I don't run Microsoft software).

A final question: The download site does not differentiate between standard and enterprise versions. I am correct in stating that the enterprise features are part of the one software distribution, but only enabled when running on hardware having the "enterprise" bit set in its ROM ?

(By switch has a model number of WS-C2924-XL-EN in the back , so I assume that "enterprise" is determined by hardware and not by whcih software you download ?)

Reply to
JF Mezei

I do not know exactly for this model however there are a few cases:-

I have never seen or heard of an "Enterprise bit"

Some software runs on different switch models and generates Enterprise behaviour on one model and non-E behaiour on another. I forget the models that I have seen this on but they were visibly and functionally different - not just a bit set.

Some hardware can run different software and get different levels of functioning. Usually routers work like this. The router itself is not marked in any way depending on the software loaded at the factory.

Some switches can have different software loaded and get different functionality and were marked with a part number that stated the original factory load. I think that this may be where you are.

I suspect that in your case Cisco decided not to maintain the non-E software and now just make one version available.

Hmmm. May or may not be the case but I doubt that Cisco have any axe to grind here.

Reply to
Bod43

The web application is Java based. It'll work if you have the right Java plug-in loaded in your browser. On Windows, it doesn't like the latest Sun releases. I don't know about other platforms.

Reply to
Drake

Greetings,

For most of their platforms, Cisco have no particular affinity with M$ (as far as I am aware) so I wouldn't let this worry you. In fact on the few times I have used the Web interface Mozilla has worked fine for me regardless of OS (personally, I don't use any M$ S/W myself).

I think you will find that the 2924-XL series only has the one IOS these days, the last Switches I saw a Standard/Enterprise distinction on were the 1900 series and that was not IOS........;-)

Cheers.....................pk.

Reply to
Peter

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.