
redistribute isis
Redistributes IS-IS routes into OSPF.
redistribute isis routing-tag {level-1 | level-1-2 | level-2} [metric metricVal] [metric-type type] [route-map map-tag]
routing-tag
User Defined IS-IS tag when enabling IS-IS on this router.
level-1
IS-IS routing level 1.
level-1-2
IS-IS routing level 1 and 2.
level-2
IS-IS routing level 2.
metricVal
Limit redistribution to routes configured for specified value. Valid Values: 0 - 16777214. Default Value: 1
type
Limit redistribution to routes configured for the specified metric type. Valid Values: 1 = type-1 or 2 = type-2. Default Value: 2.
map-tag
Limit redistribution to routes configured for the specified route-map.
Description: IPriori supports the redistribution of IS-IS routes into OSPF. The following is supported:
- IS-IS route-tag to OSPF process ID
- level based redistribution
- Metric value and type based redistribution
- Route-map based redistribution
Use the redistribute isis command in router ospf command mode to redistribute IS-IS routes into OSPF specifying the routing-tag and route level to be redistributed.
Use the show command in the OSPF router configuration mode to display the current redistribution configuration for this router.
Factory Default: None.
Command Mode: Router OSPF.
Example: The following example redistributes IS-IS route-tag 1, Level-1 metric-type 1 routes into OSPF process-ID 1 for this router.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#router ospf 1
router(config-router)#redistribute isis 1 level-1 metric-type 1
router(config-router)#show
!
router ospf 1
redistribute isis 1 level-1 metric-type 1
network 20.0.0.0 0.255.255.255 area 0.0.0.0
network 11.1.2.0 0.0.0.255 area 0.0.0.1
network 12.1.2.0 0.0.0.255 area 0.0.0.1
network 15.5.5.0 0.0.0.255 area 0.0.0.1
Related Commands: redistribute ospf
router ospf
show
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: ospf.fm
HTML File Name: ospf24.html
Last Updated: 02/25/05 at 14:55:11