IPMP in service domain on solaris 11
So, I've just taken delivery of a shiny new T4-2 server running solaris 11.
I have a quad 1 GB car installed so I have connected 2 ports to switch 1 and 2 ports to switch 2 and created 2 aggregates aggr1 and aggr2.
dladm show-aggr
LINK MODE POLICY ADDRPOLICY LACPACTIVITY LACPTIMER
vnet0 trunk L4 auto off short
vnet1 trunk L4 auto off short
I then setup IPMP over these 2 aggregates:
# ipmpstat -g
GROUP GROUPNAME STATE FDT INTERFACES
ipmp0 ipmp0 ok -- vnet0 (vnet1)
Al looks good so far and interfaces are up and working:
vnet0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
inet 0.0.0.0 netmask ff000000
I have a quad 1 GB car installed so I have connected 2 ports to switch 1 and 2 ports to switch 2 and created 2 aggregates aggr1 and aggr2.
dladm show-aggr
LINK MODE POLICY ADDRPOLICY LACPACTIVITY LACPTIMER
vnet0 trunk L4 auto off short
vnet1 trunk L4 auto off short
I then setup IPMP over these 2 aggregates:
# ipmpstat -g
GROUP GROUPNAME STATE FDT INTERFACES
ipmp0 ipmp0 ok -- vnet0 (vnet1)
Al looks good so far and interfaces are up and working:
vnet0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
inet 0.0.0.0 netmask ff000000
0