The ipv6 prefix-priority command sets a convergence priority for IPv6 IS-IS routes.
The undo ipv6 prefix-priority command restores the default value.
By default, in IP routing table, the priority of IS-IS host routes and default routes is high; the convergence priority of the other IS-IS routes is medium.
Parameter | Description | Value |
---|---|---|
level-1 |
Sets a convergence priority for Level-1 IS-IS routes. |
- |
level-2 |
Sets a convergence priority for Level-2 IS-IS routes. |
- |
critical |
Sets the convergence priority of IS-IS routes to critical. |
- |
high |
Sets the convergence priority of IS-IS routes to high. |
- |
medium |
Sets the convergence priority of IS-IS routes to medium. |
- |
very-low |
Sets the convergence priority of IS-IS routes to very-low. |
- |
ipv6-prefix prefix-name |
Specifies the name of an IPv6 prefix list to filter routes. You can set a convergence priority for the IS-IS routes that match the specified IPv6 prefix list. |
The value is a string of 1 to 169 case-sensitive characters. |
tag tag-value |
Specifies the tag value to filter routes. You can set a convergence priority for the IS-IS routes with the specified tag value. |
The value is an integer ranging from 1 to 4294967295. There is no default value. |
Usage Scenario
When a routing table has a large number of routing entries on an IS-IS device, it takes a long time to implement the SPF calculation on the device. The ipv6 prefix-priority command can be used to allow some key routes to be preferentially calculated.
The command takes effect only on the basic IPv6 topology on the public network.Prerequisites
If a tag value is used to filter IS-IS routes, it is required that IS-IS routes carry tag values.
Configuration Impact
The convergence priorities of IS-IS routes can be critical, high, medium, low, and very-low. The priorities in the corresponding IP routing table are critical, high, high, medium, and low. The priorities are listed in descending order.
The convergence priority of IS-IS routes is used as follows:Precautions
The convergence priority of IS-IS routes (including the IS-IS host routes and default routes) can be specified or changed using the ipv6 prefix-priority command. After the ipv6 prefix-priority command is run, the convergence priority of the routes (including the IS-IS host routes and default routes) unspecified by the command is changed to low.