Which five route policies will cause the routes to be dropped or passed?

Refer to the route policies exhibit.

Which five route policies will cause the routes to be dropped or passed? (Choose five)

Refer to the route policies exhibit.

Which five route policies will cause the routes to be dropped or passed? (Choose five)

A.
route-policy one will cause the routes to be dropped.

B.
route-policy two will cause the routes to be dropped.

C.
route-policy three will cause the routes to be dropped.

D.
route-policy four will cause the routes to be dropped.

E.
route-policy five will cause the routes to be dropped.

F.
route-policy one will cause the routes to be passed.

G.
route-policy two will cause the routes to be passed.

H.
route-policy three will cause the routes to be passed.

I.
route-policy four will cause the routes to be passed.

J.
route-policy five will cause the routes to be passed.

Explanation:



Leave a Reply 1

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


jslaven

jslaven

http://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r4-2/routing/configuration/guide/b_routing_cg42asr9k/b_routing_cg42asr9k_chapter_0110.html#con_1115777

If a policy does not modify the route, by default the route is dropped.

route-policy ONE
end-policy

Whereas the following policies pass all routes that they evaluate.

route-policy PASS-ALL
pass
end-policy

route-policy SET-LPREF
set local-preference 200
end-policy

Drop statements cause a route to be dropped immediately so that no further policy processing is done. Note also that a drop statement overrides any previously processed pass statements or attribute modifications. For example, the following policy drops all routes. The first pass statement is executed, but is then immediately overridden by the drop statement. The second pass statement never gets executed.

route-policy DROP-EXAMPLE
pass
drop
pass
end-policy