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 connected

Redistributes directly connected routes into RIP routing tables.

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

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

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

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

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