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 connected

Sets the parameters for redistribution of connected routes into OSPFv3.

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

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

Use this command to set the parameters for redistribution of connected routes into OSPFv3.

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

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

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