Layer 2 Switching Flashcards
MST is defined by IEEE _________.
MST is defined by IEEE 802.1s.
What are 5 enhancements that VTP Version3 had over versions 1 and 2?
- hidden authentication (does not appear in plain text in the configuration file)
- Extended VLAN support. Versions 1 and 2 only support VLANs 1 - 1000 only.
- Support for private VLANs
- Support for MST
- primary and secondary servers
In VTP Version 3, you issue the command vtp primary server in ________ mode.
Exec mode. This is a weird one as you would think it would be issued in configuration mode.
By default, VTP summary advertisements are sent every ______ minutes.
5 minutes.
With VTP, after a summary advertisement is sent, what type of advertisement follows?
A subset advertisement which actually contains the list of VLANs.
Under what 3 circumstances will a switch send a VTP advertisement request?
- the switch has been reset
- the VTP domain name has been changed on the switch
- the switch has received a VTP summary advertisement with a higher configuration than its own
For Layer 2 Etherchannels, how does the Etherchannel obtain its MAC address?
It adopts the MAC address from the first port in the bundle that comes up.
What command enables you to configure Etherchannel load balancing?
port-channel load-balance
What is the default Etherchannel load balancing method?
src-mac
What is the official name for EtherChannel LACP?
IEEE802.3ad Link Aggregation
LACP supports up to ____ ports of the same type.
LACP supports 16 ports of the same type, with up to 8 ports active and 8 ports in standby.
In MST, the CIST Regional Root is a _________ switch elected for every region based on the shortest external path cost to reach the CIST root.
In MST, the CIST Regional Root is a boundary switch elected for every region based on the shortest external path cost to reach the CIST root.
The CIST Regional Root becomes the root of the IST for the given region as well - the region changes its IST election process to make the CIST regional root the IST root.
With ____, a switch sends Hellos and if it receives those Hellos echoed back it knows the link is an active two way link.
With UDLD a switch sends Hellos and if it receives those Hellos echoed back it knows the link is an active two way link.
UDLD operates at the physical level, while Spanning-Tree LoopGuard works at the _____ level.
UDLD operates at the physical level, while Spanning-Tree LoopGuard works at the logical level. (Think Etherchannel)
udld enable aggressive differs from udld enable in what way?
udld enable aggressive disables the port upon UDLD neighbor failure.
You could also enable auto recovery of the interface if desired:
SW1(config)# errdisable recovery cause udld
SW1(config)# errdisable recovery interval 30
CDP announcements are sent out every _____ seconds by default.
CDP announcem,ents are sent out every 60 seconds by default.
Rapid Spanning Tree is defined by IEEE ____.
Rapid Spanning Tree is defined by IEEE 802.1w.
For RSPAN, what is the additional step that has to be done compared to SPAN?
With RSPAN, the destination VLAN of the SPAN has to be defined.
SW2(config)# vlan 199
SW2(config-vlan)# remote span
With SPAN, if you want to leave the original encapsulation of the frames intact, use the _______ ________ option on the monitor session destination command.
With SPAN, if you want to leave the original encapsulation of the frames intact, use the encapsulation replicate option on the monitor session destination command.