I am trying to configure what should be a simple LAG between 2 CCR2004 routers. Both routers are running the 6.45.3 code version. I have tried this on 2 other CCR2004 routers as well with no success.
- Create Bonding Interface on each router: set as 802.3ad, mii, 1s, min-links 2
- Create /30 IP address and assign to the bonding interface of each router
- Assign 2 physical interfaces on each router to the bonding interface
- Physically connect the 2 routers on the interfaces assigned for bonding
If I change the min-links setting to 0 or 1, the bond interface will become active and pass traffic. It will stay active and pass traffic even if there is only 1 physical interface up. But will never show active or pass traffic if set to 2 when both physical interfaces are up.
Is this just a different implementation than with other vendors? Typically I would expect that with 2 links assigned to the bond interface and a min-links setting of 2, that the bond interface would become active as long as 2 links were up and become inactive if less than 2 were up.
Or am I dealing with some kind of bug?