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 dataplane <interface-name> hardware pci-slot <slot-number>

Binds a data plane interface to a PCI slot into which a NIC is plugged.

set interfaces dataplane interface-name hardware pci-slot pci-slot-number
delete interfaces dataplane interface-name hardware pci-slot pci-slot-number
show interfaces dataplane interface-name hardware pci-slot
interface-name
The name of a data plane interface. For more information about formats for the names of supported data plane interfaces, refer to Data Plane Interface.
pci-slot-number
The number of a PCI slot. The number ranges from 0 through 4294967295.

Configuration mode


dataplane interface-name {
        hardware {
                pci-slot pci-slot-number
        }
}

Use the set form of this command to bind a data plane interface to a PCI slot.

Use the delete form of this command to unbind a data plane interface from a PCI slot.

Use the show form of this command to display the PCI slot hardware-binding information for a data plane interface.