View all questions & answers for the NSE 8 - Written (NSE8_812) Exam Materials exam


Question 58 Discussion

Refer to the exhibit. image3 FortiManager is configured with the Jinja Script under CLI Templates shown in the exhibit. Which two statements correctly describe the expected behavior when running this template? (Choose two answers)

  • A. The Jinja template will automatically map the interface with “WAN” role on the managed FortiGate
  • B. The template will work if you change the variable format to $(WAN).
  • C. The template will work if you change the variable format to {{ WAN }}.
  • D. The administrator must first manually map the interface for each device with a meta field
  • E. The template will fail because this configuration can only be applied with a CLI or TCL script.
Correct Answer: C,D

Brave-Dump Clients Votes

CD 100%

Comments



Mohamed laamouri 2025-12-04 19:59:18

Selected Answers: C, D


Jinja utilise double accolades pour les variables : {{ variable }}.
Dans le template, la variable est déjà écrite comme {{WAN}},