Chapter 8 Flashcards

1
Q

What is the default password setting for console 0?

A

Console access is open by default.

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

What is the default security settings for Telnet and SSH?

A

Disabled by default

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

Securing user mode with a simple password means what

A

Console and/or tenlet users must enter a password (no username)

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

Command for entering console line configuration mode from global configuration mode

A

line console 0

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

Two login authentication methods for Cisco switches that use username/passwords

A

Manually setting up unique username/passwords for each switch

Using a AAA (authentication, authorization, and accounting) server

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

Protocols used by AAA servers

A

RADIUS or TACACS+

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

What does a Cisco switch need to begin accepting SSH connections?

A

Cryptography Key used to encrypt data

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

Command to list status information about the ssh server

A

show ip ssh

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

Command to list the ssh clients connected to the switch

A

show ssh

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

Benefits of ssh2 over ssh1

A

Improves security algorithms and adds banner support

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

2 Commands set set support for telnet and ssh

A

transport input all

transport input telnet ssh

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

Command to set support for telnet, ssh

A

From the vty line subcommand: transport input {all|none|telnet|ssh}

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

command to encrypt stored passwords so they aren’t stored as cleartext in config file

A

service password-encryption

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

Command to turn off password encryptions

A

no service password-encryption

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

Effect of turning off password encryption

A

No immediate effect. Passwords are still stored encrypted until a change to the password is made

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

Enable Password command versus Enable Secret Password

A

Both set password for enable mode. Enable Secret Password is newer and more secure because it encrypts the enable password in the config

17
Q

Three popular banner types

A

MOTD, Exec, Login

18
Q

MOTH banner

A

Shown before the login prompt. Used for temporary messages that change from time to time

19
Q

Login Banner

A

Shown at the login prompt. Used for permanent messages (“Unauthorized user prohobited”)

20
Q

Exec Banner

A

Shown after successful login. Provide information that should be hidden from unauthorized users

21
Q

command to list all commands stored in the history file

A

show history

22
Q

command to disable syslog messages on the console screen

A

in global config, no logging console

23
Q

All types of port security have 3 common concepts

A

Define max number of source MAC addresses allowed for an interface / watch incoming frames & keep a list of unique MAC addresses & a counter of unique addresses / When counter pushes past max, shut the port down

24
Q

Before setting up port security on an interface, you must define what –

A

The type of interface - static access or a trunk interface

25
Four optional types of port security
Override default max number of allowed MAC addresses / override result of a security violation (protect, restrict, or shutdown) / define allowed MAC addresses / set up "sticky learning" to learn new MAC addresses
26
Result of an interface shutdown due to a port security violation
Disables the interface, discards all traffic, sends log and SNMP messages
27
Result of an interface "protect" mode due to a port security violation
Discards offending traffic. Does not send SNMP messages. All other traffic continues
28
Result of an interface "restrict" mode due to a port security violation
Discards offending traffic, sends log and SNMP messages. All valid traffic continues
29
How to recover an interface from a shutdown state, triggered by a violation of port security - what are the commands?
Manually shutdown and bring the interface back up. shutdown no shutdown
30
What 3 things should you do to secure unused ports?
Disable the interface using the shutdown subcommand. Prevent VLAN trunking by setting the port to switchport mode access Assign the port to an unused VLAN