What mode is this in?
hostname#
Privileged Exec Mode
What mode is this in?
hostname>
User Exec Mode
What mode is this in?
hostname(config)#
Global Configuration Mode
What three different levels are there for basic line level security?
What line number is the console at always?
0
What is a basic Telnet Configuration?
What is the default inactivity timeout for administrators on Cisco Devices?
10 minutes
How would you configure a timeout to not be enforced?
no-exec-timeout
How would you configure a timeout of 15 minutes and 30 seconds?
exec-timeout 15 30
What configuration can you use to control who gets access to Telnet and SSH Sessions?
What command can you use to ensure that all passwords are encryped and not in plain text?
service password-encryption
How would you configure a Telnet session to use individual usernames and passwords instead of a generic global one?
How many privilege levels of admin access are there on Cisco devices?
16 (0-15)
By default, what 3 levels of privilege are used?
Zero
User
Privileged
What does zero-level access provide?
5 commands only (logout, enable, disable, help and exit)
What does User Level 1 access provide?
Very limited read only access to the device
What does privilege level 15 provide?
Complete control over the device
What level of access would this command have?
R1(config)#username {username} secret {secret}
Level 1 Access
How do you enable SSH?
How do you configure SSH after enabling it?
What is the command from a CMD to login via SSH
ssh -l {username} {ip-address}
What AAA stand for?
Authentication, Authorization and Accounting
What is Cisco’s AAA Server called?
ISE (Indentity Services Engine)
Commonly used for end user level services, such as VPN
Radius