Commands Flashcards

1
Q

enables privilege mode

A

Router>enable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

enables configuration mode

A

config t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

displays banner options

A

Router(config) #banner ?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Message of the day banner

A

Router(config) #banner motd #

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Login banner

A

Router(config) #banner login #

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

shows password options

A

Router(config)#enable ?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

assigns password

A

Router(config) #enable password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

assigns secret

A

Router(config) #enable secret

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to set auxiliary password?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How to set console password?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How to set Hostname?

A

Router>enable
Router#config t
Router(config) #hostname yourhostname
Ctrl + c
exit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to set password?

A

Router>enable
Router#config t
Router(config) #enable ?
Router(config) #enable password yourpw
Ctrl + c
exit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to set secret?

A

Router>enable
Router#config t
Router(config) #enable ?
Router(config) #enable secret yoursc
Ctrl + c
exit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to set motd?

A

Router>enable
Router#config t
Router(config) #banner motd #
yourmessage #
Ctrl + c
exit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly