Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firewall configuration backup failed through extreme NMS #160

Open
Dinakaran-kalimuthu opened this issue Feb 28, 2023 · 3 comments
Open

Comments

@Dinakaran-kalimuthu
Copy link

Unable to take configuration backup of Fortigate firewall using
XIQ_SE.

We run the backup script for Fortinet loaded in XIQ-SE, script
executes the command in targeted fortigate device successfully but
fails to transfer to XIQ's TFTP.

below script are we checked,

-- Use this script to manage FortiGate backups
name="Forti Script tftp"
desc="SSH/TFTP Scripts"
separator=UNIX_FILE_SEPARATOR
timed_reset_delay_format="HH:mm"

-----BEGIN SCRIPT "Configuration Upload"-----
a
execute backup config tftp %RELATIVE_TARGET_FILE_PATH% %TFTP_IP%
@receive 10
exit
-----END SCRIPT-----
-----BEGIN SUCCESS "Configuration Upload"-----
tftp server OK
-----END SUCCESS-----

Script execution completed successfully but fails to transfer to XIQ's TFTP

@ZdenekPala
Copy link
Contributor

Please provide details where it fails and how. Provide some logs. Also what commands should be used in your FortiGate.
do you see the TFTP transfer happening?

@Dinakaran-kalimuthu
Copy link
Author

pls find the commands mentioned in below,

Use this script to manage FortiGate backups
name="Forti Script tftp"
desc="SSH/TFTP Scripts"
separator=UNIX_FILE_SEPARATOR
timed_reset_delay_format="HH:mm"

-----BEGIN SCRIPT "Configuration Upload"-----
a
execute backup config tftp %RELATIVE_TARGET_FILE_PATH% %TFTP_IP%
@receive 10
exit
-----END SCRIPT-----
-----BEGIN SUCCESS "Configuration Upload"-----
tftp server OK
-----END SUCCESS-----

@Dinakaran-kalimuthu
Copy link
Author

pls find the attached document

image001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants