Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
21 Cards in this Set
- Front
- Back
What are the two kinds of trunking protocols that Cisco switches support?
|
802.1Q and ISL
|
|
What protocol was created by Cisco to assist with trunk creation?
|
Dynamic Trunk Protocol (DTP)
|
|
What are the different DTP modes?
|
On
Off Desirable Auto Nonegotiate |
|
How is the DTP mode 'on' configured?
|
router(config-if)# switchport mode trunk
|
|
What does the DTP mode 'on' do?
|
Forces the interface to trunk and sends DTP frames.
|
|
How is the DTP mode 'off' configured?
|
router(config-if)# switchport mode access
|
|
What does the DTP mode 'off' do?
|
Forces the interface to access mode.
|
|
How is the DTP mode 'desirable' configured?
|
router(config-if)# switchport mode dynamic desirable
|
|
What does the DTP mode 'desirable' do?
|
Makes the port willing to trunk and sends DTP frames.
|
|
How is the DTP mode 'auto' configured?
|
router(config-if)# switchport mode dynamic auto
|
|
What does the DTP mode 'auto' do?
|
Makes the port willing to trunk, but does NOT send DTP frames.
|
|
How is the DTP mode 'nonegotiate' configured?
|
router(config-if)# switchport nonegotiate
|
|
What does the DTP mode 'nonegotiate' do?
|
Used with the ON mode, it stops DTP frames from being sent on the port.
|
|
What command displays trunk port details on a switch?
|
show interface trunk
|
|
What is VTP?
|
VLAN Trunking Protocol
|
|
What does VTP do?
|
Exchanges VLAN database information between switches
|
|
What are the different VTP modes?
|
Server
Client Transparent |
|
How does the VTP Server mode work?
|
Default mode, can create/change VLANs on the switch
|
|
How does the VTP Client mode work?
|
Learns VLAN database from the Server. Cannot modify VLANs on the switch.
|
|
How does the VTP Transparent mode work?
|
Ignores, but forwards VTP messages. Independent VLAN database kept on switch.
|
|
What are some reasons a switch would not hear VTP advertisements?
|
Wrong domain name (case sensitive)
Wrong password set No trunk exists Wrong mode set (transparent) |