nerdexam
F5

303 · Question #122

An LTM Specialist needs to use the tmsh command to create a pool named http_pool with member 10.10.101:80 on an LTM device. Which expression should the LTM Specialist use?

The correct answer is C. # tmsh create it pool http_pool members {10.10.10.101:80}. The option should be wrong, it should ne itm instead of it, the correct command is:tmsh create itm pool http_pool members add {10.10.10.101:80}

Section 1: Implement ASM Deployment

Question

An LTM Specialist needs to use the tmsh command to create a pool named http_pool with member 10.10.101:80 on an LTM device. Which expression should the LTM Specialist use?

Options

  • A

    tmsh create pool http_pool members {10.10.10.101:80}

  • B

    tmsh create pool http_pool members add {10.10.10.101:80}

  • C

    tmsh create it pool http_pool members {10.10.10.101:80}

  • D

    tmsh create itm pool http_pool member {10.10.10.101:80}

How the community answered

(56 responses)
  • A
    7% (4)
  • B
    4% (2)
  • C
    79% (44)
  • D
    11% (6)

Explanation

The option should be wrong, it should ne itm instead of it, the correct command is:tmsh create itm pool http_pool members add {10.10.10.101:80}

Topics

#tmsh#pool creation#CLI syntax#LTM configuration

Community Discussion

No community discussion yet for this question.

Full 303 Practice