Which two statements are true? (Choose two.)
A.
Interface gigabitethernet 0/1 has been configured as Layer 3 ports.
B.
Interface gigabitethernet 0/1 does not appear in the show vlan output because switchport is
enabled.
C.
Interface gigabitethernet 0/1 does not appear in the show vlan output because it is configured
as a trunk interface.
D.
VLAN2 has been configured as the native VLAN for the 802.1q trunk on interface
gigabitethernet 0/1.
E.
Traffic on VLAN 1 that is sent out gigabitethernet 0/1 will have an 802.1q header applied.
F.
Traffic on VLAN 2 that is sent out gigabitethernet 0/1 will have an 802.1q header applied.
Explanation:
From the output of show interface gigabitethernet 0/1 switchport command we can see this port is
currently configured as trunked port (Operational Mode: trunk) and uses 802.1q encapsulation. So
surely the “show vlan” command will not list this port -> C is correct.
Also from the first output we learned the native VLAN is VLAN 1 (Trunking Native Mode VLAN:1)
so only traffic from this VLAN is sent untagged -> traffic sent from VLAN 2 out this port will have
an 802.1q header applied -> F is correct.