168.51.0/24 *[Static/5] 00:00:06
>to 172.16.1.2 via ge-0/0/2.0
user@router> show configuration policy-options
policy-statement demo {
term 1 {
from {
route-filter 192.168.0.0/16 longer accept;
}
then reject;
}
}
user@router> show configuration protocols ospf
export demo;
area 0.0.0.0 {
interface ge-0/0/2.0;
}
— Exhibit —
Given the configuration and routing table shown in the exhibit, which routes will be advertised to OSPF neighbors because of the demo policy?
A . 192.168.0.0/16 only
B . 192.168.0.0/17 only
C . 192.168.50.0/24 and 192.168.51.0/24
D . 192.168.0.0/17, 192.168.50.0/24, and 192.168.51.0/24
Answer: D