nerdexam
F5

101 · Question #16

Assuming there are open connections through an active system's NAT and a failover occurs, by default, what happens to those connections.

The correct answer is B. All open connections will be maintained. By default, F5 BIG-IP mirrors NAT connection table entries to the standby device, so open NAT connections are maintained without interruption when a failover occurs.

Section 3: Load Balancing and High Availability Basics

Question

Assuming there are open connections through an active system's NAT and a failover occurs, by default, what happens to those connections.

Exhibit

101 question #16 exhibit

Options

  • AAll open connections will be lost.
  • BAll open connections will be maintained.
  • CThe "Mirror" option must be chosen on the NAT and the setting synchronized prior to the
  • DLonglived connections such as Telnet and FTP will be maintained while shortlived connections
  • EAll open connections are lost, but new connections are initiated by the newly active BIG-IP,

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    71% (17)
  • C
    17% (4)
  • E
    8% (2)

Why each option

By default, F5 BIG-IP mirrors NAT connection table entries to the standby device, so open NAT connections are maintained without interruption when a failover occurs.

AAll open connections will be lost.

Open NAT connections are not lost by default because BIG-IP mirrors NAT connection table entries to the standby, enabling seamless session continuation after failover.

BAll open connections will be maintained.Correct

F5 BIG-IP replicates NAT connection state to the standby device by default as part of its built-in connection mirroring for NATs, meaning the newly active standby already holds the session state for all open NAT connections. This allows the newly active device to continue handling those sessions immediately after failover without requiring clients or servers to re-establish connections.

CThe "Mirror" option must be chosen on the NAT and the setting synchronized prior to the

NAT connection mirroring is active by default and does not require manually enabling a 'Mirror' option or performing a pre-failover synchronization step - that manual requirement applies to virtual server connection mirroring, not NATs.

DLonglived connections such as Telnet and FTP will be maintained while shortlived connections

BIG-IP does not distinguish between long-lived and short-lived NAT connections for failover continuity; the default mirroring behavior covers all open NAT sessions regardless of protocol or connection duration.

EAll open connections are lost, but new connections are initiated by the newly active BIG-IP,

Existing NAT connections are not dropped and re-initiated by the new active device; the mirrored connection state allows the standby to seamlessly continue all existing NAT sessions the moment it becomes active.

Concept tested: BIG-IP NAT connection mirroring behavior during failover

Source: https://support.f5.com/csp/article/K13478

Topics

#NAT#failover#connection mirroring#open connections

Community Discussion

No community discussion yet for this question.

Full 101 Practice