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 bgp

Redistributes Border Gateway Protocol (BGP) routes into RIP routing tables.

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

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

metric
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 {
			bgp {
				metric metric
				route-map map-name
			}
		}
	}
}

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

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

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