A network administrator is using the router-on-a-stick method to configure inter-VLAN routing. Switch port Gi1/1 is used to connect to the router. Which command should be entered to prepare this port for the task?
- Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# spanning-tree vlan 1 - Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# spanning-tree portfast - Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# switchport mode trunk - Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# switchport access vlan 1Answers Explanation & Hints: With the router-on-a-stick method, the switch port that connects to the router must be configured as trunk mode. This can be done with the command Switch(config-if)# switchport mode trunk . The other options do not put the switch port into trunk mode.