Exam 301b All QuestionsBrowse all questions from this exam
Question 1

A OneConnect profile is applied to a virtual server. The LTM Specialist would like the client source IP addresses within the 10.10.10.0/25 range to reuse an existing server side connection.

Which OneConnect profile source mask should the LTM Specialist use?

    Correct Answer: C

    To have the client source IP addresses within the 10.10.10.0/25 range reuse an existing server-side connection, the correct OneConnect profile source mask is 255.255.255.128. This mask will evaluate the first 25 bits of the client IP address, which corresponds to the provided subnet of 10.10.10.0/25, ensuring that addresses within this range will be able to reuse existing server-side connections.

Discussion
gasukoOption: C

255.255.255.255 : The entire client IP address is evaluated.A request from the same address reuses an established idle TCP connection 255.255.255.0 : Octets 1-3 are evaluated client addresses matching this subset and reuse an existing idle TCP connection. 0.0.0.0 : The all zeros mask (the default setting) looks for any open idle TCP connection on the destination server.

GVKDOption: C

C - Correct