Basic config for Cisco devices Flashcards

1
Q

Difference between Enable password and Enable secret?

A

Both are display when loading config
Secret will show a hash while password will show in clear text
Secret will disable password

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

What are Enable password and Enable secret used for?

A

to access Privledge mode

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

How to change Enable secret or password?

A

go to Global mode >.enable %secret/password% %password%

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

What is the AUX port used for

A

Used to connect an analog modem for backup connection purposes

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

How do you find if login is required for console, aux or telnet/ssh?

A

Look for line con, line aux & line vty in the config.

It will have login under the respective line if login is required

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

Set password for telnet/ssh

A

Global mode > line vty 0 %max port number% > password %password%

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

Create User account

A

Global mode > username %username% secret %password%

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