F5 BIG-IP LTM Specialist: Architect, Setup, and Deploy (301a) Exam Materials-Question 16 Discussion

An LTM Specialist needs to increase the number of CPUs for a vCMP guest. Which TMSH command accomplishes this task? (Choose one answer)

  • A. modify vcmp guest vcmp-guest1 state provisioned list vcmp guest vcmp-guest1 cores-per-slot 4 save sys config
  • B. modify vcmp guest vcmp-guest1 cores-per-slot 4 list vcmp guest vcmp-guest1 cores-per-slot save sys config
  • C. modify vcmp guest vcmp-guest1 state deployed modify vcmp guest vcmp-guest1 cores-per-slot 4 save sys config
  • D. modify vcmp guest vcmp-guest1 state configured modify vcmp guest vcmp-guest1 cores-per-slot 4 save sys config
Correct Answer: D

Brave-Dump Clients Votes

A 50%
D 50%

Comments



Steven Knight 2026-03-16 01:39:44

Selected Answers: A


Increase implies already active guest. Provisioning will allow taking guest offline to increase the resources.


jansen 2026-04-03 06:13:11

Selected Answers: D


option A error,These options incorrectly include the list command. In TMSH, modify is an action to change settings, while list is a query to view them. Mixing them in this way results in a syntax error.