Free 301b Exam Braindumps (page: 8)

Page 7 of 53

An LTM Specialist has set up a custom SNMP alert.
Which command line tool should the LTM Specialist use to test the alert?

  1. logger
  2. logtest
  3. testlog
  4. snmptest

Answer(s): A



An LTM Specialist is customizing local traffic logging.
Which traffic management OS alert level provides the most detail?

  1. Alert
  2. Notice
  3. Critical
  4. Emergency
  5. Informational

Answer(s): E



A new web application is hosted at www.example.net, but some clients are still pointing to the
legacy web application at www.example.com.
Which iRule will allow clients referencing www.example.com to access the new application?

  1. when HTTP_REQUEST {
    if {[HTTP::host] equals "www.example.*" }{
    HTTP::redirect "http://www.example.net" }
    }
  2. when HTTP_REQUEST {
    if {[HTTP::host] equals "www.example.com" }{
    HTTP::redirect "http://www.example.net" }
    }
  3. when HTTP_DATA {
    if {[HTTP::host] equals "www.example.*" }{
    HTTP::redirect "http://www.example.net" }
    }
  4. when HTTP_RESPONSE {
    if {[HTTP::host] equals "www.example.com" }{
    HTTP::redirect "http://www.example.net" }
    }

Answer(s): B



Which iRule will instruct the client's browser to avoid caching HTML server responses?

  1. when HTTP_REQUEST {
    if {[HTTP::header Content-Type] equals "html"} {
    HTTP::header insert Pragma "no-cache"
    HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }
    }
  2. when HTTP_REQUEST {
    if {[HTTP::header Content-Type] contains "html"} {
    HTTP::header insert Pragma "no-cache"
    HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }
    }
  3. when HTTP_RESPONSE {
    if {[HTTP::header Content-Type] contains "html"} {
    HTTP::header insert Pragma "no-cache"
    HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }
    }
  4. when HTTP_RESPONSE {
    if {[HTTP::header Content-Type] equals "html"} {
    HTTP::header insert Pragma "no-cache"
    HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }
    }

Answer(s): C






Post your Comments and Discuss F5 301b exam with other Community members:

Exam Discussions & Posts