Which command will apply a policy to redistribute static routes into OSPF?
Which command will apply a policy to redistribute static routes into OSPF?
Which two parameters are configurable under the [edit security zones security-zone zoneA] stanza?
Which two parameters are configurable under the [edit security zones security-zone zoneA]
stanza? (Choose two.)
What is the default import routing policy for OSPF?
What is the default import routing policy for OSPF?
Which two tasks are accomplished by the firewall filter shown in the exhibit?
[edit firewall family inet filter input-filter]
user@router# show
term my-policy {
from {
source-address {
151.43.62.0/24;
}
}
then {
count;
}
}
term else {
then {
discard;
}
}
Which two tasks are accomplished by the firewall filter shown in the exhibit? (Choose two.)
What are two predefined address-book entries?
What are two predefined address-book entries? (Choose two.)
Which two characteristics describe the UDP protocol?
Which two characteristics describe the UDP protocol? (Choose two.)
Which statement is correct about the policy shown in the exhibit?
[edit policy-options]
user@router# show
policy-statement my-policy {
term 1 {
from {
route-filter 172.27.0.0/24 longer;
}
}
then reject;
}
Which statement is correct about the policy shown in the exhibit?
What are two valid network prefixes in address books?
What are two valid network prefixes in address books? (Choose two.)
How do you ping from configuration mode?
How do you ping from configuration mode?
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?