301 Exam Question 11
The following iRule is being used within a persistence profile on a virtual server. Assuming the following HTTP requests are made within the same timeout window, what is the maximum number of persistence records that will be created iRule: rule Persist_Universal { when HTTP_REQUEST { persist uie [findstr [HTTP::uri] "?" 8 3] } Requests:#1 http: I/www.test.com/input.html?testl 45ABR80 #2 http ://www.test.com/input .html?testl 35PDC72 #3 http :llwww.test. com/input.html?testl 25ABR76 #4 http ://www.test.com/input.html?testl
45MN088 #5 http ://www.test. com/input.html?testl 55ABR98 #6 http ://www.test.com/input.html?testl 45 PDC6O #7 http ://www.test. com/input.html?testl 75ABC50 #8 http ://www.test.com/input.html?testl 25MN055 #9 http: llwww.test. com/input.html?testl 45ABC70 #10 http ://www.test.com/input.html?testl 35PDC42
45MN088 #5 http ://www.test. com/input.html?testl 55ABR98 #6 http ://www.test.com/input.html?testl 45 PDC6O #7 http ://www.test. com/input.html?testl 75ABC50 #8 http ://www.test.com/input.html?testl 25MN055 #9 http: llwww.test. com/input.html?testl 45ABC70 #10 http ://www.test.com/input.html?testl 35PDC42
301 Exam Question 12
Which three files/data items are included in a BIG-IP UCS backup file? (Choose three.)
301 Exam Question 13
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 }
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 }
301 Exam Question 14
A BIG-IP has the following objects configured: A SNAT pool with 2 members: 150.10.33.33 and 10.10.1.33 A load-balancing pool with 5 members: 10.10.1.1-10.10.1.5:80
The BIG-IP has two self-IP addresses: 150.10.10.10 and 10.10.1.10 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?
The BIG-IP has two self-IP addresses: 150.10.10.10 and 10.10.1.10 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?
301 Exam Question 15
What occurs when a save?command is issued?What occurs when a ? save?command is issued?