101 Exam QuestionsBrowse all questions from this exam

101 Exam - Question 71


Which three statements are true about SNATs? (Choose three.)

Show Answer
Correct Answer: ABC

SNATs provide bidirectional traffic initiation, which means they can handle both incoming and outgoing traffic, ensuring seamless communication between devices. They support UDP, TCP, and ICMP traffic, covering a wide range of protocols used in networking. Additionally, SNATs provide a many-to-one mapping between IP addresses, allowing multiple devices on a private network to share a single public IP address for outgoing traffic.

Discussion

5 comments
Sign in to comment
ira_ciscoOptions: BC
Oct 17, 2021

B and C are correct. icmp can be passed with SNAT. https://support.f5.com/csp/article/K7366#snat

espositop2004
Nov 23, 2020

Question is not correct ( choose tree insted you need to choose two correct answer )

kokodoko
Apr 25, 2021

B is not correct, SNAT support only TCP and UDP.

aatechler
Mar 14, 2023

D also can works

Balibravo
Nov 9, 2023

D can not work The purpose of SNAT is to change the source IP address of outgoing packets, so they appear to come from a different address. This is commonly used in scenarios where multiple devices on a private network share a single public IP address for outgoing traffic. By changing the source IP address, it allows the return traffic to be directed back to the F5 device, which can then appropriately route it to the intended internal destination. If you configure the SNAT pool or address to be identical to the virtual server's IP address, it may lead to routing and network-related issues because it would effectively result in no translation of the source IP address. This can potentially cause problems in the return traffic handling and prevent proper load balancing or traffic management. So, it's essential to ensure that the SNAT pool or address is distinct from the IP address of the associated virtual server to achieve the intended source IP address translation and correct functioning of your F5 configuration.