Jump to content

Recommended Posts

Posted

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

Posted

In the console to get a text output of the current running configuration you would type

 

 
enable
show run

 

the first line boosts you to admin mode and the next outputs the running configuration.

 

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

 

 
configure t
interface vlan1
ip address 192.168.1.1 ?

 

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.

 

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...