To enable router on a stick on a router subinterface, which two steps must you perform? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D. E.BE
Router on a stick is a network topology that allows multiple VLANs to communicate with each other using a single physical interface on a router. In this topology, the router interface is divided into multiple logical subinterfaces, each of which is associated with a different VLAN. To enable router on a stick on a router subinterface, the following two steps must be performed:
interface fa0/0.10
encapsulation dot1q 10
interface fa0/0.10
ip address 192.168.10.1 255.255.255.0
Note that options A, C, and D are not necessary to enable router on a stick on a router subinterface. Option A refers to configuring an IP route to the VLAN destination network, but this is only necessary if the router needs to route traffic to a remote network. Option C refers to configuring a default route, which is also not necessary for router on a stick. Option D refers to configuring full duplex and speed, which is a physical layer setting and not related to enabling router on a stick.