I am new to Cisco and was wondering what the best software to manage and configure Cisco Switches is. Somwthing that has a gui might be nice.
Thanks
Printable View
I am new to Cisco and was wondering what the best software to manage and configure Cisco Switches is. Somwthing that has a gui might be nice.
Thanks
Get a cisco book the cli is quit good and so is "?".
Any help on how to get a text report of the configuration on the switch.
In the console to get a text output of the current running configuration you would type
the first line boosts you to admin mode and the next outputs the running configuration.Code:
enable
show run
The codes are auto complete and have built in help, for instance if I wanted to configure an interface for the VLAN1 interface of a switch I could, from enabled mode do this
When the router sees the question mark it will list out the options for the rest of the command. help also provides a useful list of the commands that you can perform in the various modes.Code:
configure t
interface vlan1
ip address 192.168.1.1 ?
The power of the Cisco gear is only really tapped through the command line and you will be missing out on half the features if you try to use a gui for it.
Thanks for the help I think i need to go pick up some bokks, any good Cisco books to look for or just the Cisco Acedemy ones.
I hear sybex are quite good
Cisco CCNA - Sybex
There's also rancid for grabbing the conf and backing it up:
Shrubbery Networks, Inc. - RANCID
Cisco Network Assistant is straight forward to use :nod:
Cisco Network Assistant - Products & Services - Cisco Systems