Configuration Commands Flashcards
To Learn Configuration Commands (16 cards)
Line console 0
Global command that changes the context to console configuration mode
Login
Line (console and vty) configuration mode. Tells IOS to prompt for a password (no username)
password – pass-value
Line (console and vty) configuration mode. Sets the password required on that line for login if the login command (with no other parameters) is also configured,
interface – type port-number
Global command that changes the context to interface mode– for example, interface FastEthernet 0/1
hostname – name
Global command that sets the switch’s hostname, which is also used as the first part of the switch’s command prompt
exit
Moves back to the next higher mode in configuration mode
end
Exits configuration mode and goes back to enable mode from any of the configuration submodes.
Crtl+Z
This in not a command, but a two key combination that together do the same things as the end command
Global command that changes the context to console configuration mode
line console 0
Line (console and vty) configuration mode. Tells IOS to prompt for a password (no username)
login
Line (console and vty) configuration mode. Sets the password required on that line for login if the login command (with no other parameters) is also configured
password – pass-value
Global command that changes the context to interface mode – for example interface FastEthernet 0/1
interface–type port-number
Global command that sets the switch’s hostname, which is also used as the first part of the switches command prompt
hostname – name
Moves back to the next highest mode in configuration
exit
Exits configuration mode and goes back to enable mode from any of the configuration submodes
end
Not a command but a two key combination that together does the same thing as the end command
Ctrl+Z