
redistribute ospf
Redistributes OSPF routes into IS-IS.
redistribute ospf process-id {level-1 | level-1-2 | level-2} [metric metricVal] [metric-type type] [route-map map-tag]
process-id
OSPF process ID entered when enabling OSPF on this router.
level-1
Routing level 1.
level-1-2
Routing level 1 and 2.
level-2
Routing level 2.
metricVal
Limit redistribution to routes configured for specified metric value. Valid Values: 0 - 4294967295. Default Value: 10
type
Limit redistribution to routes configured for the specified metric-type. Valid Values: external or internal. Default Value: external.
map-tag
Limit redistribution to routes configured for the specified route-map.
Description: IPriori supports the redistribution of OSPF routes into IS-IS. The following is supported:
- OSPF process ID to IS-IS route-tag
- level based redistribution
- Metric value and type based redistribution
- Route-map based redistribution
Use the redistribute ospf command in router isis command mode to redistribute OSPF routes into IS-IS specifying the process ID and route level to be redistributed.
Use the show command in the IS-IS router configuration mode to display the current redistribution configuration for this router.
Factory Default: None.
Command Mode: Router IS-IS.
Example: The following example redistributes OSPF process ID 1, Level-1 metric-type external routes into IS-IS route tag 1 for this router.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#router isis 1
router(config-router)#redistribute ospf 1 level-1 metric-type external
router(config-router)#show
!
router isis 1
net 49.0000.0000.0005.00
redistribute ospf 1 level-1 metric-type external
is-type level-1
Related Commands: redistribute isis
router isis
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: ISIS.fm
HTML File Name: ISIS40.html
Last Updated: 02/25/05 at 14:55:50