Basic configuration and management of the Cisco PT Simulation Experiment (1) switch
Experimental Purpose : Master the basic configuration and management of the switch, and understand the basic commands of the switch configuration.
Experimental background : A company has a new batch of two-layer switch, before formally put into use to initialize the configuration and management, in order to maintain later.
Technical Principle :
Laboratory Equipment : switch_2960 1 units; PC 1; Configure line.
Experimental topology :
650) this.width=650; "Src=" https://s3.51cto.com/wyfs02/M02/9B/E1/wKioL1loUSCTOa4VAAAcI2Tky04250.png-wh_500x0-wm_ 3-wmp_4-s_4231014253.png "title=" 1.1.PNG "width=" "height=" 326 "border=" 0 "hspace=" 0 "vspace=" 0 "style=" width : 300px;height:326px; "alt=" Wkiol1lousctoa4vaaaci2tky04250.png-wh_50 "/>
Experimental Steps :
Enter privileged mode (EN)
Enter global configuration mode (CONFT)
Enter switch port view mode (int f0/1)
Return to ancestor mode (exit)
Return from the global following mode to privileged mode (end)
Help information (such as?, CO, copy?)
command shorthand (e.g. CONFT)
Command Auto-complete (TAB)
interrupt test (CTRL + C
back to privileged mode ctrl +z /p>
in privileged mode Restart switch (Reload)
Modify switch name (hostname X)
PC0 (under Super Terminal) switch>enable // Enter Privileged mode switch#config terminal // Enter configuration mode switch (config) #enable password cisco1 // Set the plaintext password to Cisco1switch (config) #enable secret cisco2 //set the encryption password to Cisco1switch (config) #hostname S2960 //Set the host name s2960s2960 (config) #interface fastethernet 0/ 1 //Enter configuration mode S2960 (config-if) #exit //return to previous level mode S2960 (config) #ip address 192.168.1.1 255.255.255.0 //Set Switch IPS2960 (config) #ip default-gateway 192.168.1.254 //Set the default gateway S2960 ( Config) #ip domain-name cisco.com //Set the domain name S2960 (config) #ip name-server 200.0.0.1 //Setting the domain name server S2960 (config) #no ip domain-lookup / /prohibit Domain name resolution S2960 (config) #end //return to privileged mode s2960#enables2960 (config) #show ? //help command prompt S2960 (config) #show running-config //display current configuration information S2960 ( Config) #show mac-address-table //Display MAC Address Table s2960 (config) #write memory //saving the current configuration to the store
Lab Environment: Windows 7, Cisco PT 6.3
Reference: CCNA Study Guide (7th edition)
Basic configuration and management of the Cisco PT Simulation Experiment (1) switch