201 · Question #40
Which VLANs must be enabled for a SNAT to perform as desired (translating only desired packets).
The correct answer is C. The SNAT must be enabled for the VLANs where desired packets arrive on the BIGIP.. For a SNAT to translate desired packets, it must be enabled on the VLANs where those packets initially arrive on the BIG-IP system.
Question
Which VLANs must be enabled for a SNAT to perform as desired (translating only desired packets).
Options
- AThe SNAT must be enabled for all VLANs.
- BThe SNAT must be enabled for the VLANs where desired packets leave the BIGIP.
- CThe SNAT must be enabled for the VLANs where desired packets arrive on the BIGIP.
- DThe SNAT must be enabled for the VLANs where desired packets arrive and leave the BIGIP.
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- C94% (29)
Why each option
For a SNAT to translate desired packets, it must be enabled on the VLANs where those packets initially arrive on the BIG-IP system.
Enabling SNAT on all VLANs is often unnecessary and can lead to unintended translations or increased resource utilization, failing to meet the requirement of 'translating only desired packets'.
While the translated packet exits the BIG-IP on a specific VLAN, the SNAT rule's primary action of identifying and modifying the source address occurs when the packet *arrives*, making enablement solely on egress VLANs insufficient.
A SNAT must be enabled on the VLANs where the client's traffic arrives on the BIG-IP system because this is the point where the BIG-IP first intercepts the packet and determines if source address translation is required. Enabling the SNAT on the ingress VLAN ensures that the incoming packets are correctly identified and processed for source IP translation before being forwarded.
Enabling SNAT on both arrival and leaving VLANs is redundant; the critical step for initiating source address translation is on the arrival VLAN.
Concept tested: SNAT VLAN group configuration
Source: https://techdocs.f5.com/en-us/big-ip-15-1-0/big-ip-tmos-implementations/source-network-address-translation.html
Topics
Community Discussion
No community discussion yet for this question.