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
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