Distribute-List In; Ospfv3 Policy Attach Points - Cisco ASR 9000 Series Routing Configuration Manual

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Attach Points
Attach Point
area-in
area-out
spf-prefix-priority

Distribute-list in

The distribute-list in attach point within OSPF allows use of route policies to filter OSPF prefixes. The
distribute-list in route-policy can be configured at OSPF instance, area, and interface levels. The route-policy
used in the distribute-list in command supports match statements, "destination" and "rib-metric". The "set"
commands are not supported in the route-policy.
These are examples of valid route-policies for "distribute-list in":
route-policy DEST
if destination in (10.10.10.10/32) then
drop
else
pass
endif
end-policy
route-policy METRIC
if rib-metric ge 10 and rib-metric le 19 then
drop
else
pass
endif
end-policy
prefix-set R-PFX
10.10.10.30
end-set
route-policy R-SET
if destination in R-PFX and rib-metric le 20 then
pass
else
drop
endif
end-policy

OSPFv3 Policy Attach Points

This section describes each of the OSPFv3 policy attach points and provides a summary of the OSPFv3
attributes and operators.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
596
Attribute
Match
destination
in
destination
in
destination
in
spf-priority
n/a
tag
is, le, ge, eq
Implementing Routing Policy
Set
n/a
set
n/a

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents