Rip Policy Attach Points - Cisco NCS 6000 Series Configuration Manual

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

Advertisement

Implementing Routing Policy
Attach Point
redistribute

RIP Policy Attach Points

This section describes each of the RIP policy attach points and provides a summary of the RIP attributes and
operators.
Default-Information Originate
The default-information originate attach point allows you to conditionally inject the default route 0.0.0.0/0
into RIP updates by evaluating the attached policy. If any routes in the local RIB pass the policy, then the
default route is inserted.
The following example shows how to generate a default route if any of the routes that match 10.0.0.0/8 ge 8
le 25 are present in the RIB:
route-policy rip-originate
end-policy
router rip
Redistribute
The redistribution attach point within RIP allows you to inject routes from other routing protocol sources into
the RIP database.
The following example shows how to inject OSPF routes into RIP:
route-policy redist-ospf
end-policy
router rip
Attribute
destination
next-hop
route-has-level
eigrp-metric
rib-metric
route-type
tag
if rib-has-route in (10.0.0.0/8 ge 8 le 25) then
pass
endif
default-information originate route-policy rip-originate
set rip-metric 5
redistribute ospf 1 route-policy redist-ospf
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
Match
Set
n/a
in
in
n/a
route-has-level
n/a
n/a
add,
set
is, le, ge, eq
n/a
is
n/a
is, le, ge, eq
set
RIP Policy Attach Points
441

Advertisement

Table of Contents
loading

Table of Contents