After upgrading an ACX7348 device to Junos OS Evolved 25.4R1 or later, the chassis redundancy configuration statement failover on-loss-of-keepalives generates a warning message "statement ignored: unsupported platform (acx7348)" during commit. This occurs because chassis redundancy failover options including on-loss-of-keepalives, disk-read-threshold, disk-write-threshold, not-on-disk-underperform, and on-disk-failure are no longer supported on ACX7348, ACX7332, and ACX7059 platforms running Junos OS Evolved. This change is by design and does not negatively impact redundancy functionality.
failover on-loss-of-keepalives
on-loss-of-keepalives
disk-read-threshold
disk-write-threshold
not-on-disk-underperform
on-disk-failure
When committing the chassis redundancy configuration on ACX7348 running Junos OS Evolved 25.4R1 or later, the following warning appears:
chassis { redundancy { routing-engine 0 master; routing-engine 1 backup; ## ## Warning: statement ignored: unsupported platform (acx7348) ## failover on-loss-of-keepalives; graceful-switchover; } }
The configuration that previously worked without warnings on earlier versions now shows the platform incompatibility warning. The system continues to operate normally with RE redundancy intact.
Starting with Junos OS Evolved 25.4R1, the failover on-loss-of-keepalives statement and other chassis redundancy failover options are not supported on ACX7348, ACX7332, and ACX7059 platforms. This is documented in the official release notes.
No Negative Impact: There is no functional implication from removing this command, as it is not needed per the Junos OS Evolved architecture design:
Mastership Handling: RE-to-RE communication and mastership switchover are independent in Junos OS Evolved. The RECPLD generates mastership interrupts serviced by the LPC driver as udev events, which mstrd monitors and provides to applications like HwdRE and evo-pfemand.
Recommended Actions:
graceful-switchover
show chassis routing-engine
show system switchover
Configuration Example:
chassis { redundancy { routing-engine 0 master; routing-engine 1 backup; graceful-switchover; } }
Reference: For additional details, refer to the Junos OS Evolved 25.4R1 Release Notes under "What Changed" for ACX platforms.
https://www.juniper.net/documentation/us/en/software/junos/release-notes/25.4/junos-release-notes-25.4r1/topics/what-changed/acx-what-change-cover.html