Go to main content

Oracle® Dual Port 25/100 Gb Ethernet Adapter User's Guide, Mellanox

Exit Print View

Updated: June 2022
 
 

Configure the Network Interface (Oracle Solaris x86/64)

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

    For more information, refer to the Oracle Solaris dladm man page.

    The output should be similar to this:

    LINK       MEDIA         STATE     SPEED     DUPLEX     DEVICE
    net9       Ethernet      up         25000     full      mlxne1
    net8       Ethernet      up         25000     full      mlxne0
  2. Set up the mlxne interfaces.

    For more information, refer to the Oracle Solaris ipadm 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