Cisco NCS 6000 Series Configuration Manual page 454

Ios xr release 6.4.x
Hide thumbs Also See for NCS 6000 Series:
Table of Contents

Advertisement

Area-out
The following example shows how to configure the prefix for OSPF summary LSAs. If the prefix matches
any of 111.105.3.0/24, 111.105.7.0/24, 111.105.13.0/24, it is accepted. If the prefix matches any of
111.106.3.0/24, 111.106.7.0/24, 111.106.13.0/24, it is dropped.
route-policy OSPF-area-in
111.105.3.0/24,
111.105.7.0/24,
111.105.13.0/24) then
111.106.3.0/24,
111.106.7.0/24,
111.106.13.0/24) then
end-policy
router ospf 1
Area-out
The area-out attach point within OSPF allows you to filter outbound OSPF type-3 summary LSAs. The attach
point provides prefix-based matching and, hence, increased control for filtering type-3 summary LSAs.
The following example shows how to configure the prefix for OSPF summary LSAs. If the prefix matches
any of 211.105.3.0/24, 211.105.7.0/24, 211.105.13.0/24, it is announced. If the prefix matches any of
.105.3.0/24, 212.105.7.0/24, 212.105.13.0/24, it is dropped and not announced.
route-policy OSPF-area-out
211.105.3.0/24,
211.105.7.0/24,
211.105.13.0/24) then
212.105.3.0/24,
212.105.7.0/24,
212.105.13.0/24) then
end-policy
router ospf 1
SPF Prefix-priority
The spf-prefix-priority attach point within OSPF allows you to define the route policy to apply to OSPFv2
prefix prioritization.
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
432
if destination in (
drop
endif
if destination in (
pass
endif
area 1
route-policy OSPF-area-in in
if destination in (
drop
endif
if destination in (
pass
endif
area 1
route-policy OSPF-area-out out
Implementing Routing Policy

Advertisement

Table of Contents
loading

Table of Contents