Ch. 5 - VLAN Trunks & EtherChannel Flashcards
What is VTP?
Vlan Trunking Protocol - mechanism to provision VLANs on many switches
List all the different VTP roles
1) Server
2) Client
3) Transparent
4) Off
What is a VTP server?
Allowed to create, modify, delete VLANs within a VTP domain
What is a VTP client?
Modifies its own VLANs based on received VTP adverts. Local VLAN configuration is disabled.
What does the Transparent VTP role do?
Only forwards VTP adverts it receives, does not change its own VLAN DB
What does the Off VTP role do?
Does not participate in VTP, does not forward adverts
What type of traffic does VTP use for its advertisements?
Multicast
A switch that connects to the VTP domain must have what done? Why?
Its VTP revision # must be reset to 0.
If it joins the VTP domain with a different (higher) revision # than the current switches, its VLAN DB may propagate to the other switches–which may be different than the other switches’ VLAN DB.
What is DTP?
Dynamic Trunking Protocol - Cisco-proprietary mechanism for switch ports to dynamically form a trunk port
Switches __________ when using DTP to see if they can form a trunk port.
send DTP packets
What are the different DTP modes?
1) Trunk
2) Dynamic desirable
3) Dynamic auto
What is the DTP trunk mode?
This statically assigns a port as a trunk, and have it advertise DTP packets
What is the dynamic desirable mode?
The port acts as an access port but listens for and advertises DTP packets
What is the dynamic auto mode?
The port acts as an access port, but ONLY listens for DTP packets
What command would you use to prevent a static trunk port from forming a trunk with a dynamic desirable or dynamic auto port?
switchport nonegotiate
What is an EtherChannel bundle?
2 or more ports logically acting as one to provide: 1) increased bandwidth and 2) load balancing 3) redundancy
What are two main ways to set an EtherChannel bundle (not specific protocols)?
Statically or by using a dynamic link aggregation protocol
What IEEE standard specifies link aggregation? (Not a protocol)
802.3AD, also known as “port channel”, “EtherChannel”
What is the downside of statically assigning an EtherChannel bundle?
There are no built-in health checks