Go to main content

Oracle® Dual Port 25 Gb Ethernet Adapter User's Guide

Exit Print View

Updated: June 2019
 
 

Configure VLANs (Linux)

  1. Ensure that the bnxt_en module is loaded.
    # modprobe bnxt_en
  2. Plumb the adapter's interface.
    # ifconfig eth6 ipv6addressup

    where ipv6address is the IP address of the interface.

  3. Add the VID.

    For example:

    # vconfig add eth6 5

    where eth6 is the interface, and 5 is the VID.


    Note - In Linux systems, you can use any single digit as the VID.
  4. Configure the bnxt_en VLAN.

    For example:

    # ifconfig eth6.5 ipv6addressup

    where ipv6address is the IP address of the interface.

Related Information