How To Configure Cisco Catalyst 2960 Switch Step By Step?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Connect your Cisco Catalyst 2960 switch to your computer using an Ethernet cable.
2. Start up a terminal program (e.g. HyperTerminal, PuTTY, etc) and connect it to the switch’s console port using the serial cable provided.
3. Enter enable mode by typing “enable” at the prompt.
4. Enter configuration mode by typing “config t” at the prompt.
5. Set the hostname of the switch by typing “hostname name” where “name” is the desired hostname for your switch.
6. Create a banner for your switch by typing “banner motd #message#” where “message” is the text string you want to display when users log into the switch.
7. Set the switch’s password–level security so that unauthorized users cannot make changes to the switch configuration by typing “password level 15 secret ”.
8. Create a VLAN name and number for your switch by typing “vlan #vlan_number# name vlan_name”.
9. Configure the switch interfaces. This can be done by typing “interface type slot/port” followed by “switchport mode access” and “switchport access vlan #vlan_number#” for each interface.
10. Save your switch configuration by typing “copy running–config startup–config”.
11. Exit configuration mode by typing “exit” at the prompt.
12. Disconnect from the switch by typing “exit” at the prompt.
1. Connect the switch to the network. Plug one end of an Ethernet cable into the Ethernet port of your computer and the other end into any of the numbered ports on the switch.
2. Connect the power. Plug the power cable into the switch and then into a power source.
3. Launch a terminal emulator program. Enter the IP address of the switch into the terminal emulator program, and then connect to the switch.
4. Enter privileged mode. Enter the command “enable” and then enter the password if prompted.
5. Configure the hostname. Enter the command “hostname <hostname>” and then press Enter.
6. Configure the IP address. Enter the command “interface vlan 1” and then press Enter. Enter the command “ip address <IP address> <subnet mask>” and then press Enter.
7. Configure Layer 2 settings. Enter the commands “spanning-tree portfast”, “spanning-tree bpdufilter enable” and “spanning-tree bpduguard enable” and then press Enter.
8. Configure Layer 3 settings. Enter the command “ip routing” and then press Enter.
9. Configure the default gateway. Enter the command “ip default-gateway <gateway IP address>” and then press Enter.
10. Save the configuration. Enter the command “copy running-config startup-config” and then press Enter.