which three networks match the policy?
[edit policy-options policy-statement my-policy]
user@router# show
term 1 {
from {
route-filter 192.168.0.0/16 orlonger;
}
then accept;
}
Referring to the exhibit, which three networks match the policy? (Choose three.)
What will happen when it is processed by the firewall filter shown in the exhibit?
firewall {
filter select-telnet {
term 1 {
from {
source-address {
10.0.0.0/8;
}
}
then log;
}
term 2 {
from {
protocoltcp;
port telnet;
}
then {
syslog;
reject;
}
}
term 3 {
from {
source-address {
10.1.1.1/32;
}
protocoltcp;
port telnet;
}
then {
sample;
accept;
}
}
}
}
A Telnet session is initiated from host 10.1.1.1.
What will happen when it is processed by the firewall filter shown in the exhibit?
which three networks match the policy?
[edit policy-options policy-statement my-policy]
user@router# show
term 1 {
from {
route-filter 192.168.0.0/16 prefix-length-range /20-/24;
}
then accept;
}
Referring to the exhibit, which three networks match the policy? (Choose three.)
Which command would accomplish this task?
[edit policy-options policy-statement my-policy]
user@router# show
term reject {
then reject;
}
term match {
from {
protocolbgp;
route-filter 10.10.10.0/24 exact;
}
}
Referring to the exhibit, you must move the match term above the reject term.
Which command would accomplish this task?
Which command produces the output shown in the exhibit?
Which two statements are true about firewall filter configurations?
Which two statements are true about firewall filter configurations? (Choose two.)
Which two statements are true about firewall filter configurations?
Which two statements are true about firewall filter configurations? (Choose two.)
Which two statements are true about traffic evaluated by this firewall filter?
You have configured a firewall filter with a single term matching on packets with a source address
in the 10.0.0.0/24 subnet. This term only includes the count action.
Which two statements are true about traffic evaluated by this firewall filter? (Choose two.)
Which two statements are true about traffic evaluated by this firewall filter?
You have configured a firewall filter with a single term matching on packets with a source address
in the 10.0.0.0/24 subnet. This term only includes the count action.
Which two statements are true about traffic evaluated by this firewall filter? (Choose two.)
which class of IP address space?
The IP address 192.168.100.1 belongs to which class of IP address space?