Exam 300-410 All QuestionsBrowse all questions from this exam
Question 289

You have configured policy-based routing on router R1 to force some traffic to go over an alternate link. In order to verify the configuration, which debug command should be used to verify that the specific traffic is taking the intended path?

    Correct Answer: C

    To verify that the specific traffic is taking the intended path with policy-based routing, the correct debug command to use is 'debug ip policy'. This command provides detailed information related to policy-based routing decisions, including whether traffic matches the specified PBR access list and if it is being routed according to the PBR policy. It will help in confirming that the configured policy-based routing is functioning as expected.

Discussion
TitiniOption: C

The "debug ip policy" command is used to display PBR-related information, such as the packets matched by a PBR access-list, and the routing decisions made based on the PBR policy. This command shows whether the traffic is being correctly matched by the PBR policy, and whether it is being forwarded out the correct interface.

SeMo0o0o0Option: C

C is corerct