Cisco Systems IOS XR Laptop User Manual


 
Implementing IS-IS on Cisco IOS XR Software
How to Implement IS-IS on Cisco IOS XR Software
RC-121
Cisco IOS XR Routing Configuration Guide
Step 5
default-information originate [route-map
map-name
]
Example:
RP/0/RP0/CPU0:router(config-isis-af)#
default-information originate
(Optional) Injects a default IPv4 or IPv6 route into an IS-IS
routing domain.
The route-map keyword and map-name argument
specify the conditions under which the IPv4 or IPv6
default route is advertised.
If the route-map keyword is omitted, then the IPv4 or
IPv6 default route is unconditionally advertised at
Level 2.
Step 6
redistribute isis
instance
[level-1 | level-2 |
level-1-2] [metric
metric
] [metric-type
{internal | external}] [policy
policy-name
]
Example:
RP/0/RP0/CPU0:router(config-isis-af)#
redistribute isis 2 level-1
(Optional) Redistributes routes from one IS-IS instance into
another instance.
In this example, an IS-IS instance redistributes IS-IS
instance 2 routes into its Level 1 area.
Step 7
summary-prefix [
address
/
prefix-length
] [level
{1 | 2}]
or
summary-prefix [
ipv6-prefix
/
prefix-length
]
[level {1 | 2}]
Example:
RP/0/RP0/CPU0:router(config-isis-af)#
summary-prefix 10.1.0.0/16 level 1
or
RP/0/RP0/CPU0:router(config-isis-af)#
summary-prefix 3003:xxxx::/24 level 1
(Optional) Allows a Level 1-2 router to summarize Level 1
IPv4 and IPv6 prefixes at Level 2, instead of advertising the
Level 1 prefixes directly when the router advertises the
summary.
This example specifies an IPv4 address and mask.
or
This example specifies an IPv6 prefix, and the
command must be in the form documented in RFC 2373
in which the address is specified in hexadecimal using
16-bit values between colons.
Note that IPv6 prefixes must be configured only in the
IPv6 router address family configuration submode, and
IPv4 prefixes in the IPv4 router address family
configuration submode.
Step 8
maximum-paths
route-number
Example:
RP/0/RP0/CPU0:router(config-isis-af)#
maximum-paths 16
(Optional) Configures the maximum number of parallel
paths allowed in a routing table.
Step 9
distance
weight
[
address
/
prefix-length
[
route-list-name
]]
Example:
RP/0/RP0/CPU0:router(config-isis-af)# distance
90
(Optional) Defines the administrative distance assigned to
routes discovered by the IS-IS protocol.
A different administrative distance may be applied for
IPv4 and IPv6.
Command or Action Purpose