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 default-metric <metric>

Sets the default metric to be applied to routes from other protocols being redistributed into OSPFv3.

set protocols ospfv3 [ process process-id ] default-metric metric
delete protocols ospfv3 [ process process-id ] default-metric
show protocols ospfv3 [ process process-id ] default-metric

Built-in, automatic metric translations, as appropriate for each routing protocol.

process-id
An OSPFv3 process ID. Enter alphanumeric characters.
metric
The metric to be applied to routes from other protocols being redistributed into OSPFv3. The metric ranges from 0 to 16777214.

Configuration mode


protocols {
	ospfv3 {
		process process-id {
			default-metric metric
		}
	}
}

Use this command to set the default metric to be applied to routes from other protocols being redistributed into OSPFv3.

Use the set form of this command to set the default OSPFv3 metric.

Use the delete form of this command to restore the default metric.

Use the show form of this command to display the OSPFv3 default metric configuration.