Which Cisco IOS command is used to enable a switch interface to become a routed port?

A) sdm prefer routing
B) ip route enable
C) no switchport
D) ip routing

C
Explanation: C) The [no] switchport command is used to control whether a port is switched or routed (on supporting switches). By default, a switchport is switched and can be converted to be used as a routed port with the no switchport command.

Computer Science & Information Technology

You might also like to view...

The ________ button reduces an application to a button on the taskbar

Fill in the blank(s) with correct word

Computer Science & Information Technology

Critical Thinking QuestionsCase 9-1One of your fellow programmers has written the following array assignment statements for your review:Dim strNames() As String = {"Baker" "Lopez", "Buck", "Chan", "Tirrell"}Dim intReservations() As Integer = {4, 5, 12, 2, 8}Where is Baker stored? a. strNames(-1)c. strNames(1)b. strNames(0)d. None of the above

What will be an ideal response?

Computer Science & Information Technology