home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols ripng redistribute ospfv3

Redistributes OSPFv3 routes into RIPng routing tables.

set protocols ripng redistribute ospfv3 [ metric metric | route-map map-name ]
delete protocols ripng redistribute ospfv3 [ metric | route-map ]
show protocols ripng redistribute ospfv3 [ metric | route-map ]

OSPFv3 routes that are redistributed into RIPng are assigned a routing metric of 1. By default, no route map is applied to redistributed OSPFv3 routes.

metric
Optional. The routing metric to be applied to OSPFv3 routes being imported into RIPng routing tables. The range is 1 to 16. The default is 1.
map-name
Optional. Applies the specified route map to OSPFv3 routes being imported into RIPng routing tables.

Configuration mode


protocols {
	ripng {
		redistribute {
			ospfv3 {
				metric metric
				route-map map-name
			}
		}
	}
}

Use the set form of this command to redistribute OSPFv3 routes into RIPng routing tables. You can set the routing metric for or specify a route map to apply to redistributed OSPFv3 routes.

Use the delete form of this command to remove the current configuration of OSPFv3 route redistribution.

Use the show form of this command to display the current configuration of OSPFv3 route redistribution.