A network engineer runs the following command on Switch SW1:
SW1# show interfaces trunk
Port Mode Encapsulation Status Native vlan Gi0/1 on 802.1q trunking 1 Gi0/2 on 802.1q trunking 1
Port Vlans allowed on trunk Gi0/1 1-1005 Gi0/2 1-1005
Port Vlans allowed and active in management domain Gi0/1 1,10,20 Gi0/2 1,10,20
Port Vlans in spanning tree forwarding state and not pruned Gi0/1 1,10,20 Gi0/2 1,10,20
Based on this output, what can be concluded?
Trap 1: The trunk is using ISL encapsulation.
The encapsulation is shown as 802.1q.
Trap 2: VLAN 1 is pruned from the trunk.
VLAN 1 is in the forwarding state, so it is not pruned.
Trap 3: Only VLANs 10 and 20 are forwarding traffic.
VLAN 1 is also forwarding.
- A
VLANs 2-9 are allowed but not active on the trunk.
The 'allowed' list includes 1-1005, but only VLANs 1,10,20 are active; thus VLANs 2-9 are allowed but not active (not created in VLAN database).
- B
The trunk is using ISL encapsulation.
Why wrong: The encapsulation is shown as 802.1q.
- C
VLAN 1 is pruned from the trunk.
Why wrong: VLAN 1 is in the forwarding state, so it is not pruned.
- D
Only VLANs 10 and 20 are forwarding traffic.
Why wrong: VLAN 1 is also forwarding.