-- Exhibit --
[edit policy-options policy-statement my-policy]
user@router# show
term 1 {
from {
route-filter 192.168.0.0/16 orlonger;
}
then accept;
}
-- Exhibit --
Referring to the exhibit, which three networks match the policy? (Choose three.)
Click on the arrows to vote for the correct answer
A. B. C. D. E.ACE
The Junos policy shown in the exhibit has a single term with a "from" statement specifying a route-filter that matches all routes in the 192.168.0.0/16 network or longer, and an "then" statement with an "accept" action. This means that any route that matches the specified route-filter will be accepted.
To determine which networks match the policy, we need to compare the network prefixes of each network with the specified route-filter. Here's an analysis of each option:
A. 192.168.0.0/16 This network prefix matches the route-filter exactly, so it will be accepted by the policy.
B. 192.168.0.0/15 This network prefix includes the 192.168.0.0/16 network, so it will also match the route-filter and be accepted by the policy.
C. 192.168.65.0/24 This network prefix is a subnet of the 192.168.0.0/16 network, so it also matches the route-filter and will be accepted by the policy.
D. 192.167.0.0/17 This network prefix is outside the 192.168.0.0/16 network, so it does not match the route-filter and will be rejected by the policy.
E. 192.168.24.89/32 This is a host address within the 192.168.0.0/16 network, but it is not a network prefix, so it does not match the route-filter and will be rejected by the policy.
Therefore, the three networks that match the policy are A. 192.168.0.0/16, B. 192.168.0.0/15, and C. 192.168.65.0/24.