Ch9-Configuring Switch Interfaces Flashcards

1
Q

A Cisco switch feature in which the switch watches Ethernet frames that come into an interface, tracks the source MAC addresses of all such frames, and takes a security action if the number of different MAC addresses is exceeded

A

port security

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

An IEEE standard mechanism (802.3u) with which two nodes can exchange messages for the purpose of choosing to use the same Ethernet standard on both ends of the link, ensuring the link functions and functions well

A

auto negotiation

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

Generically, any communication in which two communicating devices can concurrently send and receive data. In Ethernet LANs the allowance for both devices to send and receive at the same time, allowed when both devices disable their CSMA/CD logic

A

full duplex

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

Generically, any communication in which only one device at a time can send data. In Ethernet LANs, the normal result of the CSMA/CD algorithm that enforces the rule that only one device should send at any point in time

A

half duplex

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

Command reference: Changes context to interface mode

A

interface type port-number

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

Command reference: Changes the context to interface mode for a range of consecutively numbered interfaces. The subcommands that follow then apply to all interfaces in the range

A

interface range type start-port - end-port

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

Command reference: Interface mode. Disables/enables the interface, respectively

A

shutdown | no shutdown

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

Command reference: Interface mode. Manually sets the speed to the listed speed, or, with the auto setting, automatically negotiates the speed

A

speed [10 | 100 | 1000 | auto]

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

Command reference: Interface mode. Manually sets the port duplex to half or full, or automatically negotiates the duplex setting

A

duplex [auto | full | half]

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

Command reference: Interface mode. Lists any informative text the engineer wants to track for the interface (for example, the expected device on the other end of the cable)

A

description text

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

Command reference: Interface configuration command that tell the switch interface to always be an access port port, or always be a trunk port

A

swtichport mode [access | trunk]

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

Command reference: Interface configuration command that statically adds a specific MAC address as an allowed MAC address on the interface

A

switchport port-security mac-address address

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

Command reference: Interface configuration command that tells the switch to learn MAC addresses on the interface and add them to the configuration for the interface as secure MAC addresses

A

switchport port-security mac-address sticky

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

Command reference: Interface subcommand that sets the maximum number of static secure MAC addresses that can be assigned to a single interface

A

switchport port-security maximum value

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

Command reference:

Interface subcommand that tells the switch what to do if an inappropriate MAC address tries to access the network through a secure switch port

A

switchport port-security violation [protect | restrict | shutdown]

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

Command reference: Lists the configuration currently in use

A

show running-config

17
Q

Command reference: Lists MAC addresses defined or learned ports configured with port security

A

show mac address-table secure [interface type number]

18
Q

Command reference: Lists static MAC addresses and MAC addresses learned or defined with port security

A

show mac address-table static [interface type number]

19
Q

Command reference: Lists one output line per interface (or only for the listed interface, if included) noting the description, operating state, and settings for duplex and speed on each interface

A

show interfaces [interface type number] status

20
Q

Command reference: Lists detailed status and statistical information about all interfaces (or the listed interface only)

A

show interfaces [interface type number]

21
Q

Command reference: Lists an interface’s port security configuration settings and security operational status

A

show port-security [interface type number]

22
Q

Command reference: Lists one line per interface that summarized the port security settings for any interface on which it is enabled

A

show port-security

23
Q

Which command produced the following output?

A

show port-security interface some-interface

24
Q

What possible actions can port security take when a violation occurs?

A
  1. Discard offending traffic
  2. Send log and SNMP messages
  3. Increment the violation counter
  4. Shut down the port