Chapter 5 VLAN Trunks and Etherchannel Flashcards
What are the four roles of 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 VLAN. VLAN 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.
What are the 3 version of VTP?
Versions 1 & 2 : version 1 is the default. Version 1 & 2 limited propagation to VLANs numbered 1 to 1005.
Version 3 allows for the full range of VLANs 1 to 4094.
VTP advertises updates across the trunk link using which type of address?
Multicast Address.
What are the 3 main types of VTP advertisements?
- Summary: this advertisement occurs every 300 seconds or when a VLAN is added, removed or changed.
- Subset : this advertisement occurs after a VLAN configuration change occurs.
- Client requests : this advertisement is a request by a client to receive the more detailed subset advertisement.
Which command prevents a port from forming a trunk port ?
Switchport nonegotiate.
Etherchannel is defined in which IEEE?
IEEE 802.3AD
Etherchannel can be used for which layer 2 or layer 3 forwarding?
Access
Trunk
Routed.
What is the primary advantage of using port channels?
It is a reduction in topology changes when a member link line protocol goes up or down.
Want are the two dynamic link aggregation protocols?
- Link Aggregation Control Protocol (LACP)
2. Port Aggregation Protocol (PAgP)
What multicast MAC address does PAgP use to advertises messages?
0100:0CCC:CCCC
PAgP can operate in which two modes?
- Auto: in this mode PAgP interface does not initiate an Etherchannel to be established.
- Desirable: in this PAgP mode, an interface tries to establish an Etherchannel and transmit PAgP packets out of it.
Which multicast MAC address is used to advertise messages ?
0180:C200:0002
In which two modes can LACP operate?
- Passive: in this LACP mode, an interface does not initiate an Etherchannel to be established
- Active: in this LACP mode, an interface tries to establish an Etherchannel and transmit LACP packets out of it.
What is the maximum number of links you can configure on Etherchannel?
8 links.
By default, PAgP ports operate in which mode?
Silent mode.