2011年12月20日星期二

How to Config the Cisco 3560 Switch

Network switches play an integral role in computer networks by connecting all the devices on the network, enabling communication. cisco ws c3560x 24p s Switches can be simple or complex, ranging from small, four-port home office devices with limited management interfaces to complex, 48 port-enterprise level devices with dedicated memory, processors and operating systems. When dealing with complex models, network administrators spend hours configuring each individual device to the exacting specifications required by their network. As with any piece of important data, these configurations need to be backed up.
What You Will Need While Saving the Cisco 3560 Switch Config
•    catalyst 3560 g
•    Computer with serial port
•    Rollover cable
•    Terminal emulation software (PuTTY)
How to Save the 3560x 24t s Switch Configuration
Connect to the Switch
1. Plug your computer into the switch with a rollover cable. This cable has a RJ-45 jack on one end and a serial connection on the other. Plug the RJ-45 end into the "CONSOLE" port of the switch, and the serial end into your computer.
2. Download and install a terminal program called PuTTY to connect to the switch (see Resources).
3. Open the terminal emulation software. In PuTTY, select "Serial" in the "Category" box on the left, then select the correct COM port in the "Serial line to connect to" box. Click "Open" to open the command line of the switch. The command line is a text-based interface for the switch. It has a prompt where you can enter commands to change settings and configurations.
Save the Configuration
1. Type "enable" at the command line, then press return on the keyboard to enter into "privileged exec mode." cisco ws c3560x 24t l The switch prompt should change from "Switch>" to "Switch#, then you can enter the next command.
2. Type "copy running-config startup-config" at the command line and press return on the keyboard. This will copy the current switch configuration to the non-volatile memory, which is memory that will retain its data even without power applied to it.
3. Type "show running-config" to display the current configuration.
4. Click and hold at the beginning of the output from the "show running-config" command, then drag down to the bottom of the PuTTY window. This should select all the text on the screen.
5. Right-click and select "Copy" to copy the text.
6. Click on "Start" and "Run," Cisco 3560 then type "notepad.exe" in the dialog box. Click "OK" to bring up the notepad program.
7. Click on "Edit" and "Paste" to put the switch configuration into notepad.
8. Click "File" and "Save" to save the file to your desktop. You now have a backup of your switch configuration that will be around even if your switch goes bad.
Tips & Warnings
The command "copy running-config startup-config" can be shortened to "copy run start."