Resolve a persistent Duplicate Address Detection (DAD) error that may occur during the failover process between Data Gateway instances. The steps ensure that the Data Gateway transitions to the UP state by clearing the DAD error when automatic resolution does not occur in the expected timeframe.
During a Data Gateway failover, the secondary Data Gateway inherits the southbound IPv6 address that was previously assigned to the primary Data Gateway. This inheritance can cause the operating system to register a DAD error, as the address was initially tied to the primary instance. Crosswork detects this condition, logs a DAD failure event, and, under normal circumstances, the error self-resolves within approximately 5 minutes. If the DAD error persists beyond this period, manual intervention is required to clear the DAD flag and bring the Data Gateway back to the UP state.
Note
This behavior is expected and usually resolves within 5 minutes.
Once the DAD failure status is cleared by the operating system, Crosswork automatically transitions the Data Gateway to the UP state.
Before you begin
Workaround: Use these steps if the DAD failure error persists for more than 5 minutes.
Procedure
|
Remove the southbound VIP address from the secondary Data Gateway and reassign it using these commands.
-
Delete the VIP address.
ip address del {southbound_ip}/{mask} dev eth2
-
Replace the VIP address.
ip address replace {southbound_ip}/{mask} dev eth2
|