Code:
root@hemlock:~# ldm list
NAME STATE FLAGS CONS VCPU MEMORY UTIL NORM UPTIME
primary active -n-cv- UART 32 16G 0.3% 0.3% 4d 22h 43m
sol10 bound ------ 5000 32 32G
root@hemlock:~# ldm list-bindings sol10
...
NETWORK
NAME SERVICE MACADDRESS PVID|PVLAN|VIDs
---- ------- ---------- ---------------
net1 primary-vsw0@primary 00:14:4f:f8:07:f9 1|--|--
PEER MACADDRESS PVID|PVLAN|VIDs
---- ---------- ---------------
primary-vsw0@primary 00:14:4f:f8:22:af 1|--|--
root@hemlock:~# ipadm
NAME CLASS/TYPE STATE UNDER ADDR
lo0 loopback ok -- --
lo0/v4 static ok -- 127.0.0.1/8
lo0/v6 static ok -- ::1/128
net0 ip ok -- --
net0/v4 static ok -- 192.168.0.183/24
net0/v6 addrconf ok -- fe80::210:e0ff:fe8a:1138/10
net1 ip ok -- --
net1/v4 static ok -- 192.168.0.79/24
sp-phys0 ip ok -- --
sp-phys0/v4 static ok -- 169.254.182.77/24
vnic1 ip ok -- --
vnic1/v4address static ok -- 192.168.0.78/24
root@hemlock:~# dladm show-phys
LINK MEDIA STATE SPEED DUPLEX DEVICE
net0 Ethernet up 100 full igb0
net1 Ethernet up 100 full igb1
net2 Ethernet unknown 0 unknown igb2
net3 Ethernet unknown 0 unknown igb3
net4 Ethernet up 100 full vsw0
sp-phys0 Ethernet up 10 full usbecm2
root@hemlock:~# dladm show-link
LINK CLASS MTU STATE OVER
ldoms-vsw0.vport0 vnic 1500 up net1
net0 phys 1500 up --
net1 phys 1500 up --
net2 phys 1500 unknown --
net3 phys 1500 unknown --
net4 phys 1500 up --
sp-phys0 phys 1500 up --
vnic1 vnic 1500 up net1
root@hemlock:~# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
vnic1: flags=100001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,PHYSRUNNING> mtu 1500 index 2
inet 192.168.0.78 netmask ffffff00 broadcast 192.168.0.255
ether 2:8:20:a4:2:9b
net0: flags=100001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,PHYSRUNNING> mtu 1500 index 4
inet 192.168.0.183 netmask ffffff00 broadcast 192.168.0.255
ether 0:10:e0:8a:11:38
net1: flags=100001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,PHYSRUNNING> mtu 1500 index 6
inet 192.168.0.79 netmask ffffff00 broadcast 192.168.0.255
ether 0:10:e0:8a:11:39
sp-phys0: flags=100001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,PHYSRUNNING> mtu 1500 index 5
inet 169.254.182.77 netmask ffffff00 broadcast 169.254.182.255
ether 2:21:28:57:47:17
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128
vnic1: flags=120002000840<RUNNING,MULTICAST,IPv6,PHYSRUNNING> mtu 1500 index 2
inet6 ::/0
ether 2:8:20:a4:2:9b
net0: flags=120002004841<UP,RUNNING,MULTICAST,DHCP,IPv6,PHYSRUNNING> mtu 1500 index 4
inet6 fe80::210:e0ff:fe8a:1138/10
ether 0:10:e0:8a:11:38
sp-phys0: flags=120002000840<RUNNING,MULTICAST,IPv6,PHYSRUNNING> mtu 1500 index 5
inet6 ::/0
ether 2:21:28:57:47:17
root@hemlock:~#