7 - Switches Flashcards

1
Q

What protocol is used to prevent loops on a switch?

A

STP or spanning tree protocol

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

What are the names of the led lights on a switch?

A
Syst or system
rps or redundant power system
stat or port status
duplx or duplex
speed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the switching modes?

A

store and forward switching
cut through switching
adaptive cut through switching
fragment free switching

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

What switching mode receives the entire frame before forwarding the frame? It also verify that no CRC errors are present.

A

Store and forward switching mode

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

What switching mode begins forwarding a frame after the first six bytes forwarding the frame before its fully received?

A

cut through switching mode

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

What switching mode provides a balance between store and forward switching and cut through switching?

A

adaptive cut through switching mode

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

What switching mode has to receive 64 bytes of the frame before deciding whether to forward the frame?

A

fragment free switching mode

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

What standard allows compliant devices to automatically communicate port speed and duplex over a 10Mb or 100Mb connection?

A

IEEE 802.3u

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

What standard allows compliant devices to automatically communicate port speed and duplex over a 1000Mb connection?

A

IEEE 802.3z

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

What is displayed in the show interfaces command?

A
status of interfaces
ip addresses
interface speeds
number of packets sent and received
error counts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a cause of excessive noise?

A

usually a physical media problem, bad cable

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

How do you detect excessive noise errors?

A

show interfaces:
high number of CRC errors
low number of collisions

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

What is a cause of too many collisions?

A

too many nodes on a segment
bad nic
duplex mismatch

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

How do you detect collision errors?

A

show interfaces:

high number of collisions

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

What is a symptom of late collision errors?

A

duplex mismatch

network segment is too long

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

How do you detect late collision errors?

A

show interfaces:

high number of late collisions

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

What is a symptom of duplex mismatch errors?

A

intermittent connectivity

performance problems

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

How do you detect duplex mismatch errors?

A

show interfaces:
high number of collisions
high number of late collisions

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

What is a symptom of speed mismatch errors?

A

prevents the interface from sending traffic

20
Q

How do you detect speed mismatch errors?

A

show interfaces status:
check the speed setting
also the interface is usually down

21
Q

What is a symptom of a broadcast storm?

A

network slowness
cpu utilization is high on switch and computers
loop in the network

22
Q

How do you view the cpu usage on a switch?

A

show processes command

23
Q

How do you detect broadcast storm errors?

A

show interfaces:
high collision count
show processes:
high cpu usage 80 - 100%

24
Q

What methods can be used to secure a switch?

A

disable unused ports

configure port security

25
What is the default mac address count when port security is enabled?
one mac address
26
Where are the mac addresses stored when the sticky keyword is used in switchport port-security mac-address sticky?
in the running config, they will be lost unless the config is writ memed
27
What are the three keywords available for switchport port-security violation command?
``` restrict protect shutdown (default) ```
28
What does the restrict keyword do in switchport port-security violation restrict?
configures the switch to drop traffic from any mac that is not allowed, create a log entry documenting the violation
29
What does the protect keyword do in switchport port-security violation protect?
configures the switch to drop traffic from any mac that is not allowed, does not create a log entry documenting the violation
30
What is the command to configure automatic error-disabled recovery?
errdisable recovery interval 100
31
What command can be used to view port-security configuration?
show port-security
32
What standard is STP based off of?
IEEE 802.1D
33
What layer of the OSI model does spanning tree operate on?
layer 2
34
What are the states of STP?
forwarding | blocking
35
What is PortFast in STP?
feature that provides immediate access to the network for edge ports
36
What are the global configuration commands for portfast?
spanning-tree portfast | spanning-tree portfast interface fa0/1
37
What is BPDU Guard?
used to disable ports that erroneously receive BPDUs.
38
Where should BPDU guard be used?
on edge ports that have portfast enabled
39
What is loop guard?
feature that prevents nondesignated ports from inadvertently forming bridging loops if the steady flow of BPDUs is interrupted
40
What is the global configuration command for loop guard?
spanning-tree loopgaurd default
41
What is the interface command for loop guard?
spanning-tree guard loop
42
What is root guard?
is used to prevent newly introduced switches from being elected as the new root switch
43
What is the global configuration command for root guard?
None, it is only configured on the interface
44
What is the interface command for root guard?
spanning-tree guard root
45
What happens when root guard is enabled on port that has loop guard enabled?
loop guard will be disabled