Multiple choice technology

Given the following policy: policy-statement limit-cust ( From ( route-filter 10.0.0.0/8 or longer reject; route-filter 10.0.55.0/24 or longer; route-filter 10.0.0.0/16 or longer accept; route-filter 0.0.0.0/0 through 0.0.0.0/32 { Metric 5; Accept; } } then { metric 10; accept; } } What happens to the route 10.0.56.0/24?

  1. The route is rejected.

  2. The route is accepted

  3. The metric is set to 5 and the route is accepted.

  4. The metric is set to 10 and the route is accepted.

Reveal answer Fill a bubble to check yourself
A Correct answer