What command can you use to encrypt passwords that are currently stored in the router as plain text?
‘service password-encryption’
When using the ‘enable secret <secret>' command, what is the encryption level set to by default?</secret>
5
When using the ‘service password-encryption’ command, what is the encryption level set to?
7
True or False. Entering ‘enable secret <secret>' and 'enable secret 5 <secret>' will do the same thing.</secret></secret>
False.
For example, entering ‘$1$mERr$YlCkLMcTYWwkF1Ccndtll.’ as the secret will allow you to login with secret ‘Cisco’.
What is the encryption level for clear-text passwords and secrets?
0
True or False. After using the ‘no service password-encryption’ command on an encrypted password it will automatically decrypt the password into its clear-text state.
False. You need to enter a new password which will be created as clear-text.
True or False. ‘enable secret’ overrides ‘enable password’
True. If both are enabled use the secret.
True or False. It is best practice to use ‘enable secret’ rather than ‘enable password’.
True. Secret is encrypted by default and therefore much more secure.
What are the 2 more secure algorithm types on newer Cisco IOS versions?
These can also be used with the username command to create a more secure user login. Just swap ‘enable…’ for ‘username name…’
What command could you use to deny certain addresses from accessing a Cisco device?
Create an access-list for the specific addresses and then enable it per vty or console line using the below command from line configuration mode:
- ‘access-class <ACL> in'
- You can also add 'out' at the end to stop users from using the 'telnet' or 'ssh' commands to access other devices from the console of this router. However it bases this decision on the destination address rather than the source.</ACL>
What are some of the benefits of dedicated firewalls over router ACLs?
What is an example of a stateful firewall being a security benefit over a stateless firewall?
What is a Security Zone?
What is a DMZ?
What is an IPS?
What is NGIPS and NGFW?
What is Cisco AVC?
Benefits of an NGFW over a traditional firewall
Benefits of an NGIPS system over a traditional IPS