Which Cisco IOS command is used to enable the use of the PortFast feature on a specific interface?
A) spanning-tree bpdu portfast
B) spanning-tree portfast
C) spanning-tree interface interface portfast
D) spanning-tree portfast enable
B
Explanation: B) The spanning-tree portfast Cisco IOS interface configuration command is used to enable the use of the PortFast feature on a specific interface.
Computer Science & Information Technology
You might also like to view...
An operating system's ____________ capability supports a division of labor among all the processing units.
A. multithreading B. multiprocessing C. multitasking D. all of the above
Computer Science & Information Technology
String greeting = "Welcome Home";Using the above String, create the String method to convert the greeting String to all uppercase. Likewise, create the String method to convert the greeting String to all lowercase.
What will be an ideal response?
Computer Science & Information Technology