XR1 and XR2 are sending the prefix 10.11.11.0/24 to XR3. A configured policy on XR1 is incorrectly prepending AS path 11 11 12 12 onto this prefix. A network operator wants to add a policy onto XR3 that will not allow the falsely prepending prefix from being installed. Which policy configuration applied to the XR3 neighbor configuration for XR1 can accomplish this requirement without impact to other or future received routes?
A.
route-policy NO_PREPEND
if as-path passes-through '11' then
pass
else
drop
endif
end-policy
B.
route-policy NO_PREPEND
if as-path prepends
drop
else
pass
endif
end-policy
C.
route-policy NO_PREPEND
if as-path passes-through '1' then
pass
else
drop
endif
end-policy
D.
route-policy NO_PREPEND
if as-path passes-through '11’ then
drop
else
pass
endif
end-policy