Implementing Cisco Enterprise Advanced Routing and Services (ENARSI) — Question 107
An engineer is configuring a network and needs packets to be forwarded to an interface for any destination address that is not in the routing table.
What should be configured to accomplish this task?
Answer options
- A. set ip next-hop
- B. set ip default next-hop
- C. set ip next-hop recursive
- D. set ip next-hop verify-availability
Correct answer: B
Explanation
The correct answer is B, as configuring 'set ip default next-hop' ensures that packets destined for addresses not found in the routing table are forwarded to a specified default next-hop. Options A, C, and D do not provide a default route mechanism for unknown addresses, making them unsuitable for this specific requirement.