Device Security Flashcards

1
Q

What is the command for exec timeout?

A

exec-timeout 15 (15 minutes)

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

What is the command to enable password on privileged exec mode

A

enable password <password></password>

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

What is one major problem with the enable password command

A

It is in plain text in the running configuration

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

What command is should be used instead of enable password

A

enable secret

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

Line level passwords (telnet & enable) can also be viewed in plain text, what command should we use instead?

A

service-password-encryption

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

What are 3 levels of privilege

A

Zero - least
User 1 - very limited, read-only access
Privilege (level 15) - God-level access

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

If you don’t put a privilege level for a user, what level are they

A

1

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

When you set a secret password, what privilege level are you putting it for by default?

A

15

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

How does SSH encrypt traffic?

A

Uses digital certificates with key length at lease 768 bits

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

What is the command for SSH Access?

A

> ssh -l (lima) username IP address

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

What does Cisco use as its AAA server?

A

Identity Services Engine (ISE)

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

What’s the first command to use when configuring RADUIS or TACAS Server

A

R1(config) # aaa new-model

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

What is the command to group RADUIS servers

A

R1 (config)# aaa group server RADIUS <name>
R1(config-sg-radius) # server name <name>
R1(config-sg-radius) # server name <name2></name2></name></name>

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

How do you enable AAA authentication?

A

R1(config)# aaa authentication login default group <name> local</name>

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

How do you configure a radius sever?

A

R1(config)# radius server <name>
R1(config-radius-server)# address ipv4 X.X.X.X
R1(config-radius-server)# key <name></name></name>

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