redistribute isis WORD
Use this command to redistribute reachability information from one isis instance into another instance. Only one isis instance can be redistributed.
Use the no parameter with this command to stop redistribution.
Note: This command is not supported for address family IPv6.
Command Syntax
redistribute isis WORD {metric <0-16777215>| metric-type (internal|external) |level-1|level-2|level-1-2|route-map WORD}
no redistribute isis WORD {metric <0-16777215>| metric-type (internal|external)|level-1|level-2|level-1-2|route-map WORD}
Parameters
WORD
Specify an isis instance name or tag
metric
Specify the metric for redistributed routes.
<0-16777215>
Specify the IS-IS default metric.
metric-type
Specify the IS-IS exterior metric type for redistributed routes:
internal
Set IS-IS internal metric type.
external
Set IS-IS external metric type.
level-1
IS-IS Level-1 routes.
level-2
IS-IS Level-2 routes.
level-1-2
IS-IS Level-1 and Level-2 routes.
route-map
Specify a Route map reference.
WORD
Specify name of the route-map.
Default
By default, redistribute command is disabled.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
>ena
#con term
Enter configuration commands, one per line. End with CNTL/Z.
(config)#router isis A
(config-router)#redistribute isis B metric 12
Last modified date: 08/28/2023