1.
Which statement is true concerning packet filters?
2.
Which action CANNOT be performed by an iRule?
3.
Given the configuration shown below, if a connection request arrived on the BIG-IP with a source address of 200.10.10.10:1050 and a destination of 150.10.10.75:80, what would the source IP address of the associated packet be when it arrived on the choosen member of the web_pool self 150.10.10.1 { netmask 255.255.255.0 unit I floating enable vlan external allow tcp https } self 10.10.1.1 { netmask 255.255.255.0 unit I floating enable vlan internal allow default } pool web_pool { member 10.10.1.11:80 member 10.10.1.12:80 member 10.10.1.13:80 }snatpool client_pool { member 10.10.1.100 member 150.10.10.15 }virtual VS_web { destination 150.10.10.10:80 ip protocol tcp snat automap pool web_pool }virtual VS_network{ destination 150.10.1 0.0:any mask 255.255.255.0 snatpool client_pool ip protocol tcp pool web_pool } virtual VS_network { destination 150.10.1 0.0:any mask 255.255.255.0 snatpool client_pool ip protocol tcp pool web_pool } virtual VS_network { destination 150.10.10.0:any mask 255.255.255.0 snatpool client_pool ip protocol tcp pool web_pool }
4.
When a virtual server has an HTTP profile with compression enabled, which traffic is compressed by the BIG-IP?
5.
Which three parameters could be used to determine whether a connection request will have the source address translated as the request is processed? (Choose three.)
6.
A BIG-IP has the following objects configured: A virtual server at 150.10.30.30:80 that is associated with both the SNAT pool and the load balancing pool. If a client at IP address 200.10.10.10 initiates a connection to the virtual server, what will the source IP address be in the packets sent to the chosen pool member?
7.
When defining a load balancing pool using the command line, if the load balancing method is not specified, what is the result?
8.
What occurs when a save-config command is issued?
9.
How many events can be referenced in a given iRule?
10.
Which tool is used on BIG-IP systems to capture data packets?