Go to main content

Oracle® Quad Port 10GBase-T Adapter User's Guide

Exit Print View

Updated: June 2019
 
 

Configure VLANs (Oracle Solaris)

  1. Determine the types of links that are used in the server.
    # dladm show-phys | grep i40e
    net4              Ethernet             up         10000  full      i40e0
    net6              Ethernet             up         10000  full      i40e2
    net5              Ethernet             up         10000  full      i40e1
    net7              Ethernet             up         10000  full      i40e3
    
  2. Create a VLAN link over a datalink.
    # dladm create-vlan -l link -v vid vlan-link
    

    where link specifies the link on which the VLAN interface is being created, vid indicates the VLAN ID number, and vlan-link specifies the name of the VLAN, which can also be an administratively-chosen name.

  3. Verify the VLAN configuration.
    # dladm show-vlan
    
  4. Create an IP interface over the VLAN.
    # ipadm create-ip interface
    

    where interface uses the VLAN name.

Related Information