Chapter 5: VLAN Trunks and Etherchannels Flashcards

1
Q

Configure the VTP version

A

vtp version { 1 | 2 | 3 }

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

Configure the VTP domain name

A

vtp domain “domain name”

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

Configure the VTP mode for a switch

A

vtp mode {server | client | transparent | none }

***required for the first VTPv3 server
vtp primary

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

Configure a switch port to actively attempt to establish a trunk link

A

switchport mode dynamic desirable

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

Configure a switch port to respond to remote attempts to establish a trunk link

A

switchport mode dynamic auto

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

Configure the member ports for a static EtherChannel

A

channel-group “etherchannel id” mode on

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

Configure the member ports for an LACP EtherChannel

A

channel-group “etherchannel id” mode {active | passive}

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

Configure the member ports for a PAgP EtherChannel

A

channel-group “etherchannel id” mode {auto | desirable} {non-silent}

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

Configure the LACP packet rate

A

lacp rate {fast | slow}

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

Configure the minimum number of member links for the LACP EtherChannel to become active

A

port-channel min-links “min links”

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

Configure the maximum number of member links in an LACP EtherChannel

A

lacp max-bundle “max-links”

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

Configure a switch’s LACP system priority

A

lacp system-priority “priority”

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

Configure a switchs LACP port priority

A

lacp port-priority “priority”

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

Configure the EtherChannel load-balancing hash algorithm

A

port-channel load-balance “hash”

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

Display the contents of all current access lists

A

show access-list [“access list number | access list name]

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

Display the VTP system settings

A

show vtp status

17
Q

Display the switch port DTP settings, native VLANs, and allowed VLANs

A

show interface “interface id” trunk

18
Q

Display a brief summary update on EtherChannel interfaces

A

show etherchannel summary

19
Q

Display detailed information for the local EtherChannel interfaces and their remote peers

A

show interface port-channel

20
Q

Display information about LACP neighbors

A

show lacp neighbor [detail]

21
Q

Display the local LACP system identifier and priority

A

show lacp “system id”

22
Q

Display the LACP counters for configure interfaces

A

show lacp counters

23
Q

Display information about PAgP neighbors

A

show pagp neighbor

24
Q

Display the PAgP counters for configured interfaces

A

show pagp counters

25
Q

Display the algorithm for load balancing network traffic based on the traffic type

A

show etherchannel load-balance