Chapter 7 - Configuring and Verifying Switch Interfaces Flashcards

1
Q

What does the Description command allow you to do?

A

Write a text description about a particular interface (e.g. What its purpose is).

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

What does it mean when an interface speed has ‘a-‘ before it?

A

The speed auto negotiation process has already completed and the speed that was negotiated will follow.

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

What is the difference between down and administratively down?

A

Administratively down means that a user entered the ‘shutdown’ command on the interface. Down just means that there is something physically incorrect about the port (e.g. it has nothing plugged into it).

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

How does autonegotiation work where only one devices uses autonegotiation by the IEEEs standards?

A

If autonegotiation fails:
Speed - Use your slowest supported speed of that interface (on 10/100/1000 that would be 10mbps)
Duplex - If your speed is 10mbps or 100mbps use half duplex. Otherwise use full duplex.

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

How does Cisco augment the standard autonegotiation process?

A

If autonegotiation fails:
Speed - Attempt to sense the speed without autonegotation (e.g. it may be configured manually), if that fails then use IEEE standard of that interfaces slowest speed.
Duplex - Use IEEE standard. If your speed is 10mbps or 100mbps use half duplex. Otherwise use full duplex.

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

What is ‘line status’ and ‘protocol status’ on an interface?

A

Line status refers to Layer 1 status and protocol status refers to layer 2 status.

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

What is macro-bending?

A

When you bend a fibre cable too much to the point it can no longer transmit or receive data.

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

List all line status, protocol status, and interface status combinations.

A

Line status = administratively down Protocol status = down Interface status = disabled Potential root cause = Shutdown has been issued on
the interface

Line status = down Protocol status = down Interface status = notconnect Potential root cause = Layer 1 fault (e.g. faulty cable)
or the connected device is
shutdown/turned off.

Line status = up Protocol status = down Interface status = notconnect Potential root cause = Not expected on LAN switch
physical interfaces.

Line status = down Protocol status = down Interface status = err-disabled Potential root cause = Port security has disabled the
(err-disabled) interface.

Line status = up Protocol status = up Interface status = connected Potential root cause = The interface is working.

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

Error Types: CRC

A

Cyclic Redundancy Check Errors occur when a frame is discarded by FCS for having a transmission error and did not pass the FCS math. Can be caused by collisions.

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

Error Types: Runts

A
  • Frames that did not meet the minimum frame size requirement (64 bytes).
  • Can be caused by collisions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Error Types: Giants

A

Frames that exceeded the maximum frame size requirement (1518 bytes).

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

Error Types: Input errors

A

A total of many counters (e.g. Giants, Runts, CRC, frame, no buffer, ignored counts, overrun).

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

Error Types: Frame

A

Received frames that have an illegal format (e.g. Ending with a partial byte) can be caused by collisions.

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

Error Types: Packets Output

A

Total number of packets (encapsulated in frames) forwarded out of an interface.

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

Error Types: Output Errors

A

Total number of packets (encapsulated in frames) that a switch port tried to transmit but for which a problem occurred.

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

Error Types: Collisions

A

Counter of all collisions that occur when the interface is transmitting a frame

17
Q

Error Types: Late Collisions

A

The subset of all collisions that occur after the 512th bit (64th byte) of the frame has been transmitted. Collisions should only occur within the first 64 bytes if anywhere. This can indicate a duplex mismatch or long cable sections.

17
Q

What is port security?

A

This is a security method that allows the administrator to associate certain MAC addresses with certain interfaces so that only these devices are allowed to forward frames over their allowed interfaces.

18
Q

When running a ‘show interface <interface>' command, what are the three different statuses in order?</interface>

A
  • Line status (Layer 1) (e.g. Down, Administratively Down)
  • Protocol status (Layer 2) (e.g. Down)
  • Interface status (e.g. Connected, notconnect, disabled)