Referring to the exhibit, if the static route with prefix 10.1.1.0/24 is evaluated against the routing policy, which preference value will be set?
— Exhibit —
policy-options {
policy-statement example-pol {
term 1 {
from {
protocol static;
route-filter 10.1.0.0/16 exact;
}
then {
preference 6;
accept;
}
}
term 2 {
from {
protocol static;
route-filter 10.1.1.0/24 longer;
}
then {
preference 7;
accept;
}
}
term 3 {
from {
protocol static;
route-filter 10.1.0.0/16 upto /24;
}
then {
preference 8;
accept;
}
}
term 4 {
then accept;
}
}
}
— Exhibit —
Referring to the exhibit, if the static route with prefix 10.1.1.0/24 is evaluated against the routing policy, which preference value will be set?
A . The preference will be 6.
B . The preference will be 7.
C . The preference will be 8.
D . The preference will be the default for static routes.
Answer: C
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments