— Exhibit —
policy-options {
policy-statement accept-static {
from protocol static;
then accept;
}
}
— Exhibit —
Refer to the Exhibit.
The policy shown in the exhibit is deployed on a router and used as the only BGP export policy.
The router is sending only one BGP route to its peers. However, when you run the CLI command
test policy accept-static 0.0.0.0/0, the policy matches thousands of routes.
Which statement explains this discrepancy?
A.
All policies have an implicit then accept final term.
B.
The default policy for BGP is to reject all routes.
C.
The default policy for the test policy command is to accept all routes.
D.
The test policy command always shows all routes, regardless of whether they match the policy,
when you use the 0.0.0.0/0 argument.
Explanation: