Vol 1 Ch 8 - Implementing Ethernet Virtual LANs Flashcards
What is VTP?
VTP stands fro VLAN Trunking Protocol. It is a Cisco proprietary protocol that propagates the definition of Virtual Local Area Networks (VLAN) on the whole local area network. To do this, VTP carries VLAN information to all the switches in a VTP domain.
What is DTP?
DTP stands for Dynamic Trunking Protocol. It alow sthe negotiation of a trunk between two switches.
What are the four DTP administrative modes?
- access
- trunk
- dynamic desirable
- dynamic auto
What are the two trunking standards?
- ISL (Inter-Switch Link) - no longer supported by Cisco
2. IEEE 802.1Q
What VLANs are supported?
The 12 bit VLAN ID supports a theoretical maximum of 4,096 VLANs, from VLAN ID 0 to VLAN ID 4,095.
Cisco switches only support 4,094 VLANs in two ranges.
NORMAL RANGE VLANs:
VLAN ID 1 to 1005.
EXTENDED RANGE VLANs:
VLAN ID 1006 to 4094.
What are the global configuration commands used with Virtual LANs?
vlan _____
[no] shutdown ______
What are the user EXEC commands used with Virtual LANs?
show interfaces \_\_\_\_\_\_\_\_ switchport show interfaces \_\_\_\_\_\_\_\_ trunk show vlan \_\_\_\_\_\_\_\_ show vlan [ brief | id \_\_\_\_\_\_ / name \_\_\_\_\_\_ | summary show vtp status
What are the VLAN subcommands?
name _______
[no] shutdown
What are the interface subcommands used with VLANs?
switchport mode [access | dynamic (auto\desirable) | trunk]
switchport access vlan _____
switchport trunk encapsulation [dot1q | isl | negotiate]
swithchport trunk native vlan _______
switchport nonegotiate
switchport voice vlan ______
switchport trunk allowed vlan [add | all | except | remove] __________