Question 1

Refer to the following iRule:

What is a complete list of profiles that must be applied to the virtual server for this iRule?
  • Question 2

    Refer to the exhibit


    The network team creates a new VLAN on the switches. The BIG-IP Administrator needs to create a configuration on the BIG-IP device. The BIG-IP Administrator creates a new VLAN and Self IP, but the servers on the new VLAN are NOT reachable from the BIG-IP device.
    Which action should the BIG-IP Administrators to resolve this issue?
  • Question 3

    A virtual server configuration for traffic destined to a server is as shown:

    FTP traffic is destined to the 192.168.1.101 server from the source of192.168.2.129.
    Based on precedence, which virtual server accepts this traffic?
  • Question 4

    What does the following iRule do?
    when CLIENT_ACCEPTED {
    if { [matchclass [IP::client_addr] equals WebClient1-Whitelist1] }{
    #log local0. "Valid client IP: [IP::client_addr] - forwarding traffic"
    #Pool WebClient1
    } else {
    log local0. "Invalid client IP: [IP::client_addr] - discarding"
    discard
    }
    }
  • Question 5

    An LTM Specialist realizes that a datacenter engineer has changed the console baud rate.
    Which command determines the current baud rate via the command line interface?