When looking at the output of the show ip route command on a Cisco IOS 15+ router, what does the L code mean?

A) This is a locally connected network.
B) This is a local host route.
C) This is a learned network.
D) This is a limited route.

B
Explanation: B) When the show ip route command is issued on Cisco IOS 15+ routers, a new route type is displayed. This route will be denoted with an L, indicating that it is a local host route. A local route will be included in addition to a route for every locally connected network. The local route will always have a mask of /32 and will be the address that is configured on that specific interface; for example, 192.168.1.1/32.

Computer Science & Information Technology

You might also like to view...

Which virus component is responsible for launching the payload at a given day and time?

a. Search routing b. Infection routine c. Payload routine d. Trigger routine

Computer Science & Information Technology

When updating a control from a non-GUI thread, you must ________.

a) launch a separate thread to perform the update b) notify the GUI thread that you’ll be updating it in another thread c) ensure that the update doesn’t corrupt the GUI thread’s activities. d) schedule that update to be performed by the GUI thread

Computer Science & Information Technology