300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 43


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?

Show Answer
Correct Answer: B

To forward packets to an interface for any destination address that is not in the routing table, the correct configuration is to use the 'set ip default next-hop' command. This command ensures that if a destination IP address does not exist in the routing table, the packet is policy routed to a specified next-hop address, thereby achieving the intended routing behavior for undefined addresses.

Discussion

7 comments
Sign in to comment
ellen_AAOption: B
Jan 2, 2023

- The "set ip default next-hop" command verifies the existence of the destination IP address in the routing table: * If the destination IP address exists in the RT, the command does not policy route the packet, but forwards the packet based on the routing table. * If the destination IP address does not exist in the RT, the command policy routes the packet by sending it to the specified next hop. - The "set ip next-hop" command verifies the existence of the destination IP address in the routing table: * If the next hop exists in the routing table, then the command policy routes the packet to the next hop. * If the next hop does not exist in the routing table, the command uses the routing table to forward the packet.

examSharkOption: A
Aug 4, 2021

The given answer is correct

mrnipsnipsOption: B
Nov 10, 2022

B for sure

_Stupid_Option: B
Jan 24, 2022

Reference: https://www.cisco.com/c/en/us/support/docs/ip/ip-routed-protocols/47121-pbr-cmds-ce.html#:~:text=The%20set%20ip%20default%20next%2Dhop%20command%20verifies,by%20sending%20it%20to%20the%20specified%20next%20hop

MalasxdOption: B
May 14, 2023

B for sure

MasoudGhorbaniOption: B
Feb 26, 2024

This command specifies the next-hop address to use if there is no explicit route for the destination in the routing table. This is typically used in PBR to specify a default next-hop for packets that do not match any of the other more specific routes in the routing table.

SeMo0o0o0Option: B
Jul 17, 2024

B is correct