nse7_efw-72 Exam QuestionsBrowse all questions from this exam

nse7_efw-72 Exam - Question 1


Refer to the exhibit, which contains a TCL script configuration on FortiManager.

An administrator has configured the TCL script on FortiManager, but the TCL script failed to apply any changes to the managed device after being run.

Why did the TCL script fail to make any changes to the managed device?

Show Answer
Correct Answer: A

The TCL script fails to make any changes to the managed device because the TCL procedure 'run_cmd' has not been created. The script defines a procedure 'do_cmd', but later in the script, it calls 'run_cmd', which is undefined. To rectify this, the procedure name should be consistent throughout the script.

Discussion

9 comments
Sign in to comment
BKlaasW
Apr 14, 2024

Hardly any questions from here, this sucks

Brilliantel
Apr 30, 2024

This Dump is no longer Valid. I wrote yesterday and i didnt pass. The exam had a lot of new questions and though some questions from this dump were there but 70% of the questions were new.

J_Olin
May 6, 2024

I'd recommend getting the 7.0 questions as well and studying those. Between the two the vast majority of topics should be covered.

Brilliantel
May 7, 2024

i will consider that.

TTOG
Apr 5, 2024

I wanted to share with you my experience (sadly the exam comment section is removed) : I passed the exam a couple of days ago (barely succeeded). There were 35 questions in total, about 17 of them were not from here.

rananajOption: A
Feb 22, 2024

The answer is A

LNR360Option: A
Feb 22, 2024

A is correct

truserudOption: A
Mar 11, 2024

A is correct. If you wanted the TCL script to run, you would have to change proc do_cmd to proc run_cmd, or change the procedure name to "do_cmd" from the pictured "run_cmd" in the screenshot. More information with examples is found on page 145 in the Study Guide.

4d1ea35
Jul 10, 2024

I just take my exam yesterday and most of the questions were here. This dump totally worked for me

charrucoOption: A
Apr 3, 2024

A is correct Study Guide 7.2 - Page 145

boarsOption: A
May 29, 2024

A is correct