Cisco switches are a bit cryptic, but well documented. You can generally do just about anything with enough patience and Googling, but even simple configuration tasks can be difficult if you’re not familiar with the interface.
Basic tips
These are my 3 tips to configuring Cisco devices:
- telnet
- Always telnet or SSH to the switch to log on. Don’t use configuration utilities or a web interface, because everything that turns up on Google refers to the command-line interface.
- enable
- All of the useful options are hidden by default. Use
enable
to do serious work.
- All of the useful options are hidden by default. Use
- ?
- Pressing
?
pops up a list of ways you can complete the current command.
- Pressing
For example: IP settings
The first step when moving around a used switch is to set it up for a different network. Here is where you will find the IP config:
Log in:
|
|
Now enable the admin options:
|
|
Note that the prompt has changed from >
to #
. We can now change the IP and subnet mask of the switch:
|
|