# dladm show-phys
The output should include lines similar to this:
LINK MEDIA STATE SPEED DUPLEX DEVICE net3 Ethernet unknown 0 unknown igb3 net4 Ethernet up 10000 full i40e0 net2 Ethernet unknown 0 unknown igb2 net6 Ethernet up 10000 full i40e2 net0 Ethernet up 1000 full igb0 net8 Ethernet up 10 full usbecm2 net1 Ethernet unknown 0 unknown igb1 net5 Ethernet up 10000 full i40e1 net7 Ethernet up 10000 full i40e3
Your ipadm command might look similar to this:
# ipadm create-ip net1# ipadm create-addr -T static -a local=10.2.3.4/24 net1/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 net1/v4
This command marks the address object net1/v4a up that was previously marked down.
# ipadm up-addr net1/v4a