nse7_efw-72 Exam QuestionsBrowse all questions from this exam

nse7_efw-72 Exam - Question 47


Refer to the exhibit, which contains a CLI script configuration on FortiManager. An administrator configured the CLI script on FortiManager, but the script failed to apply any changes to the managed device after being executed.

What are two reasons why the script did not make any changes to the managed device? (Choose two.)

Show Answer
Correct Answer: CD

The CLI script provided did not execute any changes because of two primary reasons. First, incomplete commands within the script can cause it to fail, which is a likely scenario as indicated by option C. Second, commands that start with the # sign are treated as comments and do not execute, causing the actual instructions within the script to be ignored, which is indicated by option D. Ensuring complete commands and removing the comment symbols will likely resolve the issue.

Discussion

2 comments
Sign in to comment
dstichtOptions: CD
May 29, 2024

p147 of Study Guide

charrucoOptions: CD
Jun 15, 2024

C and D are correct Study Guide 7.2 Page 147