JNCIA-Junos: Juniper Networks Certified Associate – Junos (legacy) — Question 46

-- Exhibit --
[edit policy-options]
user@router# show
policy-statementpolicyABC {
term A {
from {
protocol rip;
route-filter 192.168.1.0/24 longer;
}
then accept;
}
}
[edit protocols ospf]
user@router# show
exportpolicyABC;
area 0.0.0.0 {
interface ge-0/0/0.0;
interface lo0.0;
}
-- Exhibit --
Referring to the exhibit, which two statements are true? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct answer is A because the policy statement specifically accepts routes longer than 192.168.1.0/24, which includes 192.168.1.0/25. D is correct as well because the exhibit indicates that RIP routes are being exported into OSPF. B is incorrect since 192.168.2.0/24 does not match the filter, and C is wrong because OSPF routes are not exported into RIP according to the configuration shown.