Which process or system can be monitored by the BIG-IP system and used as a failover trigger in a redundant pa
Which process or system can be monitored by the BIG-IP system and used as a failover trigger in a redundant pair configuration? A. bandwidth utilization B. duplicate IP address C. CPU utilization percentage D. VLAN communication ability
When configuring a Virtual Server to use an iRule with an HTTP_REQUEST event, which lists required steps in a
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. […]
Assume a virtual server has a ServerSSL profile.
Assume a virtual server has a ServerSSL profile. What SSL certificates are required on the pool members? A. No SSL certificates are required on the pool members. B. The pool members.SSL certificates must only exist. C. The pool members.SSL certificates must be issued from a certificate authority. D. The pool members.SSL certificates must be created […]
Which statement is true concerning cookie persistence?
Which statement is true concerning cookie persistence? A. Cookie persistence allows persistence independent of IP addresses. B. Cookie persistence allows persistence even if the data are encrypted from client to pool member. C. Cookie persistence uses a cookie that stores the virtual server, pool name, and member IP address in clear text. D. If a […]
Which cookie persistence method requires the fewest configuration changes on the web servers to be implemented
Which cookie persistence method requires the fewest configuration changes on the web servers to be implemented correctly? A. insert B. rewrite C. passive D. session
Which three statements describe a characteristic of profiles? (Choose three.)
Which three statements describe a characteristic of profiles? (Choose three.) A. Default profiles cannot be created or deleted. B. Custom profiles are always based on a parent profile. C. A profile can be a child of one profile and a parent of another. D. All changes to parent profiles are propagated to their child profiles. […]
A site needs to terminate client HTTPS traffic at the BIG-IP and forward that traffic unencrypted.
A site needs to terminate client HTTPS traffic at the BIG-IP and forward that traffic unencrypted. Which two are profile types that must be associated with such a virtual server? (Choose two.) A. TCP B. HTTP C. HTTPS D. ClientSSL E. ServerSSL
You need to terminate client SSL traffic at the BIG-IP and also to persist client traffic to the same pool mem
You need to terminate client SSL traffic at the BIG-IP and also to persist client traffic to the same pool member based on a BIG IP supplied cookie. Which four are profiles that would normally be included in the virtual server’s definition? (Choose four.) A. TCP B. HTTP C. HTTPS D. ClientSSL E. ServerSSL F. […]
The current status of a given pool is offline (red).
The current status of a given pool is offline (red). Which condition could explain that state? Assume the descriptions below include all monitors assigned for each scenario. A. No monitors are currently assigned to any pool, member or node. B. The pool has a monitor assigned to it, and none of the pool members passed […]
What command does Terraform require the first time you run it within a configuration directory?
What command does Terraform require the first time you run it within a configuration directory? A. terraform import B. terraform init C. terraform plan D. terraform workspace Explanation: terraform init command is used to initialize a working directory containing Terraform configuration files. Reference: https://www.terraform.io/docs/cli/commands/init.html