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 ospf

Redistributes (OSPF) routes into RIP routing tables.

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

OSPF routes that are redistributed into RIP are assigned a routing metric of 1. By default, no route map is applied to redistributed OSPF 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 {
			ospf {
				metric metric
				route-map map-name
			}
		}
	}
}

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

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

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