Ch 5: VLAN Trunks and EtherChannel Bundles Flashcards
Which of the following is not a switch role for VTP?
a. Client
b. Server
c. Proxy
d. Transparent
e. Off
C. A switch can operate with the VTP roles client, server, transparent, and off.
True or false: The VTP summary advertisement includes the VLANs that were recently added, deleted, or modified.
a. True
b. False
B. False. The VTP summary includes the VTP version, domain, configuration revision, and time stamp.
True or false: There can be only one switch in a VTP domain that has the server role.
a. True
b. False
B. False. There can be multiple VTP servers in a VTP domain. They process updates from other VTP servers just as with a client.
Which of the following is a common disastrous VTP problem with moving a switch from one location to another?
a. The domain certificate must be deleted and re-installed on the VTP server.
b. The moved switch sends an update to the VTP server and deletes VLANs.
c. The moved switch interrupts the VTP.
d. The moved switch causes an STP forwarding loop.
B. If the switch has a higher revision number than the current VTP domain, when a VLAN is deleted, it can send an update to the VTP server and remove that VLAN from all switches in the VTP domain.
True or false: If two switches are connected and configured with the command switchport mode dynamic auto, the switches will establish a trunk link.
a. True
b. False
B. False. Dynamic auto requires the other side to initiate a request in order for a trunk link to form.
The command ________ prevents DTP from communicating and agreeing upon a link being a trunk port.
a. switchport dtp disable
b. switchport disable dtp
c. switchport nonegotiate
d. no switchport mode trunk handshake
C. The command switchport nonegotiate disables DTP on a port.
True or false: PAgP is an industry standard dynamic link aggregation protocol.
a. True
b. False
B. False. PAgP is a Cisco proprietary link bundling protocol.
An EtherChannel bundle allows for link aggregation for which types of ports? (Choose all that apply.)
a. Access
b. Trunk
c. Routed
d. Loopback
A, B, and C. An EtherChannel bundle allows for a virtual port channel that acts as a Layer 2 (access or trunk) or Layer 3 routed interface.
What are the benefits of using an EtherChannel? (Choose two.)
a. Increased bandwidth between devices
b. Reduction of topology changes/convergence
c. Smaller configuration
d. Per-packet load balancing
A and B. An EtherChannel bundle provides increased bandwidth between devices and does not generate a topology change with the addition/removal of member links.
One switch has EtherChannel configured as auto. What options on the other switch can be configured to establish an EtherChannel bundle?
a. Auto
b. Active
c. Desirable
d. Passive
C. Desirable. If one device is configured with PAgP auto, the other device must be configured with desirable to form an EtherChannel bundle.
True or false: LACP and PAgP allow you to set the maximum number of member links in an EtherChannel bundle.
a. True
b. False
B. False. Only LACP allows you to set the maximum number of member links in an EtherChannel bundle.
How many roles are there in the VTP architecture? List them and their functions.
There are four roles in the VTP architecture:
- Server: The server switch is responsible for the creation, modification, and deletion of VLANs within the VTP domain.
- Client: The client switch receives VTP advertisements and modifies the VLANs on that switch. VLANs cannot be configured locally on a VTP client.
- Transparent: VTP transparent switches receive and forward VTP advertisements but do not modify the local VLAN database. VLANs are configured only locally.
- Off: A switch does not participate in VTP advertisements and does not forward them out of any ports either. VLANs are configured only locally.
How many versions of VTP are there? What is the default?
There are three versions of VTP, and Version 1 is the default. At its simplest, VTP Versions 1 and 2 limited propagation to VLANs numbered 1 to 1005. VTP Version 3 allows for the full range of VLANs 1 to 4094. At the time of this writing, most switches should be capable of running VTP Version 3.
T/F: VTP servers process updates from other VTP servers just as a client does.
True.
VTP supports having multiple VTP servers in a domain. These servers process updates from other VTP servers just as a client does. If a VTP domain is Version 3, the primary VTP server must be set with the executive command vtp primary.
T/F: VTP advertises updates by using unicast addresses across the trunk links to all the switches in the VTP domain.
False. VTP advertises updates by using a multicast address across the trunk links for advertising updates to all the switches in the VTP domain.
How many types of VTP advertisements are there? What are they?
There are three main types of advertisements:
- Summary: This advertisement occurs every 300 seconds or when a VLAN is added, removed, or changed. It includes the VTP version, domain, configuration revision number, and time stamp.
- Subset: This advertisement occurs after a VLAN configuration change occurs. It contains all the relevant information for the switches to make changes to the VLANs on them.
- Client requests: This advertisement is a request by a client to receive the more detailed subset advertisement. Typically, this occurs when a switch with a lower revision number joins the VTP domain and observes a summary advertisement with a higher revision than it has stored locally.
What is included in a VTP Summary update? How often is it sent? Hint: there are 4 things.
There are three main types of advertisements:
Summary: This advertisement occurs every 300 seconds or when a VLAN is added, removed, or changed. It includes the VTP version, domain, configuration revision number, and time stamp.
Put these steps for configuring VTP in order:
- (Optional) Secure the VTP domain with the command vtp password password. (This step is optional but recommended because it helps prevent unauthorized switches from joining the VTP domain.)
- Define the VTP domain with the command vtp domain domain-name. Note: Changing the VTP domain resets the local switch’s revision number to 0.
- Define the VTP version with the command vtp version {1 | 2 | 3}.
- Define the VTP switch role with the command vtp mode { server | client | transparent | none }.
The following are the steps for configuring VTP:
Step 1. Define the VTP version with the command vtp version {1 | 2 | 3}.
Step 2. Define the VTP domain with the command vtp domain domain-name. Changing the VTP domain resets the local switch’s revision to 0.
Step 3. Define the VTP switch role with the command vtp mode { server | client | transparent | none }.
Step 4. (Optional) Secure the VTP domain with the command vtp password password. (This step is optional but recommended because it helps prevent unauthorized switches from joining the VTP domain.)
What is the command to verify VTP?
The VTP status is verified with the command show vtp status.
The most important information displayed is the VTP version, VTP domain name, VTP mode, the number of VLANs (standard and extended), and the configuration version.
Example 5-2 shows the output for SW1, SW2, SW3, and SW4. Notice the highlighted operating mode for SW2, SW3, and SW4. The last two VTP Operating Mode entries are not relevant as they are used for other functions.
What is the danger of adding a new switch to a VTP domain?
It is very important that every switch that connects to a VTP domain has the VTP revision number reset to 0. Failing to reset the revision number on a switch could result in the switch providing an update to the VTP server. This is not an issue if VLANs are added but is catastrophic if VLANs are removed because those VLANs will be removed throughout the domain.
What happens to access ports when a VLAN is removed from a switch?
When a VLAN is removed from a switch, the access port is moved to VLAN 1. It is then necessary to reassign VLANs to every port associated to the VLAN(s) that were removed.
This can be a result of carelessly introducing a switch to a VTP domain without resetting the VTP rev number.
What is DTP and what does it do?
Dynamic Trunking Protocol packets to negotiate whether the other end can be a trunk port. If both ports can successfully negotiate an agreement, the port will become a trunk switch port. DTP advertises itself every 30 seconds to neighbors so that they are kept aware of its status.
DTP requires that the VTP domain match between the two switches.