14 - VLANs Part 2 Flashcards
802.1Q tag: The […] field identifies the VLAN the frame belongs to.
VID
802.1Q tag: The […] field indicates that a frame can be dropped if the network is congested.
DEI
802.1Q tag: The […] field is use for Class of Service.
PCP
802.1Q tag: The DEI field is […] in length.
1 bit
802.1Q tag: The PCP field is […] bits in length.
3
802.1Q tag: The TPID field is […] bits in length.
16
802.1Q tag: The TPID field is alway set to a value of […]
0x8100
802.1Q tag: What does DEI stand for?
Drop Eligible Indicator
802.1Q tag: What does PCP stand for?
Priority Code Point
802.1Q tag: What does TPID stand for?
Tag Protocol Identifier
802.1Q tag: What does VID stand for?
VLAN ID
Configure the allowed VLANs on a trunk port:
SW1(config-if)# […]
switchport trunk allowed vlan <allowed-vlans></allowed-vlans>
Configure the encapsulation type on a trunk port:
SW1(config-if)# […]
switchport trunk encapsulation <encapsulation-type></encapsulation-type>
Configure the interface as a trunk port:
SW1(config-if)# […]
switchport mode trunk
Configure the native VLAN on a trunk port:
SW1(config-if)# […]
switchport trunk native vlan <vlan-number></vlan-number>