GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ENIC(4) FreeBSD Kernel Interfaces Manual ENIC(4)

enicVIC Ethernet NIC driver

To compile this driver into the kernel, place the following lines in your kernel configuration file:

device iflib
device enic

To load the driver as a module at run-time, run the following command as root:

kldload if_enic

To load the driver as a module at boot time, place the following lines in loader.conf(5):

if_enic_load="YES"

The enic driver provides support for Cisco Virtual Interface Card. Support is limited to basic network connectivity. Media is controlled by the NIC itself since there can be multiple virtual PCI NIC devices exposed to the PCI bus.

The enic driver should supports all known Cisco VIC cards.

The enic network interface is configured using ifconfig(8) and the sysctl(8) tree at dev.enic.<N>. All configurable entries are also tunables, and can be put directly into the loader.conf(5) for persistent configuration.

ifconfig(8)

The enic device driver first appeared in FreeBSD 14.0.

The enic driver was written by Cisco UCS team based of the DPDK driver.

September 7, 2022 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.