ExamGecko
Home Home / F5 / 301b

F5 301b Practice Test - Questions Answers, Page 4

Question list
Search
Search

Related questions











An LTM Specialist uploaded new releases .iso and .md5 files titled 'BIGIP-FILENAME' via the GUI.

Which commands are run via the command line from the root directory to verify the integrity of the new .iso file?

A.
cd /var/shared/images md5sum --check BIGIP-FILENAME .iso
A.
cd /var/shared/images md5sum --check BIGIP-FILENAME .iso
Answers
B.
cd /shared/images md5sum --check BIGIP-FILENAME .iso
B.
cd /shared/images md5sum --check BIGIP-FILENAME .iso
Answers
C.
cd /var/shared/images md5sum --check BIGIP-FILENAME .iso.md5
C.
cd /var/shared/images md5sum --check BIGIP-FILENAME .iso.md5
Answers
D.
cd /shared/images md5sum --check BIGIP-FILENAME .iso.md5
D.
cd /shared/images md5sum --check BIGIP-FILENAME .iso.md5
Answers
Suggested answer: D

An LTM Specialist must perform a hot fix installation from the command line.

What is the correct procedure to ensure that the installation is successful?

A.
import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso
A.
import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso
Answers
B.
import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh install sys software hotfix <hotfix_name>.iso volume <volume_name>
B.
import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh install sys software hotfix <hotfix_name>.iso volume <volume_name>
Answers
C.
import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso
C.
import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso
Answers
D.
import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum tmsh install sys software hotfix <hotfix_name>.iso volume <volume_name>
D.
import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum tmsh install sys software hotfix <hotfix_name>.iso volume <volume_name>
Answers
Suggested answer: D

Which two alerting capabilities can be enabled from within an application visibility reporting (AVR) analytics profile? (Choose two.)

A.
sFlow
A.
sFlow
Answers
B.
SNMP
B.
SNMP
Answers
C.
e-mail
C.
e-mail
Answers
D.
LCD panel alert
D.
LCD panel alert
Answers
E.
high speed logging (HSL)
E.
high speed logging (HSL)
Answers
Suggested answer: B, C

What is a benefit provided by F5 Enterprise Manager?

A.
Enterprise Manager allows administrators to analyze traffic flow and create custom application IPS signatures.
A.
Enterprise Manager allows administrators to analyze traffic flow and create custom application IPS signatures.
Answers
B.
Enterprise Manager allows administrators to establish baseline application usage and generate an alert if an administratively set threshold for the application is exceeded.
B.
Enterprise Manager allows administrators to establish baseline application usage and generate an alert if an administratively set threshold for the application is exceeded.
Answers
C.
Enterprise Manager allows administrators to identify application vulnerabilities. Virtual patches are then automatically generated and applied to remediate the detected application vulnerability.
C.
Enterprise Manager allows administrators to identify application vulnerabilities. Virtual patches are then automatically generated and applied to remediate the detected application vulnerability.
Answers
D.
Enterprise Manager allows administrators to monitor all application traffic. Configuration optimization suggestions based on the observed traffic patterns are then generated for the administrator to review and apply.
D.
Enterprise Manager allows administrators to monitor all application traffic. Configuration optimization suggestions based on the observed traffic patterns are then generated for the administrator to review and apply.
Answers
Suggested answer: B

Which two items can be logged by the Application Visibility Reporting analytics profile? (Choose two.)

A.
User Agent
A.
User Agent
Answers
B.
HTTP version
B.
HTTP version
Answers
C.
HTTP Response Codes
C.
HTTP Response Codes
Answers
D.
Per Virtual Server CPU Utilization
D.
Per Virtual Server CPU Utilization
Answers
Suggested answer: A, C

Which file should be modified to create custom SNMP alerts?

A.
/config/alert.conf
A.
/config/alert.conf
Answers
B.
/etc/alertd/alert.conf
B.
/etc/alertd/alert.conf
Answers
C.
/config/user_alert.conf
C.
/config/user_alert.conf
Answers
D.
/etc/alertd/user_alert.conf
D.
/etc/alertd/user_alert.conf
Answers
Suggested answer: C

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
A.
logger
Answers
B.
logtest
B.
logtest
Answers
C.
testlog
C.
testlog
Answers
D.
snmptest
D.
snmptest
Answers
Suggested answer: A

An LTM Specialist is customizing local traffic logging.

Which traffic management OS alert level provides the most detail?

A.
Alert
A.
Alert
Answers
B.
Notice
B.
Notice
Answers
C.
Critical
C.
Critical
Answers
D.
Emergency
D.
Emergency
Answers
E.
Informational
E.
Informational
Answers
Suggested answer: E

A new web application is hosted at www.example.net, but some clients are still pointing to the legacy web application at www.example.com.

Which iRule will allow clients referencing www.example.com to access the new application?

A.
when HTTP_REQUEST { if {[HTTP::host] equals 'www.example.*' }{ HTTP::redirect 'http://www.example.net' } }
A.
when HTTP_REQUEST { if {[HTTP::host] equals 'www.example.*' }{ HTTP::redirect 'http://www.example.net' } }
Answers
B.
when HTTP_REQUEST { if {[HTTP::host] equals 'www.example.com' }{ HTTP::redirect 'http://www.example.net' } }
B.
when HTTP_REQUEST { if {[HTTP::host] equals 'www.example.com' }{ HTTP::redirect 'http://www.example.net' } }
Answers
C.
when HTTP_DATA { if {[HTTP::host] equals 'www.example.*' }{ HTTP::redirect 'http://www.example.net' } }
C.
when HTTP_DATA { if {[HTTP::host] equals 'www.example.*' }{ HTTP::redirect 'http://www.example.net' } }
Answers
D.
when HTTP_RESPONSE { if {[HTTP::host] equals 'www.example.com' }{ HTTP::redirect 'http://www.example.net' } }
D.
when HTTP_RESPONSE { if {[HTTP::host] equals 'www.example.com' }{ HTTP::redirect 'http://www.example.net' } }
Answers
Suggested answer: B

Which iRule will instruct the client's browser to avoid caching HTML server responses?

A.
when HTTP_REQUEST { if {[HTTP::header Content-Type] equals 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
A.
when HTTP_REQUEST { if {[HTTP::header Content-Type] equals 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
Answers
B.
when HTTP_REQUEST { if {[HTTP::header Content-Type] contains 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
B.
when HTTP_REQUEST { if {[HTTP::header Content-Type] contains 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
Answers
C.
when HTTP_RESPONSE { if {[HTTP::header Content-Type] contains 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
C.
when HTTP_RESPONSE { if {[HTTP::header Content-Type] contains 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
Answers
D.
when HTTP_RESPONSE { if {[HTTP::header Content-Type] equals 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
D.
when HTTP_RESPONSE { if {[HTTP::header Content-Type] equals 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
Answers
Suggested answer: C
Total 210 questions
Go to page: of 21