This article describes the issue of the SRX chassis cluster not failing over, when the ae aggregate interface is configured under interface-monitor .
The chassis cluster may not failover, if one of the physical interfaces goes down; even though they have 255 as the defined weight and the ae interface is also being monitored.
redundancy-group 1 { node 0 priority 254; node 1 priority 245; preempt; interface-monitor { ge-0/0/2 weight 255; ge-0/0/3 weight 255; ae1 weight 255; < ae1 is being monitored for failover } } interface-range ae1-members { member ge-0/0/0; member ge-0/0/1; enable; traps; gigether-options { 802.3ad ae1; } }
The chassis cluster interface failover supports only physical interfaces.
redundancy-group 1 { node 0 priority 254; node 1 priority 245; preempt; interface-monitor { ge-0/0/2 weight 255; ge-0/0/3 weight 255; ge-0/0/0 weight 255; ==> Child interfaces of 'ae1' are added here; instead of the 'ae1' logical interface ge-0/0/1 weight 255; ==> } }