301b Exam QuestionsBrowse all questions from this exam

301b Exam - Question 3


An LTM device is load balancing SIP traffic. An LTM Specialist notices that sometimes the SIP request is being load balanced to the same server as the initial connection.

Which setting in the UDP profile will make the LTM device more evenly distribute the SIP traffic?

Show Answer
Correct Answer: A

To make the LTM device more evenly distribute SIP traffic, enabling the Datagram LB setting in the UDP profile will be effective. This setting ensures that the system load balances UDP traffic packet-by-packet and does not treat UDP packets from the same source and port as part of a connection. This overrides the default behavior, allowing for better distribution across different servers.

Discussion

3 comments
Sign in to comment
manhtran93Option: A
Jun 14, 2020

A is correct answer The Datagram LB option, which is disabled by default, specifies that the system load balances UDP traffic packet-by-packet and does not treat UDP packets from the same source and port as part of a connection. This setting overrides the default behavior of the UDP profile.

makiyan
Jun 13, 2020

https://support.f5.com/csp/article/K3605

GVKDOption: A
Feb 1, 2024

A - Correct.