301b Exam Question 91
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
Which step should an LTM Specialist take to utilize AVR?

-- Exhibit --
Refer to the exhibit.
Which step should an LTM Specialist take to utilize AVR?
301b Exam Question 92
-- Exhibit -

-- Exhibit -
Refer to the exhibit.
An LTM Specialist is troubleshooting a sync-failover group of three BIG-IP LTM devices. The command used is "tmsh run cm watch-devicegroup-device."
What does the output mean?

-- Exhibit -
Refer to the exhibit.
An LTM Specialist is troubleshooting a sync-failover group of three BIG-IP LTM devices. The command used is "tmsh run cm watch-devicegroup-device."
What does the output mean?
301b Exam Question 93
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
A user is unable to access an application.
What is the root cause of the problem?

-- Exhibit --
Refer to the exhibit.
A user is unable to access an application.
What is the root cause of the problem?
301b Exam Question 94
An HTTP 1.1 application utilizes chunking.
Which header should be used to notify the client's browser that there are additional HTTP headers at the end of the message?
Which header should be used to notify the client's browser that there are additional HTTP headers at the end of the message?
301b Exam Question 95
An LTM Specialist configures the following iRule on an LTM device:
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] contains "/URI1/" } {
pool Pool1
}
elseif {[string tolower [HTTP::uri]] contains "/URI2/" } {
pool Pool2
}
elseif {[string tolower [HTTP::uri]] contains "/URI3/" } {
pool Pool3
}
else { pool Pool4}
}
Given the following request: http://www.example.comURI1/index.html?fu=bar&pass=1234 Which pool will be selected by the iRule?
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] contains "/URI1/" } {
pool Pool1
}
elseif {[string tolower [HTTP::uri]] contains "/URI2/" } {
pool Pool2
}
elseif {[string tolower [HTTP::uri]] contains "/URI3/" } {
pool Pool3
}
else { pool Pool4}
}
Given the following request: http://www.example.comURI1/index.html?fu=bar&pass=1234 Which pool will be selected by the iRule?
