ExamGecko
Home Home / F5 / 301b

F5 301b Practice Test - Questions Answers, Page 7

Question list
Search
Search

List of questions

Search

Related questions











An LTM Specialist has been asked to configure a virtual server to distribute connections between a pool of two application servers with addresses 172.16.20.1 and 172.16.20.2. The application servers are listening on TCP ports 80 and 443. The application administrators have asked that clients be directed to the same node for both HTTP and HTTPS requests within the same session.

Virtual servers vs_http and vs_https have been created, listening on 1.2.3.100:80 and 1.2.3.100:443, respectively.

Which configuration option will result in the desired behavior?

A.
Create pool app_pool with members 172.16.20.1:any and 172.16.20.2:any Assign app_pool as the default pool for both vs_http and vs_https Disable port translation for vs_http and vs_https
A.
Create pool app_pool with members 172.16.20.1:any and 172.16.20.2:any Assign app_pool as the default pool for both vs_http and vs_https Disable port translation for vs_http and vs_https
Answers
B.
Create pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80 Assign pool http_pool as the default pool for both vs_https and vs_https Disable port translation for vs_https Create an SSL persistence profile with 'match across virtual servers' enabled Assign the persistence profile to vs_http.
B.
Create pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80 Assign pool http_pool as the default pool for both vs_https and vs_https Disable port translation for vs_https Create an SSL persistence profile with 'match across virtual servers' enabled Assign the persistence profile to vs_http.
Answers
C.
Create pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80 Create pool https_pool with members 172.16.20.1:443 and 172.16.20.2:443 Assign http_pool as the default pool for vs_http Assign https_pool as the default pool for vs_https Create a source address persistence profile with 'match across services' enabled Assign the persistence profile to vs_http and vs_https
C.
Create pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80 Create pool https_pool with members 172.16.20.1:443 and 172.16.20.2:443 Assign http_pool as the default pool for vs_http Assign https_pool as the default pool for vs_https Create a source address persistence profile with 'match across services' enabled Assign the persistence profile to vs_http and vs_https
Answers
D.
Create pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80 Create pool https_pool with members 172.16.20.1:443 and 172.16.20.2:443 Assign http_pool as the default pool for vs_http Assign https_pool as the default pool for vs_https Create an SSL persistence profile with 'match across virtual servers' enabled Assign the persistence profile to vs_http
D.
Create pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80 Create pool https_pool with members 172.16.20.1:443 and 172.16.20.2:443 Assign http_pool as the default pool for vs_http Assign https_pool as the default pool for vs_https Create an SSL persistence profile with 'match across virtual servers' enabled Assign the persistence profile to vs_http
Answers
Suggested answer: C

An LTM Specialist is investigating reports from users that SSH connections are being terminated unexpectedly. SSH connections are load balanced through a virtual server. The users experiencing this problem are running SQL queries that take upwards of 15 minutes to return with no screen output. The virtual server is standard with a pool associated and no other customizations.

What is causing the SSH connections to terminate?

A.
UDP IP ToS
A.
UDP IP ToS
Answers
B.
TCP idle timeout
B.
TCP idle timeout
Answers
C.
The virtual server has no persistence.
C.
The virtual server has no persistence.
Answers
D.
The pool has Reselect Retries set to 0.
D.
The pool has Reselect Retries set to 0.
Answers
Suggested answer: B

Users in a branch office are reporting a website is always slow. No other users are experiencing the problem. The LTM Specialist tests the website from the external VLAN along with testing the servers directly. All tests indicate normal behavior. The environment is a single HTTP virtual server on the external VLAN with a single pool containing three HTTP pool members on the internal VLAN.

Which two locations are most appropriate to collect additional protocol analyzer data? (Choose two.)

A.
a user's machine
A.
a user's machine
Answers
B.
the switch local to the user
B.
the switch local to the user
Answers
C.
the LTM device's internal VLAN
C.
the LTM device's internal VLAN
Answers
D.
the LTM device's external VLAN
D.
the LTM device's external VLAN
Answers
E.
a user's Active Directory authentication
E.
a user's Active Directory authentication
Answers
Suggested answer: A, B

An LTM Specialist has a single HTTPS virtual server doing SSL termination. No server SSL profile is defined. The pool members are on the internal VLAN answering on HTTP port 80. Users with certain browsers are experiencing issues.

Which two locations are most appropriate to gather packets needed to determine the SSL issue? (Choose two.)

A.
server interface
A.
server interface
Answers
B.
user's computer
B.
user's computer
Answers
C.
LTM device's external VLAN
C.
LTM device's external VLAN
Answers
D.
LTM device's internal VLAN
D.
LTM device's internal VLAN
Answers
E.
LTM device's management interface
E.
LTM device's management interface
Answers
Suggested answer: B, C

A user is having issues with connectivity to an HTTPS virtual server. The virtual server is on the LTM device's external vlan, and the pools associated with the virtual server are on the internal vlan. An LTM Specialist does a tcpdump on the external interface and notices that the host header is incomplete.

In which location should the LTM Specialist put a traffic analyzer to gather the most pertinent data?

A.
server
A.
server
Answers
B.
external VLAN
B.
external VLAN
Answers
C.
internal VLAN
C.
internal VLAN
Answers
D.
client machine
D.
client machine
Answers
Suggested answer: D

An application owner claims an LTM device is delaying delivery of an HTTP application. The LTM device has two VLANs, an internal and an external. The application servers reside on the internal VLAN. The virtual server and clients reside on the external VLAN.

With appropriate filters applied, which solution is most efficient for obtaining packet captures in order to investigate the claim of delayed delivery?

A.
one capture on interface 0.0
A.
one capture on interface 0.0
Answers
B.
one capture on the internal interface
B.
one capture on the internal interface
Answers
C.
one capture on the external interface
C.
one capture on the external interface
Answers
D.
one capture on the management interface
D.
one capture on the management interface
Answers
Suggested answer: A

A client (10.10.1.30) connecting to an HTTPS virtual server (10.10.1.100) with a clientssl profile is getting an SSL error.

Which options will trace this issue?

A.
tcpdump -i external -X -e -nn -vvv -w /shared/ssl_problem.cap port 443 and host 10.10.1.30 ssldump -r /shared/ssl_problem.cap -n -x
A.
tcpdump -i external -X -e -nn -vvv -w /shared/ssl_problem.cap port 443 and host 10.10.1.30 ssldump -r /shared/ssl_problem.cap -n -x
Answers
B.
tcpdump -i external -s 0 -w /shared/ssl_problem.cap port 443 and host 10.10.10.30 and host 10.10.1.100 ssldump -r /shared/ssl_problem.cap -n -x
B.
tcpdump -i external -s 0 -w /shared/ssl_problem.cap port 443 and host 10.10.10.30 and host 10.10.1.100 ssldump -r /shared/ssl_problem.cap -n -x
Answers
C.
tcpdump -i external -X -s 0 -vvv src host 10.10.10.30 and dst host 10.10.1.100 and port 443 > /shared/ssl_problem.cap ssldump -r /shared/ssl_problem.cap -n -x
C.
tcpdump -i external -X -s 0 -vvv src host 10.10.10.30 and dst host 10.10.1.100 and port 443 > /shared/ssl_problem.cap ssldump -r /shared/ssl_problem.cap -n -x
Answers
D.
tcpdump -i external -X -e -nn -vv port 443 and host 10.10.1.100 and host 10.10.1.30 > /shared/ssl_problem.cap ssldump -n -x < /shared/ssl_problem.cap
D.
tcpdump -i external -X -e -nn -vv port 443 and host 10.10.1.100 and host 10.10.1.30 > /shared/ssl_problem.cap ssldump -n -x < /shared/ssl_problem.cap
Answers
Suggested answer: B

An LTM device is deployed in a one-armed topology. The virtual server, clients, and web servers are connected on the LTM device internal VLAN. A client tries to connect to the virtual server and is unable to establish a connection. A packet capture from the LTM device internal VLAN shows that the HTTP request is being forwarded to the web server.

From which two additional locations should protocol analyzer data be collected? (Choose two.)

A.
network interface of web server
A.
network interface of web server
Answers
B.
network interface of client machine
B.
network interface of client machine
Answers
C.
internal VLAN interface of LTM device
C.
internal VLAN interface of LTM device
Answers
D.
external VLAN interface of LTM device
D.
external VLAN interface of LTM device
Answers
E.
any network interface of the Internet firewall
E.
any network interface of the Internet firewall
Answers
Suggested answer: A, B

An LTM Specialist configures a new HTTP virtual server on an LTM device external VLAN. The web servers are connected to the LTM device internal VLAN. Clients trying to connect to the virtual server are unable to establish a connection. A packet capture shows an HTTP response from a web server to the client and then a reset from the client to the web server.

From which two locations could the packet capture have been collected? (Choose two.)

A.
network interface of web server
A.
network interface of web server
Answers
B.
network interface of client machine
B.
network interface of client machine
Answers
C.
internal VLAN interface of the LTM device
C.
internal VLAN interface of the LTM device
Answers
D.
external VLAN interface of the LTM device
D.
external VLAN interface of the LTM device
Answers
E.
management VLAN interface of the LTM device
E.
management VLAN interface of the LTM device
Answers
Suggested answer: A, B

The LTM Specialist is writing a custom HTTP monitor for a web application and has viewed the content by accessing the site directly via their browser. The monitor continually fails. The monitor configuration is:

ltm monitor http /Common/exampleComMonitor {

defaults-from /Common/http

destination *:*

interval 5

recv 'Recent Searches'

send 'GET /app/feed/current\?uid=20145 HTTP/1.1\\r\\nHost: www.example.com\\r\\nAccept-EncodinG. gzip, deflate\\r\\nConnection: close\\r\\n\\r\\n'

time-until-up 0

timeout 16

}

A trace shows the following request and response:

Request:

GET /app/feed/current?uid=20145 HTTP/1.1

Host www.example.com

Accept-Encoding gzip, deflate

Connection: close

Response:

HTTP/1.1 302 Moved Temporarily

Date Wed, 17 Oct 2012 18:45:52 GMT

Server Apache

Location https://example.com/login.jsp

Content-Encoding gzip

Content-Type text/html;charset=UTF-8

Set-CookiE. JSESSIONID=261EFFBDA8EC3036FBCC22D991AC6835; Path=/app/feed/current?uid=20145

What is the problem?

A.
The request does NOT include a User-Agent header.
A.
The request does NOT include a User-Agent header.
Answers
B.
The HTTP monitor does NOT support monitoring jsp pages.
B.
The HTTP monitor does NOT support monitoring jsp pages.
Answers
C.
The request does NOT include any cookies and the application is expecting a session cookie.
C.
The request does NOT include any cookies and the application is expecting a session cookie.
Answers
D.
The request includes an Accept-Encoding so the server is responding with a gzipped result and LTM monitors CANNOT handle gzipped responses.
D.
The request includes an Accept-Encoding so the server is responding with a gzipped result and LTM monitors CANNOT handle gzipped responses.
Answers
Suggested answer: C
Total 210 questions
Go to page: of 21