What is a route filter?

What is a route filter?

What is a route filter?

A.
a list of prefixes that can be configured in a poilcy

B.
a single prefix that is configured separately and be referenced in a policy

C.
a list of prefixes that is configured separately and can be referenced in a policy

D.
a single prefix that can be configured within a policy



Leave a Reply 0

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


shoeb

shoeb

Ans > D) a single prefix that can be configured within a policy

azfalk

azfalk

why not A)? ….here is a definition from the manual:”Route filters are lists of prefixes configured within a single routing policy or policy term”…

Thanks..

Pipis

Pipis

Yes, A is the correct one since a route filter can be a list and not a single prefix.

Marco Marzetti

Marco Marzetti

Answer is A.

The key is the intrinsic modularity of route filters that should match a single prefix ( with the exact statement ) or many different ones ( with the orlonger statement )

Flavio

Flavio

According to others materials:

D.
a single prefix that can be configured within a policy

John

John

I believe the answer is not A but D. Here is a sample of the study guide:

Route filters are lists of prefixes configured within a single routing policy or policy term.

As example is given that clarifies things, here you see 3 seperate route-filters, each being 1 single prefix match type:
policy-statement policy-1 {
term reject-rfc1982-prefixes {
from {
route-filter 172.16.0.0/12 orlonger;
route-filter 192.168.0.0/16 orlonger;
route-filter 10.0.0.0/8 orlonger;
}
then reject;
}
}