Solaris 11 IPMP example commands
ipadm create-ip net0
ipadm create-ip net5
ipadm create-addr -T static -a 10.1.1.122/24 net0/test
ipadm create-addr -T static -a 10.1.1.123/24 net5/test
ipadm create-ipmp -i net0 -i net5 admipmp0
ipadm create-addr -T static -a 10.1.1.121/24 admipmp0/v4
ipadm show-addr
ipadm show-if
# add test target
route -p add 10.1.1.1 10.1.1.1 -static