Hello all
An older thread, but the question still pops up regularly.
The root cause of this problem is most often that the Default route of the controller is pointing to a subnet on a VLAN.
When controllers are teamed, the IP addressing and Default route must match. If the Manager controller has a Default route configured to a VLAN, the same VLAN must be created in the Member controller, it needs to have an IP interface in appropriate subnet and the Default route has to be configured.
During team formation the Manager will wipe the member's configuration entirely except for LAN and Internet port IP addresses. All VLANs will be deleted. The Manager will reconfigure the member and re-create the VLAN, but it has no mechanism to provide it an IP interface. Because the VLAN has been removed and recreated, the Member has no longer an IP interface in that subnet. Consequently the route Manager is trying to configure will be invalid for the member.
The recommended way is to configure the devices following insructions in the Implementation and Configuration guides. All the example configurations put the Default route to a subnet either behind untagged LAN or untagged Internet port.
If it's for some reason desirable to have the Default route pointing to a VLAN, it's possible with a workaround:
1. Disable Teaming on Manager and Member
2. Remove the Default route on Manager
3. Configure Member's LAN and Internet port IP addresses
4. Enable Teaming on Manager and Member
5. After team has formed, the Default route to a VLAN can be re-added
Again, I'd recommend following the configuration guidelines described in the manuals.