Is-Is 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

IS-IS Policy Attach Points

This section describes each of the IS-IS policy attach points and provides a summary of the IS-IS attributes
and operators.
Redistribute
The redistribute attach point within IS-IS allows routes from other protocols to be readvertised by IS-IS. The
policy is a set of control structures for selecting the types of routes that a user wants to redistribute into IS-IS.
The policy can also control which IS-IS level the routes are injected into and at what metric values.
The following describes an example. Here, routes from IS-IS instance 1 are redistributed into IS-IS instance
instance_10 using the policy ISIS-redist. This policy sets the level to level-1-2 for all redistributed routes.
IS-IS routes with a tag of 10 have their metric set to 100, and IS-IS routes with a tag of 20 have their IS-IS
metric set to 200. Any IS-IS routes not carrying a tag of either 10 or 20 are not be redistributed into the IS-IS
database.
route-policy ISIS-redist
end-policy
router isis instance_10
Attribute
destination
metric-type
next-hop
ospf-metric
rib-metric
route-has-level
route-type
tag
set level level-1-2
if tag eq 10 then
set isis-metric 100
elseif tag eq 20 then
set isis-metric 200
else
drop
endif
address-family ipv4 unicast
redistribute isis 1 policy ISIS-redist
.
.
.
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
Match
Set
n/a
in
n/a
set
in
n/a
n/a
set
is, le, ge, eq
n/a
route-has-level
n/a
is
n/a
is, le, ge, eq
set
IS-IS Policy Attach Points
435

Advertisement

Table of Contents
loading

Table of Contents