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 bgp

Redistributes BGP routes into RIPng routing tables.

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

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

metric
Applies a metric to BGP routes that are imported into RIPng routing tables. The metric ranges from 1 through 16. The default metric is 1.
route-map map-name
Applies a route map to BGP routes that are imported into RIPng routing tables.

Configuration mode


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

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

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

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