301b試験問題を今すぐ試そう!最新の[2023年最新] 正解回答付き
練習できる301bには認定ガイド問題と解答とトレーニングを提供しています
質問 # 45
-- Exhibit- -- Exhibit -
Refer to the exhibit.
An LTM Specialist is troubleshooting a new HTTP monitor on a pool. The pool member is functioning correctly when accessed directly through a browser, although the monitor is marking the member as down. As part of the troubleshooting, the LTM Specialist has captured the monitor traffic via tcpdump.
How should the LTM Specialist resolve this issue?
- A. Correct the firewall rules on the pool member.
- B. Modify the receive string to valid content.
- C. Add the 'http' monitor to the pool.
- D. Add the 'icmp' monitor to the node.
正解:B
質問 # 46
-- Exhibit -
-- Exhibit --
Refer to the exhibit.
Which step should an LTM Specialist take to utilize AVR?
- A. install the AVR add-on
- B. reboot the device
- C. provision AVR
- D. license the device for AVR
正解:C
質問 # 47
An LTM Specialist is tasked with ensuring that the syslogs for the LTM device are sent to a remote syslog server.
The following is an extract from the config file detailing the node and monitor that the LTM device is using for the
remote syslog server:
monitor Syslog_15002 { defaults from udp dest *:15002
}
node 91.223.45.231 { monitor Syslog_15002
screen RemoteSYSLOG }
There seem to be problems communicating with the remote syslog server. However, the pool monitor shows that the remote server is up.
The network department has confirmed that there are no firewall rules or networking issues preventing the LTM device from
communicating with the syslog server. The department responsible for the remote syslog server indicates that there may
be problems with the syslog server. The LTM Specialist checks the BIG-IP LTM logs for errors relating to the remote syslog
server. None are found. The LTM Specialist does a tcpdump:
tcpdump -nn port 15002, with the following results: 21:28:36.395543 IP 192.168.100.100.44772 > 91.223.45.231.15002: UDP, length 19 21:28:36.429073 IP 192.168.100.100.39499 > 91.223.45.231.15002: UDP, length 169 21:28:36.430714 IP 192.168.100.100.39499 > 91.223.45.231.15002: UDP, length 181 21:28:36.840524 IP 192.168.100.100.39499 > 91.223.45.231.15002: UDP, length 169 21:28:36.846547 IP 192.168.100.100.39499 > 91.223.45.231.15002: UDP, length 181 21:28:39.886343 IP 192.168.100.100.39499 > 91.223.45.231.15002: UDP, length 144
NotE. 192.168.100.100 is the self IP of the LTM device.
Why are there no errors for the remote syslog server in the log files?
- A. When the remote syslog sever fails, it returns to service before the timeout for the monitor has expired.
- B. The "verbose" logging option needs to be enabled for the pool.
- C. The monitor type used is inappropriate.
- D. The -log option for tcpdump needs to be used.
正解:C
質問 # 48
-- Exhibit-
-- Exhibit -Refer to the exhibit.
An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message "The connection was reset" in the browser. Connections directly to the pool member show the application is functioning correctly.
What is the issue?
- A. The pool member is failing the monitor check.
- B. The virtual server is configured with the incorrect SNAT address.
- C. The pool member default gateway is set incorrectly.
- D. The virtual server is processing encrypted traffic as plain-text HTTP.
正解:D
質問 # 49
-- Exhibit-
-- Exhibit -Refer to the exhibits.
Every monitor has the same Send String, Recv String, and an Alias of *:*. The LTM Specialist simplifies the configuration to minimize the number of monitors.
How many unique monitors remain?
- A. 0
- B. 1
- C. 2
- D. 3
- E. 4
正解:D
質問 # 50
An LTM Specialist sees these entries in /var/log/ltm:
Oct 25 03:34:31 tmm warning tmm[7150]: 01260017:4: Connection attempt to insecure SSL server (see RFC5746) aborteD.172.16.20.1:443
Oct 25 03:34:32 tmm warning tmm[7150]: 01260017:4: Connection attempt to insecure SSL server (see RFC5746) aborteD.172.16.20.1:443
Oct 25 03:34:32 tmm warning tmm[7150]: 01260017:4: Connection attempt to insecure SSL server (see RFC5746) aborteD.172.16.20.1:443
Oct 25 03:34:32 tmm warning tmm[7150]: 01260017:4: Connection attempt to insecure SSL server (see RFC5746) aborteD.172.16.20.1:443
Oct 25 03:34:32 tmm warning tmm[7150]: 01260017:4: Connection attempt to insecure SSL server (see RFC5746) aborteD.172.16.20.1:443
Oct 25 03:34:33 tmm warning tmm[7150]: 01260017:4: Connection attempt to insecure SSL server (see RFC5746) aborteD.172.16.20.1:443
Assume 172.16.20.0/24 is attached to the VLAN "internal."
What should the LTM Specialist use to troubleshoot this issue?
- A. ssldump -i internal host 172.16.20.1
- B. tcpdump -s 64 -i internal -w /shared/ssl.pcap host 172.16.20.1 ssldump -r /shared/ssl.pcap
- C. curl -d - -k https://172.16.20.1
- D. tcpdump -i internal host 172.16.20.1 > /shared/ssl.pcap ssldump < /shared/ssl.pcap
正解:A
質問 # 51
An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message "Unable to connect" in the browser, although connections directly to the pool member show the application is functioning correctly. The LTM configuration is:
ltm virtual /Common/vs_https { destination /Common/10.10.1.110:443 ip-protocol udp mask 255.255.255.255 pool /Common/pool_https profiles { /Common/udp { } } translate-address enabled translate-port enabled vlans-disabled }
ltm pool /Common/pool_https { members { /Common/172.16.20.1:443 { address 172.16.20.1 } } }
How should the LTM Specialist resolve this issue?
- A. Select the correct protocol for the virtual server.
- B. Remove an HTTP monitor from the pool.
- C. Enable the pool member on the correct VLAN.
- D. Add an HTTP profile to the virtual server.
正解:A
質問 # 52
Users are experiencing low throughput when downloading large files over a high-speed WAN connection.
Extensive packet loss was found to be an issue but CANNOT be eliminated.
Which two TCP profile settings should be modified to compensate for the packet loss in the network? (Choose two.)
- A. proxy options
- B. slow start
- C. proxy buffer low
- D. proxy buffer high
- E. Nagle's algorithm
正解:C、D
解説:
Explanation/Reference:
質問 # 53
An LTM Specialist has a OneConnect profile and HTTP profile configured on a virtual server to load balance an HTTP application.
The following HTTP headers are seen in a network trace when a client connects to the virtual server:
Clientside:
GET / HTTP/1.1
Host: 192.168.136.100
User-Agent: Mozilla/5.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-EncodinG. gzip, deflate
Connection: keep-alive
Serverside:
HTTP/1.1 200 OK
DatE. 5 Jun 1989 17:06:55 GMT
Server: Apache/2.2.14 (Ubuntu) Vary: Accept-Encoding
Content-EncodinG. gzip
Content-LengtH. 3729
X-Cnection: close
Content-TypE. text/html
The LTM Specialist notices the OneConnect feature is working incorrectly.
Why is OneConnect functioning incorrectly?
- A. Server must support HTTP keep-alive.
- B. Client must support HTTP/1.0.
- C. Server must support HTTP/0.9.
- D. Client must support HTTP keep-alive.
正解:A
質問 # 54
-- Exhibit - -- Exhibit -

Refer to the exhibits.
Users are able to access the application when connecting to the virtual server but are unsuccessful when connecting directly to the application servers. The LTM Specialist wants to allow direct access to the application servers.
Why are users unable to connect directly to the application servers?
- A. The LTM device does NOT have a SNAT on the External VLAN.
- B. The router does NOT have a route to the server subnet.
- C. The LTM device does NOT have an IP Forwarding virtual server on the Internal VLAN.
- D. The web server does NOT have a correct default gateway.
- E. The LTM device does NOT have an IP Forwarding virtual server on the External VLAN.
正解:D
質問 # 55
An LTM Specialist has set up a custom SNMP alert.
Which command line tool should the LTM Specialist use to test the alert?
- A. logger
- B. testlog
- C. logtest
- D. snmptest
正解:A
解説:
Explanation/Reference:
質問 # 56
-- Exhibit -
-- Exhibit --
Refer to the exhibit.
A user is unable to access an application.
What is the root cause of the problem?
- A. The User-Agent is incorrect.
- B. The GET request uses the wrong syntax.
- C. The user failed authentication.
- D. The 'Content-Length' is zero.
正解:C
質問 # 57
-- Exhibit -
-- Exhibit --
Refer to the exhibit.
Users report that a web application works incorrectly. Sometimes contextual data displayed on the web pages is accurate; other times it is inaccurate.
The LTM administrator looks at the connection table with a filter on one of the client IP addresses currently connected using the command "tmsh show sys connection cs-client-addr 10.0.20.1" with the following results:
10.0.20.1:60048 10.0.20.88:80 10.0.20.1:60048 172.16.20.1:80 tcp 3 (tmm: 0)
10.0.20.1:60050 10.0.20.88:80 10.0.20.1:60050 172.16.20.3:80 tcp 3 (tmm: 0)
10.0.20.1:60047 10.0.20.88:80 10.0.20.1:60047 172.16.20.2:80 tcp 3 (tmm: 0)
10.0.20.1:60049 10.0.20.88:80 10.0.20.1:60049 172.16.20.1:80 tcp 3 (tmm: 0) What is the solution to the problem?
- A. Set up an HTTP cookie insert profile in the virtual server.
- B. Synchronize the clock of the LTM device with NTP.
- C. Modify the load balancing method attached to the pool.
- D. Modify the setup of the monitor bound to the pool used by the application.
正解:A
質問 # 58
An LTM Specialist wants to allow access to the Always On Management (AOM) from the network.
Which two methods should the LTM Specialist use to configure the AOM interface? (Choose two.)
- A. Log in to the Host via ssh, "ssh aom", and modify the network configuration file.
- B. Configure the AOM network address in the GUI under System>Platform.
- C. Choose the network configurator in the AOM menu on the serial port.
- D. Configure the AOM IP from the front panel buttons and LCD.
正解:A、C
質問 # 59
-- Exhibit - -- Exhibit -
Refer to the exhibits.
Which two servers are missing two frequently used URLs? (Choose two.)
- A. 172.16.20.2 /text.one /text.txt
- B. 172.16.20.1 /text.one /text.txt
- C. 172.16.20.1 /text.txt /browserspecific.html
- D. 172.16.20.2 /text.one /browserspecific.html
- E. 172.16.20.3 /text.one /browserspecific.html
正解:A、E
質問 # 60
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
- B. internal VLAN interface of LTM device
- C. any network interface of the Internet firewall
- D. network interface of client machine
- E. external VLAN interface of LTM device
正解:A、D
質問 # 61
A device group is made up of four members: LTM-A, LTM-B, LTM-C, and LTM-D. An LTM Specialist makes a configuration change on LTM-B. Later, a different LTM Specialist notices a "changes pending" message on all devices. When logged into LTM-D, the LTM Specialist attempts to config-sync to the device group. The sync operation fails.
Why is the LTM Specialist on LTM-D unable to synchronize the configuration to the group?
- A. LTM-B is the device eligible to initiate a config-sync.
- B. NTP is NOT configured on the devices in the group.
- C. LTM-D has the lowest commit-id of the group.
- D. The changes made on LTM-B are invalid.
正解:A
質問 # 62
......
試験準備には欠かさない!トップクラスのF5 301b試験アプリ学習ガイド練習問題最新版:https://jp.fast2test.com/301b-premium-file.html
無料F5 301bテスト練習問題試験問題集:https://drive.google.com/open?id=1hUJ29gF4EeXvdky0yw0eq41LHbWYr09i