When network failover is enabled, which of the following is true?
A. The failover cable status is ignored. Failover is determined by the network status only.
B. Either a network failure or loss of voltage across the failover cable will cause a failover.
C. A network failure will not cause a failover as long as there is a voltage across the failover cable.
D. The presence or absence of voltage over the fail over cable takes precedence over network
failover.
C
102/102
As a part of the Setup Utility, the administrator sets the host name for the BIG IP. What would be the
result if the two systems in a redundant pair were set to the same host name?
C
Which two methods can be used to determine which BIG-IP is currently active? (Choose two.)
A, C
Which two statements are true concerning the default communication between a redundant pair of
BIG-IP systems? (Choose two.)
B, C
Which parameters are set to the same value when a pair of BIG-IP devices are synchronized?
C
What is the purpose of floating self-IP addresses?
C
Which statement is true concerning a functional iRule?
B
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
ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }
If a user connects to 10.10.1.100 and port 22, which pool will receive the request?
A. ftppool
B. telnetpool
C. None. The request will be dropped.
D. Unknown. The pool cannot be determined from the information provided.
D
100/102
Questions & Answers PDF
P-
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 UserAgent] contains "MSIE" }
{ pool MSIE_pool }
else { pool Mozilla_pool }
If a user connects to
http://10.10.1.100/foo.html
and their browser does not specify a UserAgent,
which pool will receive the request?
B
Which statement describes a typical purpose of iRules?
A