Switch Interface Configuration (9) Flashcards

1
Q

Changes context to interface mode. The type is typically Fast Ethernet or Gigabit Ethernet. The possible port numbers vary depending on the model of switch—for example, Fa0/1, Fa0/2, and so on.

A

interface type port-number

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

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 port-number - end-port-number

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

Interface mode. Disables or enables the interface, respectively.

A

shutdown I no shutdown

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

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
5
Q

Interface mode. Manually sets the duplex to half or full, or to autonegotiate the duplex setting.

A

duplex {auto | full | half}

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

Interface mode. Lists any information text that the engineer wants to track for the interface, such as 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
7
Q

Reverts to the default setting for each interface subcommand of speed auto, duplex auto, and the absence of a description command.

A

no duplex
no speed
no description

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