ch.7 Configuring and verifying switch interfaces Flashcards

1
Q

What is the root cause of the status codes

admin down - down/disabled

A

The shutdown command is configured on the interface

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

Root cause of status codes - down/down/not connect

A

No cable, bad cable, wrong cable pinouts, speed mismatch, neighboring device is either powered off shutdown or disabled

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

Root cause of up/down/not connected

A

Not expected on LAN switch physical interfaces

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

Root cause of down/down(err-disabled)/err-disabled

A

Port security has disabled the interface

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

Root cause of up/up/connected

A

The interface is working

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

What is the command that shows brief information on interfaces

A

show interfaces status

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

What command shows in depth amount of information on interaces

A

show interfaces

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

What happens when one device uses autonegotioation and the other disables it

A

The first device must resort to default settings

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

When does duplex default to half duplex

A

When speed is 10 or 100

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

When does duplex default to full-duplex

A

When speeds are higher than 100

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

What speed is defaulted to during disabled negotiation

A

the slowest speed supported

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

When you configure speed and duplex manually what happens to the auto-negotiation

A

It gets disabled

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

Runts

A

Frames that did not meet the minimum frame size requirement. Can be caused by collisions

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

Giants

A

Frames that exceed the maximum frame size requirement

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

Input errors

A

A total of many conters, including runts, giants, no buffer, CRC, frame, overrun, and ignored counts

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

CRC

A

Received frames that did not pass the FCS math, can be caused by collisions

17
Q

Frame

A

Received frames that have an illegal format, can be caused by collisions

18
Q

Packets Output

A

Total number of packets forwarded out the interface

19
Q

Output errors

A

Total number of packets that the switch port tried to transmit, but for which some problem occured

20
Q

Collisions

A

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

21
Q

Late collisons

A

The subset of all collisions that happen after the 64th byte of the frame has been transmitted

22
Q

what is the command to enter interface mode

A

interface fa or g or f

23
Q

What is the command to select multiple interfaces in the cli

A

interface range f0/1 f 0/10

24
Q

what is the command to turn off or turn on an interface

A

shutdown or no shutdown

25
Q

Whats the command to configure the speed of an interface

A

speed {10 | 100 | 1000 | auto }

26
Q

What is the command to configure duplex

A

duplex {auto | full | half}

27
Q

What is the command to set a description on an interface

A

description [insert text here]

28
Q

What are the commands to revert to the default settings for each interface

A

no duplex
no speed
no description

29
Q

show running-config

A

Lists the currently used config

30
Q

show running-config |interface number

A

Displays the running-config excerpt of the listed interface and its subbcommands only

31
Q

show mac address-table dynamic [interface type number] [vlan id]

A

Lists static MAC addresses and MAC address learned or defined with port security

32
Q

show interfaces [type number] status

A

Lists one output per interface

33
Q

show interface [type number]

A

Lists detailed status and statistical info about all interfaces

34
Q

show interfaces description

A

Displays one line of information per interface. with a two-item status and includes any description that is configured on the interfaces