Device Security Flashcards
What is the command for exec timeout?
exec-timeout 15 (15 minutes)
What is the command to enable password on privileged exec mode
enable password <password></password>
What is one major problem with the enable password command
It is in plain text in the running configuration
What command is should be used instead of enable password
enable secret
Line level passwords (telnet & enable) can also be viewed in plain text, what command should we use instead?
service-password-encryption
What are 3 levels of privilege
Zero - least
User 1 - very limited, read-only access
Privilege (level 15) - God-level access
If you don’t put a privilege level for a user, what level are they
1
When you set a secret password, what privilege level are you putting it for by default?
15
How does SSH encrypt traffic?
Uses digital certificates with key length at lease 768 bits
What is the command for SSH Access?
> ssh -l (lima) username IP address
What does Cisco use as its AAA server?
Identity Services Engine (ISE)
What’s the first command to use when configuring RADUIS or TACAS Server
R1(config) # aaa new-model
What is the command to group RADUIS servers
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 do you enable AAA authentication?
R1(config)# aaa authentication login default group <name> local</name>
How do you configure a radius sever?
R1(config)# radius server <name>
R1(config-radius-server)# address ipv4 X.X.X.X
R1(config-radius-server)# key <name></name></name>