Go to main content

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

Exit Print View

Updated: June 2019
 
 

Configure the Network Interface (Oracle Solaris)

  1. Display the i40e instances.

    For more information, refer to the Oracle Solaris i40e (7D) man page.

    # dladm show-phys

    The output should include lines similar to this:

    LINK        MEDIA         STATE     SPEED     DUPLEX     DEVICE
    net10       Ethernet      up        10000     full       i40e6
    net11       Ethernet      up        10000     full       i40e7
    net14       Ethernet      up        10000     full       i40e5
    net15       Ethernet      up        10000     full       i40e4
  2. Use the ipadm command to set up the i40e interfaces.

    For more information, refer to the Oracle Solaris ipadm(1M) man page. Your ipadm command might look similar to this:

    # ipadm create-ip net4
    # ipadm create-addr -T static -a local=10.2.3.4/24 net4/v4

    This command creates another address 10.2.3.5/24 on interface net1, but marks the address down until explicitly marked up:

    # ipadm create-addr -T static -d -a 10.2.3.5/24 net4/v4

    This command marks the address object net4/v4a up that was previously marked down.

    # ipadm up-addr net4/v4a

Related Information