Go to main content

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

Exit Print View

Updated: June 2019
 
 

Configure the Network Interface (Oracle Solaris x86)

  1. Display the bnxt instances.
    # dladm show-phys

    For more information, refer to the Oracle Solaris dladm(1M) man page.

    The output should be similar to this:

    LINK       MEDIA         STATE     SPEED     DUPLEX     DEVICE
    net9       Ethernet      up         25000     full      bnxt1
    net8       Ethernet      up         25000     full      bnxt0
  2. Set up the bnxt 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