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

Sets the parameters for redistribution of RIP next generation (RIPng) routes into OSPFv3.

set protocols ospfv3 [ process process-id ] redistribute rip [ metric metric | metric-type type | route-map map-name ]
delete protocols ospfv3 [ process process-id ] redistribute rip [ metric | metric-type | route-map ]
show protocols ospfv3 [ process process-id ] redistribute rip [ metric | metric-type | route-map ]

RIP routes being redistributed into OSPFv3 are assigned a routing metric of 1 and a metric-type of 2. By default, no route map is applied to redistributed RIP routes.

process-id
An OSPFv3 process ID. Enter alphanumeric characters.
metric
The specified metric to connected routes being redistributed into OSPFv3. The range is 1 to 16. The default is 1.
type
The type of calculated cost. Supported values are 1 (internal cost is added to external cost) and 2 (only external cost is used). The default is 2.
map-name
A route map for which routes are redistributed.

Configuration mode

protocols {
	ospfv3 {
		process process-id {
		redistribute {
					rip {
					metric metric
					metric-type type
					route-map map-name
			}
		}
	}
}

Use this command to specify the parameter for redistribution of RIPng routes into OSPFv3.

Use the set form of this command to set the RIPng route redistribution parameters.

Use the delete form of this command to remove RIPng route redistribution parameters.

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