nerdexam
F5

201 · Question #12

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

The correct answer is B. All open connections will be maintained.. By default, BIG-IP systems in a redundant pair are configured to mirror connection states, ensuring that open connections through NAT are maintained even after a failover event.

Configure High Availability

Question

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

Exhibit

201 question #12 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 connection
  • DLonglived connections such as Telnet and FTP will be maintained while shortlived connections such as
  • EAll open connections are lost, but new connections are initiated by the newly active BIG IP, resulting in

How the community answered

(62 responses)
  • A
    2% (1)
  • B
    94% (58)
  • D
    3% (2)
  • E
    2% (1)

Why each option

By default, BIG-IP systems in a redundant pair are configured to mirror connection states, ensuring that open connections through NAT are maintained even after a failover event.

AAll open connections will be lost.

This is incorrect because connection mirroring is a fundamental high availability feature that prevents connection loss during failover for stateful connections like those handled by NAT.

BAll open connections will be maintained.Correct

BIG-IP systems are designed for high availability, and by default, connection mirroring is enabled for NATs and other stateful services. This feature ensures that the standby unit receives and maintains a copy of all active connection states from the primary unit, allowing existing connections to persist seamlessly through a failover.

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

While mirroring is involved, it's typically enabled by default for NAT configurations on an HA pair, and the question implies a default scenario, not requiring explicit pre-configuration for every connection.

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

The maintenance of connections is not differentiated by their longevity; rather, it depends on whether connection mirroring is active for the specific service, which it is for NAT by default.

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

This contradicts the core purpose of connection mirroring in a redundant BIG-IP system, which is to ensure existing connections are not lost but seamlessly taken over by the new active unit.

Concept tested: BIG-IP connection mirroring and NAT failover

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

Topics

#failover#connection mirroring#NAT#high availability

Community Discussion

No community discussion yet for this question.

Full 201 Practice