Configure the Network Interface (Oracle Solaris)
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
■
“Configure the Network Interface (Oracle Solaris)” on page 48
■
“Boot Options” on page 48
■
“Boot Over the Network (PXE)” on page 49
■
“Boot Over a 10GbE Network (Oracle Solaris x86/x64 and Linux)” on page 49
■
“Install Oracle Solaris 11 Over a Network (Oracle SPARC)” on page 51
Boot Options
The adapter supports several boot options:
48 Oracle Quad Port 10GBase-T Adapter User's Guide • June 2019