Cisco Switch and Router Configuration Commands
Classified in Technology
Written on in
English with a size of 11.45 KB
User mode
Switch>
Enter Privilege mode
Switch>enable
Privileged mode
Switch#
Enter configuration mode
Switch#configure terminal
Global Config mode
Switch(config)#
Enter Interface mode
Switch(config)#interface fa0/1
Interface mode
Switch(config-if)
Return to global configuration
Switch(config-if)exit
Exit Global Config mode
Switch(config)#exit
Return to use mode
Switch#disable
Logout
Switch>exit
Keyboard Shortcuts
- Recall Previous command: Up arrow or p
- Recall Next command: Down arrow or n
- Beginning of command: a
- End of command: e
- Delete input: d
- Exit Configuration Mode: z
- Complete command: TAB
Device Configuration
Configure device system name: Switch(config)#hostname sw1
Sets the encrypted enable password: Switch(config)#enable secret cisco
Sets the unencrypted... Continue reading "Cisco Switch and Router Configuration Commands" »