156-3158120

Here you have the best Checkpoint 156-3158120 practice exam questions

  • You have 85 total questions to study from
  • Each page has 5 questions, making a total of 17 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 13, 2024
Question 1 of 85

Choose the correct syntax to add a new host named “emailserver1” with IP address 10.50.23.90 using GAiA Management CLI?

    Correct Answer: A

    The correct syntax to add a new host named 'emailserver1' with IP address 10.50.23.90 using GAiA Management CLI is 'mgmt_cli add host name “emailserver1” ip-address 10.50.23.90'. This command follows the appropriate structure: 'mgmt_cli' (the management CLI command) followed by 'add host' (to indicate that a new host is being added), and then the parameters 'name' and 'ip-address' with their corresponding values.

Question 2 of 85

Which method below is NOT one of the ways to communicate using the Management API’s?

    Correct Answer: C

    Communicating using the Management APIs typically involves secure connections over HTTPS rather than HTTP. Therefore, sending API commands over an HTTP connection using web-services is not a method used for communication with Management APIs.

Question 3 of 85

What API command below creates a new host object with the name “My Host” and IP address of “192.168.0.10”?

    Correct Answer: D

    The correct command to create a new host object with the name 'My Host' and an IP address of '192.168.0.10' is to use the mgmt_cli command with the 'add host' operation, specifying the name and the IP address. This aligns with option D: 'mgmt_cli –m <mgmt ip> add host name “My Host” ip-address “192.168.0.10”'. The other options suggest syntaxes that are not standard for API commands to create a new host object.

Question 4 of 85

What command verifies that the API server is responding?

    Correct Answer: D

    To verify that the API server is responding, the command 'api status' is used. This command checks the current status of the API server and confirms whether it is running or not. The other options do not represent typical command structures for this purpose.

Question 5 of 85

What are the different command sources that allow you to communicate with the API server?

    Correct Answer: D

    The different command sources that allow you to communicate with the API server are the SmartConsole GUI Console, mgmt._cli Tool, Gaia CLI, and Web Services. The SmartConsole GUI allows interaction within the application. The mgmt_cli tool can be used from different operating systems to send API commands. Gaia CLI is used for secure shell operations. Web Services allow sending commands over HTTPS.