Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now we have to create the parser for the "show full-configuration" command. We can copy the cisco-interface.pm parser to create fortigate-config.pm parser. 

Warning

Please avoid to use the character "_" in the parser file name.  Example: don't use fortigate_config.pm, please use fortigate-config.pm


Code Block
# cp cisco-interface.pm fortigate-config.pm

...