Configure IPV6 IS-IS Route Generation
Configuration Condition
Before configuring the IPV6 IS-IS route generation, first complete the following tasks:
- Configure the IPv6 address for the interface to enable the neighboring nodes to be reachable at the network layer.
- Enable the IPV6 IS-IS protocol.
Configure IPV6 IS-IS Default Route
The Level-2 area of the IS-IS protocol cannot generate the default route during operating. You can configure to add a default route with the destination IP address as 0.0.0.0/0 in the Level-2 LSP and release it. When other areas of the same level in the intermediate system receive the route information, a default route will be added in the routing table.
Table 10-6 Configure the IS-IS default route
Step
|
Command
|
Description
|
Enter the global configuration mode
|
configure terminal
|
-
|
Enter the IS-IS configuration mode
|
router isis [ area-tag ]
|
-
|
Enter the IS-IS IPv6 address family configuration mode
|
address-family ipv6 unicast
|
-
|
Configure the IS-IS to release he default route
|
default-information originate
|
Mandatory
By default, the default route is not released.
|
Configure IPV6 IS-IS Routing Redistribution
The routing redistribution can be used to introduce the routing information of other routing protocols to the IS-IS protocol. This enables the interconnection between the autonomous system of the IS-IS protocol and the autonomous system of other routing protocols or the routing area. When the external routing is introduced, the routing introduction policy and the routing layer attribute after introduction are specified.
Table 10-7 Configure the IPV6 IS-IS routing redistribution
Step
|
Command
|
Description
|
Enter the global configuration mode
|
configure terminal
|
-
|
Enter the IS-IS configuration mode
|
router isis [ area-tag ]
|
-
|
Enter the IS-IS IPv6 address family configuration mode
|
address-family ipv6 unicast
|
-
|
Configure the IS-IS routing redistribution
|
redistribute protocol [ protocol-id ] [ level-1 / level-1-2 / level-2 / metric metric-value / metric-type { external | internal } / route-map route-map-name / match route-sub-type ]
|
Mandatory
By default, information of other routing protocols are not redistributed.
|