On Oracle Solaris 11 systems, you can use the ldm list-netdev command to find the Oracle Solaris OS network interface names. For more information, see the ldm(1M) man page.
The following example shows the ldm list-netdev and ldm list -o network commands. The ldm list -o network command shows the virtual network devices in the NAME field. The ldm list-netdev output shows the corresponding OS interface name in the NAME column.
primary# ldm list -o network ldg1
....
NETWORK
NAME SERVICE ID DEVICE MAC MODE
PVID VID MTU MAXBW LINKPROP
vnet0-ldg1 primary-vsw0@primary 0 network@0 00:14:4f:fa:eb:4e 1
1500
vnet1-ldg1 svcdom-vsw0@svcdom 1 network@1 00:14:4f:f8:53:45 4
1500
PVLAN :400,community
primary# ldm list-netdev ldg1
DOMAIN
ldg1
NAME CLASS MEDIA STATE SPEED OVER LOC
---- ----- ----- ----- ----- ---- ---
net0 VNET ETHER up 0 vnet0 primary-vsw0/vnet0-ldg1
net1 VNET ETHER up 0 vnet1 svcdom-vsw0/vnet1-ldg1
net2 VNET ETHER unknown 0 vnet2 svcdom-vsw1/vnet2-ldg1
To verify that the ldm list-netdev output is correct, run the dladm show-phys and dladm show-linkprop -p mac-address commands from the ldg1:
ldg1# dladm show-phys LINK MEDIA STATE SPEED DUPLEX DEVICE net0 Ethernet up 0 unknown vnet0 net1 Ethernet up 0 unknown vnet1 net2 Ethernet unknown 0 unknown vnet2 ldg1# dladm show-linkprop -p mac-address LINK PROPERTY PERM VALUE EFFECTIVE DEFAULT POSSIBLE net0 mac-address rw 0:14:4f:fa:eb:4e 0:14:4f:fa:eb:4e 0:14:4f:fa:eb:4e -- net1 mac-address rw 0:14:4f:f8:53:45 0:14:4f:f8:53:45 0:14:4f:f8:53:45 --