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 static

Specifies the parameters for redistribution of static routes into OSPFv3.

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

Static 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 static 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
Redistributes routes that satisfy the specified route map.

Configuration mode

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

Use this command to specify the parameters for redistribution of static routes into OSPFv3.

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

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

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