Comandos Switch port configuration Flashcards

1
Q

Select a port

A

Switch(config)#interface type member/module/number

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

Select multiple ports

A

Switch(config)#interface range type member/module/number, member/module/number, …

or

Switch(config)#interface range member/module/number - member/module/number

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

Define an interface macro

A

Switch(config)#define interface-range macro_name type member/module/number,

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

Identify port

A

Switch(config-if)#description

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

Set port speed.

A

Switch(config-if)#speed {10 | 100 | 1000 | auto}

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

Set port mode

A

Switch(config-if)#duplex {full | half | auto}

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

Detect port error conditions

A

Switch(config)#errdisable detect cause [all | cause-name]

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

Automatically recover from errdisable

A

Switch(config-if)# errdisable recovery cause [all | causename]

Switch(config-if)# errdisable recovery interval seconds

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

Manually recover from errdisable.

A

Switch(config-if)# shutdown

Switch(config-if)# no shutdown

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

Display ports in errdisable state

A

Switch(config)# show interface status err-disabled

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