Netmiko use for FortiWeb can not calling #3260
Blackwhite-Edward
started this conversation in
General
Replies: 1 comment 1 reply
-
@ktbyers Could you please help this problem |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found this code in the fortinetssh.py. when i use this code to fortiweb, it cannot recognize fortiweb version.
because of this command "get system status | grep Version"
the output of fortinet is like this "Version: FortiGate-501E v6.2.15,build1378,230605 (GA)"
the output of fortiweb is like this "International Version: FortiWeb-400D 6.3.17,build1195(GA),211130"
The regular expression in the code does not recognize the version of the fortiweb well, and errors will be reported when calling fortiweb ValueError("Unexpected FortiOS Version encountered.")
Beta Was this translation helpful? Give feedback.
All reactions