IPv6 configuration for MultiNICB agent

The following is a basic configuration for IPv6 with IPMultiNICB and MultiNICB resources for Oracle Solaris 11.

group mnicb_grp (
    SystemList = { sysA = 0, sysB = 1 }
    )

    IPMultiNICB ipmnicb (
        BaseResName = mnicb
        Address = "192.168.1.10"
        NetMask = "255.255.0.0"
        )

    MultiNICB mnicb (
        UseMpathd = 1
        ConfigCheck = 0
        Device = { net1 = 0, net2 = 1 }
        NetworkHosts = { "192.168.1.1" }
        IPMPDevice = ipmp0
        )

ipmnicb requires mnicb