Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T2319
Change Details
Change Details
Old
New
Diff
The goal of this task is to implement an automated failover mechanism that ensures GRE tunnels always point to the current CARP MASTER. When a router transitions to the ACTIVE state, a devd-triggered script implemented in D4033 will emit a Salt event. This event is received by the Salt master, which reacts using a reactor to trigger GRE tunnel reconfiguration on Ysul and Windriver. The reconfiguration process will: 1. Remove the existing GRE tunnel 2. Recreate a new tunnel toward the new MASTER router 3. Reload IPsec This approach ensures that tunnel configuration dynamically follows CARP state changes, avoiding manual intervention and reducing downtime during failover events.
The goal of this task is to implement an automated failover mechanism that ensures GRE tunnels always point to the current CARP MASTER. When a router transitions to the ACTIVE state, a devd-triggered script implemented in D4033 will emit a Salt event. This event is received by the Salt master, which reacts using a reactor to trigger GRE tunnel reconfiguration on Ysul and Windriver. The reconfiguration process will: 1. Remove the existing GRE tunnel 2. Recreate a new tunnel toward the new ACTIVE router 3. Reload IPsec This approach ensures that tunnel configuration dynamically follows CARP state changes, avoiding manual intervention and reducing downtime during failover events.
The goal of this task is to implement an automated failover mechanism that ensures GRE tunnels always point to the current CARP MASTER. When a router transitions to the ACTIVE state, a devd-triggered script implemented in D4033 will emit a Salt event. This event is received by the Salt master, which reacts using a reactor to trigger GRE tunnel reconfiguration on Ysul and Windriver. The reconfiguration process will: 1. Remove the existing GRE tunnel 2. Recreate a new tunnel toward the new
MASTER
ACTIVE
router 3. Reload IPsec This approach ensures that tunnel configuration dynamically follows CARP state changes, avoiding manual intervention and reducing downtime during failover events.
Continue