Rookie of the Cisco Small


image

Switch>enable//

Switch#configure//

Switch # show vlan // show vlan interfaces

Switch (config) #enable password 123456 // Change Password

Switch (config) #interface fastEthernet 0/1 // connection interface

Switch (config-if) #switchport acess vlan 2 // the interfaces on the vlan 2

shida # show running-config // view the current running configuration file
shida # show ip interface brief // View interface concise information
shida # sh interfaces fastEthernet 0/0 // view the details of the interface
shida # show ip route // View routing table
shida # reload // restart

Guess you like

Origin www.cnblogs.com/czg-0705/p/11365922.html