Which statement describes a typical purpose of iRules?
A.
iRules can be used to add individual control characters to an HTTP data stream.
B.
iRules can be used to update the timers on monitors as a server load changes.
C.
iRules can examine a server response and remove it from a pool if the response is unexpected.
D.
iRules can be used to look at client requests and server responses to choose a pool member to
select forload balancing
iRules can be used to add individual control characters to an HTTP data stream.
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when
HTTP_REQUEST { if { [HTTP::header User-Agent] contains "MSIE" } { pool MSIE_pool } else {
pool Mozilla_pool } If a user connects to http://10.10.1.100.html and their browser does not specify
a User-Agent, which pool will receive the request?
A.
MSIE_pool
B.
Mozilla_pool
C.
None. The request will be dropped
D.
Unknown. The pool cannot be determined from the information provided.
Mozilla_pool
Which event is always triggered when the client sends data to a virtual server using TCP?
A.
HTTP_DATA
B.
CLIENT_DATA
C.
HTTP_REQUEST
D.
VS_CONNECTED
CLIENT_DATA
A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when
CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool ftp pool } else if {[TCP::local_port]
equals 23 } { pool telnet pool } If a user connects to 10.10.1.100 and port 22, which pool will
receive the request?
A.
ftp pool
B.
telnet pool
C.
None. The request will be dropped.
D.
Unknown. The pool cannot be determined from the information provided.
Unknown. The pool cannot be determined from the information provided.
When configuring a Virtual Server to use an iRule with an HTTP_REQUEST event, which lists
required steps in a proper order to create all necessary objects?
A.
create profiles, create the iRule, create required pools, create the Virtual Server
B.
create the Virtual Server, create required pools, create the iRule, edit the Virtual Server
C.
create a custom HTTP profile, create required pools, create the Virtual Server, create the iRule
D.
create required pools, create a custom HTTP profile, create the iRule, create the Virtual Server
create the Virtual Server, create required pools, create the iRule, edit the Virtual Server
Which statement is true concerning a functional iRule?
A.
iRules use a proprietary syntax language.
B.
iRules must contain at least one event declaration
C.
iRules must contain at least one conditional statement
D.
iRules must contain at least one pool assignment statement.
iRules must contain at least one event declaration
What is the purpose of floating self-IP addresses?
A.
to define an address that grants administrative access to either system at any time
B.
to define an address that allows either system to initiate communication at any time
C.
to define an address that allows network devices to route traffic via a single IP address
D.
to define an address that gives network devices greater flexibility in choosing a path to forward
traffic
to define an address that allows network devices to route traffic via a single IP address
Which parameters are set to the same value when a pair of BIG-IP devices are synchronized?
A.
host names
B.
system clocks
C.
profile definitions
D.
VLAN fail-safe settings
E.
MAC masquerade addresses
profile definitions
Which two statements are true concerning the default communication between a redundant pair of
BIG-IP systems? (Choose two.)
A.
Synchronization occurs via a TCP connection using ports 683 and 684.
B.
Connection mirroring data is shared via a TCP connection using port 1028.
C.
Persistence mirroring data is shared via a TCP connection using port 1028
D.
Connection mirroring data is shared through the serial fail-over cable unless network fail-over is
enabled.
Connection mirroring data is shared via a TCP connection using port 1028.
Persistence mirroring data is shared via a TCP connection using port 1028
Which two methods can be used to determine which BIG-IP is currently active? (Choose two.)
A.
The bigtop command displays the status.
B.
Only the active system's configuration screens are active.
C.
The status (Active/Standby) is embedded in the command prompt.
D.
The ifconfig -a command displays the floating addresses on the active system.
The bigtop command displays the status.
The status (Active/Standby) is embedded in the command prompt.
Page 4 out of 43 Pages |
Previous |