Ipadm create failed

Hello Group,

I tried to enable the net1 interface under Solaris 11 and I see a flag related with a ipmp failed. Now this interface is not set to any ipmp group.

I would appreciate it your help

dladm show-phys
LINK              MEDIA                STATE      SPEED  DUPLEX    DEVICE
net0              Ethernet             up         0      unknown   vnet0
net1              Ethernet             up         0      unknown   vnet1
net2              Ethernet             up         0      unknown   vnet2
net3              Ethernet             down       0      unknown   vnet3
 

#ipadm create-ip net3
ipadm: cannot create interface net3: Invalid argument provided

# ipadm show-if -o all
IFNAME     CLASS    STATE    ACTIVE CURRENT       PERSISTENT OVER
lo0        loopback ok       yes    -m46-v------  46--       --
ipmp0      ipmp     ok       yes    bm46--------  46--       net0 net2
ipmp1      ipmp     ok       yes    bm46--------  46--       net1
net0       ip       ok       yes    bm46---l----  46-l       --
net1       ip       ok       yes    bm46---l----  46-l       --
net2       ip       ok       yes    bm46---l----  46-l       --
net3       ipmp     failed   no     bm46--------  46--       --

:~# ipmpstat -i
INTERFACE   ACTIVE  GROUP       FLAGS     LINK      PROBE     STATE
net1        yes     ipmp1       --mbM--   up        disabled  ok
net0        yes     ipmp0       --mb---   up        disabled  ok
net2        yes     ipmp0       ----M--   up        disabled  ok

Troubleshooting Interface Configuration - Oracle Solaris Administration: Network Interfaces and Network Virtualization says:

IP address cannot be assigned with the ipadm create-addr command.

With the traditional ifconfig command, you can plumb and assign an IP address with a single command syntax. When using the ipadm create-addr command to configure an IP address, you must first create the IP interface with a separate command.
# ipadm create-ip interface# ipadm create-addr -T addr-type -a address addrobjThe message cannot create address object: Invalid argument provided is displayed during IP address configuration.

The address object identifies a specific IP address bound to an IP interface. The address object is a unique identifier for each IP address on the IP interface. You must specify a different address object to identify a second IP address that you want to assign to the same IP interface. If you want to use the same address object name, then you must delete the first instance of the address object before assigning it to identify a different IP address.

Solaris 11 or 10?

Word 12 is '11' . . . .