Chapter 2 Flashcards
What port replaces the root port when the root port fails?
Alternate port
What state does PortFast place a port in when configured?
Forwarding
What port states exist in STP but not RSTP?
Blocking and listening
what port state exists in RSTP but not STP?
Discarding
In Rapid PVST+, which port state can send and receive BPDUs but does not forward packets?
Learning
What is the default VTP mode of a switch?
Server
What kind of traffic is untagged between switches?
Traffic in native VLANs
What is a minimum requirement with VTP configuration on switches?
Same VTP domain name, the server must have the highest revision number in the domain
How will a switch configured with a vtp mode transparent interact with other switches in the same domain?
It will only forward the VTP advertisements that it receives on trunk ports
What is the command to enable LLDP?
(config)# lldp run
Which mode enables LACP only if a LACP device is detected?
Passive
What modes actively negotiate EtherChannel?
Desirable and active
Which EtherChannel mode must be configured when using LAG on a WLC?
Static, configured with the command “on”
Which two STP states are bypasses on an interface running PortFast?
Listening and learning
What is a benefit of using PortFast?
Faster convergence time and interfaces will not generate topology change notifications
What command guarantees a switch will become the root bridge in VLAN 2?
spanning-tree vlan 2 priority 0
What states does a switchport transition through while using RSTP?
Discarding, learning, and forwarding
What are the default VLANs?
1, but also 1002-1005 for Token Ring and FDI
What is the default VTP mode?
Server
How does a switch configured as transparent behave?
They do not accept any VTP information from other switches You can still configure VLANs but you can’t push out the changes
How does a switch configured as client behave?
They can store the same VTP information as switches in server mode but cannot modify any VTP information
What is the configuration needed for configuring VLAN traffic that is untagged?
switchport trunk native vlan n
How would you configure 802.1q encapsulation on VLAN 2?
encapsulation dot1q 2
What interface subcommand statically configures the interface into VLAN 3?
switchport access vlan 3