Home > other >  Cisco 2960 switch configuration commands explanation
Cisco 2960 switch configuration commands explanation

Time:09-29

2950 is the only support 2 switches

VLAN

Step 1: click on "start" button, the "procedures" menu "attachment" TAB, click the "super terminal"

Step 2: in the "name" text box type "Cisco"

Step 3: in connection with the use of "drop-down list box, select the computer serial port connected to the switch, desktop to com 1, notebook for" com 3 or com 5, "

Step 4: in "baud rate" drop-down list box, select the "9600" - sure.

If normal communication will appear similar to the following main configuration interface, and will be displayed in this window switches the initial configuration of the situation,


Enter
Enter
Enter

no!

1) the configuration switch name

Switch> Ena
Switch# configure
Enter
Switch# configure terminal into a state (configuration)
Switch (config) # hostname configuration switches names such as: floor 30-2960-1
Floor 30-2960-1 (config) # end
Floor 30-2960-1 #


2) switch IP configuration

Floor 30-2960-1 # configure terminal into a state (configuration)
Floor 30-2960-1 # (config) interface vlan 1
Floor 30-2960-1 # (config) IP address IP address subnet mask
For example: 30 floor - 2960-1 # (config) IP address 10.11.90.10 255.255.255.0
Floor 30-2960-1 # (config) no shutdown
Floor 30-2960-1 (config) # end
Floor 30-2960-1 #
Floor 30-2960-1 #


3) the default gateway configuration switches

Floor 30-2960-1 (config) # default - gateway IP gateway IP
For example: 30 floor - 2960-1 (config) # IP default gateway - 10.11.90.254


4) set the routing

Floor 30-2960-1 (config) # IP route 0.0.0.0 X.X.X.X


5) set up the console port password

Floor 30-2960-1 # (config) line console 0
Floor 30-2960-1 # (config - line), the password input password
Floor 30-2960-1 # (config - line) login
Floor 30-2960-1 (config - line) # end


6) set the Telnet password

Floor 30-2960-1 # (config) line vty 0 10
Floor 30-2960-1 # (config - line), the password input password (yuxuan)
Floor 30-2960-1 # (config - line) login
Floor 30-2960-1 (config - line) # end


7) setting switches the enable password

Floor 30-2960-1 # (config) enable password input password (xuan)
Floor 30-2960-1 # (config) the enable secret password (yuxuan)
Floor 30-2960-1 (config) # end


8) to save the current configuration information into the flash memory

Floor 30-2960-1 # (config) write


9) to check the switch information

Floor 30-2960-1 #

Show the version check switch version information
Show the IP address of the IP interfaces to check switch
Show interface vlan 1 validation management IP address already configured and open
The show IP switch redirect to view the gateway
Show running - configure view switches the current configuration information
Show configure view switches store configuration information
Switch# write; Save the configuration information
Switch# show VTP. Check the VTP configuration information
Switch# show run; View the current configuration information
Switch# show vlan; Check the vlan configuration information
Switch# show interface; Check the port information
Switch# show int f0/0; Check the specified port information

Basic configuration steps 10) switches

1. Log in to the switch
2. To enter privileged mode
Command: enable
3. Enter global configuration mode
Command: configure terminal
4. Enter the corresponding configuration subpattern
Such as: after cut mode
Command: interface vlan 1

CodePudding user response:

Thanks for sharing, oh, welcome scattered points to hit

CodePudding user response:

Yes, learning how to learn!!!!!!

CodePudding user response:

Very full! To learn!

CodePudding user response:

Very good is very good, I tool!!!!!

CodePudding user response:

2950 is a very old switches

CodePudding user response:

2960 is what is the purpose of the device with an IP address on the second floor??????

CodePudding user response:

refer to 6th floor sinat_38497650 response:
2960 is what is the purpose of the device with an IP address on the second floor??????


Switch equipment on the second floor with IP address, IP can be used as a management, facilitate remote connection

CodePudding user response:

Very comprehensive basic knowledge, good oh!
  • Related