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 static

Redistributes static routes into RIPng routing tables.

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

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

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

Configuration mode


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

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

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

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