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 connected

Redistributes directly connected routes into RIPng routing tables.

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

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

metric
Optional. The routing metric to be applied to connected 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 connected routes being imported into RIPng routing tables.

Configuration mode


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

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

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

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