Chap 5 - VLAN Trunks and Etherchannel Bundles Flashcards

1
Q

What are the 4 roles in VTP architecture?

A
  • Server
  • Client
  • Transparent
  • Off
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many versions of VTP are there?

A

3

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

What is the difference between VTP versions 1 and 2 vs. 3?

A
  • Versions 1 and 2 support VLANs 1 - 1005
  • Version 3 supports VLANs 1 - 4094
  • In VTP version 3 its not enough to be a VTP server, you also have to run the user exec command ‘vtp primary’
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What version of VTP is the default?

A

Version 1

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

If a switch is running VTP version 3 what is the command to enable it as a server?

A

vtp primary’

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

What are the 3 main types of advertisements in VTP?

A
  • Summary
  • Subset
  • Client Requests
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What 2 times is a VTP Summary Advertisement sent, what 4 things does it include, and what does it not include?

A
  • Occurs every 5 minutes or whenever a VLAN is added, removed, or changed
  • Contains VTP version, domain, config revision number, and timestamp
  • Does not contain VLAN information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a VTP Subset Advertisement?

A
  • Occurs after a VLAN change
  • Contains all relevant info for switches to make the VLAN change
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Client Request Advertisement?

A
  • Occurs when a switch with a lower revision number joins the domain and sees advertisements with higher revision numbers than it has
  • Client is asking for more detailed information.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What happens to the switchport configuration when the VLAN it is assigned to is removed?

A

The switchport moves to VLAN 1.

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

How often does DTP advertise itself?

A

Every 30 seconds.

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

What are the 3 modes to use when setting a switchport to trunk?

A
  • Switchport mode trunk
  • Dynamic Desirable
  • Dynamic Auto
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the IEEE standard for LACP?

A

802.3AD

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

What are the interfaces called that are part of an Etherchannel?

A

Member interfaces

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

What’s the downfall when configuring an Etherchannel statically?

A

There is no health integrity check.

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

What is the multicast MAC address used by PAgP?

A

0100:0CCC:CCCC

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

What is the protocol code used by PAgP?

A

0x0104

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

What is the multicast MAC address used by LACP?

A

0180:C200:0002.

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

What are the 2 negotiating modes used by PAgP?

A

Desirable and Auto

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

What are the 2 negotiating modes used by LACP?

A

Active and Passive

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

By default what operating mode do PAgP ports operate in?

A

Silent mode

22
Q

What does PAgP silent mode do?

A

It allows formation of an Etherchannel even though the other side might not be PAgP

23
Q

What does PAgP non-silent mode do?

A

Requires a port to receive a PAgP packet before adding it to an Etherchannel.

24
Q

Which PAgP mode forms an Etherchannel faster - silent or non-silent?

A

Non-silent mode

25
How often does standard LACP send out LACP packets?
Every 30 seconds.
26
How often does LACP Fast send out packets?
Once every second.
27
What state will an LACP port channel be in when the minimum number of links is not met?
Not in Use
28
When configuring an LACP port channel for minumum number of links does that configuration need to be made on both sides?
No, but it is recommended.
29
What is a reason for configuring a minimum number of links in an Etherchannel?
To accommodate load-balancing hashes
30
In LACP where does the maximum number of interfaces need to be configured?
Only on the master switch but best practices say on both switches
31
How does the Master switch determine which member interfaces to make active when there are more than the maximum interfaces available?
By examining the LACP Port Priority. Lower priority is preferred. If there is a tie then lower interface number is preferred.
32
In LACP what determines which switch is the Master Switch?
The master switch is the switch with the lowest LACP System Priority.
33
How is the LACP System Priority configured?
SW1#config t SW1(config)#lacp system-priority 1
34
What role does LACP Port Priority play?
It allows the Master LACP switch to determine which interfaces are active when there are more than the maximum number in the LACP port channel.
35
What 9 parameters must match in order for interfaces to be members of the same port channel?
* Load Interval * Storm Control * Speed * Duplex * Access/Trunk * Native VLAN * Allowed VLANs * L2 / L3 * MTU
36
When troubleshooting an Etherchannel what 5 things should be checked?
* Between 2 devices only * All member ports are up/up * Both ends are statically configured with LACP/PAgP active on at least one side * All member ports are configured exactly the same * LACP or PAgP packets are being exchanged
37
How is Load Balancing done on an Etherchannel?
Based on a Hash which runs on various packet header fields.
38
What 5 things can the load balancing Hash be based on to Load Balance on an Etherchannel?
* MAC * IP Address * TCP/UDP * IP Address and TCP/UDP * Source or Destination
39
Is the Load Balancing method specific to a port channel or to the system?
The system.
40
Why should Etherchannels be configured in multiples of 2?
To make Load Balancing more effective.
41
Which protocol allows you to specify the maximum number of links in an Etherchannel?
LACP
42
Display the VTP status.
show vtp status
43
Display the VTP Revision Number.
show vtp status
44
Verify the status of a Port-channel.
show etherchannel summary
45
3 commands to view Etherchannel Neighbor info.
* R1#show etherchannel port * R1#show lacp neighbor detail * R1#show pagp neighbor
46
Display the LACP counters.
R1#show lacp counters
47
Clear the LACP counters.
R1#clear lacp counters
48
Display the PAgP counters.
R1#show pagp counters
49
Display whether LACP ports are operating in Fast Mode or Slow Mode.
show lacp internal
50
Display the LACP System Priority on a switch.
SW1#show lacp sys-id
51
Display the LACP interface priority.
show etherchannel port
52
Display the Load Balancing method being used by an Etherchannel.
show etherchannel load-balance