Which router-on-a-stick command and prompt on R1 correctly encapsulates 802.1Q traffic for VLAN 20?
- R1(config-if)# encapsulation 802.1q 20
- R1(config-if)# encapsulation dot1q 20
- R1(config-subif)# encapsulation 802.1q 20
- R1(config-subif)# encapsulation dot1q 20
Explanation: The encapsulation dot1q vlan_id [native] command configures the subinterface to respond to 802.1Q encapsulated traffic from the specified vlan-id. The native keyword option is only appended to set the native VLAN to something other than VLAN 1.
Exam with this question: 4.5.4 Module Quiz - Inter-VLAN Routing
Please login or Register to submit your answer