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 rip redistribute static

Redistributes static routes into RIP routing tables.

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

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

metric
Optional. A routing metric. The metric ranges from 1 through 16. The default metric is 1.
map-name
Optional. A route map.

Configuration mode

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

Use the set form of this command to set the routing metric for static routes being redistributed into RIP, or to specify a route map to be applied to redistributed static routes.

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

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