InterviewSolution
| 1. |
Give a detailed explanation of the Tentative HA Firewall state. |
|
Answer» One of the following causes the state of a firewall (in an active/active CONFIGURATION):
Sessions and CONFIGURATIONS from the peer are synchronised via a firewall in a provisional state.
The Tentative Hold Time is activated and routing convergence happens after the failed path or link clears or when a failed firewall changes from tentative to active-secondary state. Before processing any packets, the firewall tries to establish routing adjacencies and populate its route table. Without this timer, the recovering firewall would quickly enter active-secondary mode and silently DISCARD packets due to a lack of sufficient routes. After links are up and able to receive incoming packets, a firewall exits suspended mode and enters tentative mode for the Tentative Hold Time. Tentative Hold Time range (sec) can be disabled (default is 0 seconds) or set to a value between 10 and 600 seconds; the default is 60. |
|