301b BIG-IP Local Traffic Manager (LTM) Specialist: Maintain & Troubleshoot

Loading demo links...

Showing 7–9 of 15 questions

Question 7

The pool members are serving up simple static web content.

The current virtual server configuration is given as follows:

tmsh list ltm virtual simple

ltm virtual simple {

destination 10.10.10.10:80

ip-protocol tcp

mask 255.255.255.255

profiles {

http { }

httpcompression { }

oneconnect { }

tcp { }

}

snat automap

vlans-disabled

}

tmsh list ltm pool simple_pool

ltm pool simple_pool {

members {

10.10.10.11:80 {

address 10.10.10.11 }

10.10.10.12:80 {

address 10.10.10.12 }

10.10.10.12:80 {

address 10.10.10.13 }

}

}

Which three objects in the virtual server configuration can be removed without disrupting functionality of the virtual server? (Choose three.)

Select all that apply, then click Submit answer.

  • tcp

  • http

  • oneconnect

  • snat automap

  • httpcompression

Question 8

An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message "The connection was reset" in the browser, although connections directly to the pool member show the application is functioning correctly.

ltm pool srv1_https_pool {

members {

192.168.2.1:https{

address 192.168.2.1

}

}

}

ltm virtual https_example_vs {

destination 192.168.1.155:https

ip-protocol tcp

mask 255.255.255.255

pool srv1_https_pool

profiles {

http { }

tcp { }

}

snat automap

vlans-disabled

}

How should the LTM Specialist resolve this issue?

Select an option, then click Submit answer.

  • Enable HTTP monitoring on the pool.

  • Add a ClientSSL profile to the virtual server.

  • Disable SNAT Automap on the virtual server.

  • Remove the HTTP profile from the virtual server.

Question 9

Which iRule statement demotes a virtual server from CMP?

Select an option, then click Submit answer.

  • set ::foo 123

  • set static::foo 123

  • persist source_addr 1800

  • [ class match $HTTP_CONTENT contains my_data_class ]