Implementing IS-IS on Cisco IOS XR Software
How to Implement IS-IS on CiscoIOS XR Software
RC-304
Cisco IOS XR Routing Configuration Guide
OL-14356-01
8. maximum-paths route-n umber
9. distance weight [address/prefix-length [route-list-name]]
10. set-attached-bit
11. end
or
commit
DETAILED STEPS
Command or Action Purpose
Step1 configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step2 router isis instance-id
Example:
RP/0/RP0/CPU0:router(config)# router isis isp
Enables IS-IS routing for the specified routing process, and
places the router in router configuration mode.
By default, all IS-IS instances are automatically
Level1 and Level 2. You can change the level of
routing to be performed by a particular routing instance
by using the is-type command.
Step3 set-overload-bit [on-startup {delay |
wait-for-bgp}] [level {1 | 2}]
Example:
RP/0/RP0/CPU0:router(config-isis)#
set-overload-bit
(Optional) Sets the overload bit.
Note The configured overload bit behavior does not apply
to NSF restarts because the NSF restart does not set
the overload bit during restart.
Step4 address-family {ipv4 | ipv6} [unicast |
multicast]
Example:
RP/0/RP0/CPU0:router(config-isis)#
address-family ipv6 unicast
Specifies the IPv4 or IPv6 address family, and enters router
address family configuration mode.
This example specifies the unicast IPv6 address family.
Step5 default-information originate [route-policy
route-policy-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-policy keyword and route-policy-name
argument specify the conditions under which the IPv4
or IPv6 default route is advertised.
If the route-policy keyword is omitted, then the IPv4 or
IPv6 default route is unconditionally advertised at
Level 2.
Step6 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 Level 1
routes from another IS-IS instance.