What option can be used for uRPF in loose mode on the command?

What option can be used for uRPF in loose mode on the command?
ip verify unicast source reachable-via
A. any
B. allow-default
C. rx
D. Other option

cisco-exams

6 thoughts on “What option can be used for uRPF in loose mode on the command?

  1. I think B i corect:
    R3(config-if)#ip verify unicast source reachable-via any ?
    A standard IP access list number
    A standard IP expanded access list number
    allow-default Allow default route to match when checking source address
    allow-self-ping Allow router to ping itself (opens vulnerability in
    verification)

    you can use any with allow-default and allow-self-ping

  2. good response C:
    interface FastEthernet 0/0
    ip verify unicast source reachable-via {rx | any} [allow-default]
    [allow-self-ping] [list]

    rx is used for the strict mode

    example:

    Router (config-if)# ip verify unicast source reachable-via any

    Via rx

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.