Hi,
I am trying to use this tool in order to realize a merge of two Management consoles in R80.10. I have done this procedure before with the cp_merge tool. But in this case i cant be able to complete the process:
I try to extract the package Standard from one Management:
import_export_package.py -op export -m 172.18.1.1 --debug on -->This process end with some warnings, the script is no able to export the firewall object, instead of it, exported a renamed object like partialexport_nameoffirewall.
The partial exported object is a dummy firewall,, therefore i have trying to import the exported file (with the Standard package) in the new management console. But in this case, the process stop with the following messages:
import_export_package.py -op import -m 172.18.2.2 --debug on
Failed to import group with name [export_error_CpmiHostCkp_000000b2-0097-0043-ab82-5c9d452c7cba_DGOJ_AHJC_Server]. Error: More than one object named 'export_error_CpmiHostCkp_000000b2-0097-0043-ab82-5c9d452c7cba_DGOJ_AHJC_Server' exists.
Failed to import group with name [IPsMaliciosasUpatre]. Error: More than one object named 'IPsMaliciosasUpatre' exists.
Importing Access_Layer [IMPORTED LAYER 1 Network]
Adding access-rules
Failed to import access-rule with name [Acceso_upadte_Ips]. Error: Requested object [tcp_12345] not found
Also failed to generate placeholder object: Validation failed with 1 error
Failed to import access-rule. Error: Requested object [TCP-40815] not found
Also failed to generate placeholder object: Validation failed with 1 error
Not unique name problem "iMesh" - changing payload to use UID instead.
Failed to import access-rule. Error: Requested object [Port_3105] not found
Also failed to generate placeholder object: Validation failed with 1 error
Imported 24 out of 24 access-rules (100%)
Adding access-sections
Imported 4 out of 4 access-sections (100%)
Importing Access_Layer [IMPORTED LAYER 1 Application]
Adding access-rules
Imported 1 out of 1 access-rules (100%)
Importing Nat_Layer [Standard]
Nothing to import...
Error analyzing package details! Aborting import.
Failed to attach layers to package! Error: Requested object [Standard] not found. Import operation aborted.
Can anybody tell me if I need to change something before export the package? How can i know what is wrong? The debug information dont tell me anything specific
Thank you in advance,
Regards