Which Cisco IOS command is used to enable a router subinterface with 802.1Q and associate it with a specific VLAN?

A) vlan vlan-id
B) encapsulation dot1q vlan-id
C) encapsulation vlan vlan-id
D) dot1q vlan-id


B
Explanation: B) When configuring ROAS on a router, subinterfaces are used to separate out the traffic into different VLANs. To associate each of these subinterfaces with a specific VLAN, use the encapsulation dot1q vlan-id.

Computer Science & Information Technology

You might also like to view...

Which of the following allows you to begin using an application faster after printing by storing the print job as a file and sending the print job to the printer as a background process?

A. Spooling B. Staging C. XPS D. PCL

Computer Science & Information Technology

Which statements are most accurate regarding the following classes?

``` class A { private int i; protected int j; } class B extends A { private int k; protected int m; } ``` a. An object of B contains data fields i, j, k, m. b. An object of B contains data fields j, k, m. c. An object of B contains data fields j, m. d. An object of B contains data fields k, m.

Computer Science & Information Technology

A typical loop has four component parts, including all of the following EXCEPT ___ statements.

A. initializing B. body C. update D. verification

Computer Science & Information Technology

What should you do while copying data on a suspect's computer that is still live??

A. ?Open files to view contents. B. ?Make notes regarding everything you do. C. ?Conduct a Google search of unknown extensions using the computer. D. ?Check Facebook for additional suspects.

Computer Science & Information Technology