200.4.0/24 *[Static/5] 00:09:12
Reject
user@R2> show configuration protocols bgp
export export-200;
group c5 {
neighbor 192.168.100.2 {
export export-200.200;
peer-as 65002;
}
}
user@R2> show configuration policy-options policy-statement export-200.200
term 1 {
from {
route-filter 200.200.0.0/22 longer;
}
then accept;
}
user@R2> show configuration policy-options policy-statement export-200
term 1 {
from {
route-filter 200.200.0.0/21 longer;
}
then accept;
}
— Exhibit —
R2 is exporting static routes to R1 using BGP. R1 is not receiving one of the five static routes that is configured on R2.
Referring to the exhibit, what should be changed under the BGP configuration to resolve this issue?
A . Delete the global export policy.
B . Delete the neighbor export policy.
C . Move policy export-200 to the group level.
D . Move policy export-200.200 to the group level.
Answer: B