Commands Flashcards
enables privilege mode
Router>enable
enables configuration mode
config t
displays banner options
Router(config) #banner ?
Message of the day banner
Router(config) #banner motd #
Login banner
Router(config) #banner login #
shows password options
Router(config)#enable ?
assigns password
Router(config) #enable password
assigns secret
Router(config) #enable secret
How to set auxiliary password?
Router>enable
Router# config t
Router(config) #line ?
Router(config) #line aux ?
Router(config) #line aux 0
Router(config-line) #login
Router(config-line) #password
Router(config-line) #login
Ctrl + c
Router(config-line) #exit
How to set console password?
Router>enable
Router#config t
Router(config) #line ?
Router(config) #line console ?
Router(config) #line console 0
Router(config-line) #login
Router(config-line) #password
Router(config-line) #login
Ctrl + c
Router(config-line) #exit
How to set Hostname?
Router>enable
Router#config t
Router(config) #hostname yourhostname
Ctrl + c
exit
How to set password?
Router>enable
Router#config t
Router(config) #enable ?
Router(config) #enable password yourpw
Ctrl + c
exit
How to set secret?
Router>enable
Router#config t
Router(config) #enable ?
Router(config) #enable secret yoursc
Ctrl + c
exit
How to set motd?
Router>enable
Router#config t
Router(config) #banner motd #
yourmessage #
Ctrl + c
exit