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> <interface-name> ip ospf bandwidth <bandwidth>

Sets the bandwidth of an interface for calculating OSPF cost.

set interfaces interface interface-name ip ospf bandwidth bandwidth
delete interfaces interface interface-name ip ospf bandwidth [ bandwidth ]
show interfaces interface interface-name ip ospf bandwidth
interface
A type of interface. For detailed keywords and arguments that can be specified as interface types, refer to Supported Interface Types.
interface-name
The name of an interface.
bandwidth
The bandwidth of the specified data plane interface in kilobits per second. The bandwidth ranges from 1 through 10000000.

Configuration mode

interfaces {
	interfaces interface-name {
		ip {
			ospf {
				bandwidth bandwidth
			}
		}
	}
}

Use this command to set the bandwidth of an interface for calculating OSPF cost.

Use the set form of this command to set the bandwidth of an interface for calculating OSPF cost.

Use the delete form of this command to remove the bandwidth of an interface for calculating OSPF cost.

Use the show form of this command to display the bandwidth of an interface for calculating OSPF cost.