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.

interfaces <interface> ipv6 ripng metric-offset

Sets a metric to add to routes that are received from RIPng on an interface.

set interfaces interface ipv6 ripng metric-offset metric
show interfaces interface ipv6 ripng metric-offset
interface
Mandatory. A type of interface. For detailed keywords and arguments that can be specified as interface types, refer to Supported Interface Types.
metric
Mandatory. A metric to be added to the routes over the interface. The metric ranges from 1 through 16.

Configuration mode


interfaces interface {
	ipv6 {
		ripng {
			metric-offset metric
		}
	}
}

Use this command to set the metric for inbound and outbound routes on an interface that are beyond the normal operation of RIPng.

Use the set form of this command to set a metric to add to routes that are received from RIPng on an interface.

Use the show form of this command to display the current metric that is added to routes that are received from RIPng on an interface.