ExamGecko
Home Home / F5 / 301a
Question list
Search
Search

List of questions

Search

Related questions











Question 5 - 301a discussion

Report
Export

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?

A.
# tmsh create pool http_pool members {10.10.10.101:80}
Answers
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}
Answers
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}
Answers
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}
Answers
D.
# tmsh create itm pool http_pool member {10.10.10.101:80}
Suggested answer: C

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}

asked 24/09/2024
Anand R
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first