PrepAway - Latest Free Exam Questions & Answers

Tag: Exam JN0-102 (update June 6th, 2015)

Exam JN0-102: Juniper Networks Certified Internet Associate, Junos (JNCIA-Junos) (update June 6th, 2015)

which preference value will be set?

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;
}
}
}

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?

Which configuration will resolve this problem?

[edit policy-options]
user@router# show
policy-statement block-routes {
term 1 {

from {
route-filter 172.27.0.0/24 longer;
}
then reject;
}
term 2 {
then accept;
}
}

You are asked to ensure that your device does not accept any prefixes within the 172.27.0.0/24
network. You have applied the policy shown in the exhibit, but the 172.27.0.0/24 route is still
present on your device.
Which configuration will resolve this problem?


Page 12 of 32« First...1011121314...2030...Last »