10-16-2018 05:46 AM
Hi,
I'm having a project for migrating several Checkpoint clusters to Palo Alto Vsys.
I'm using Expedition version: 1.0.106 (the issue also resides in earlier versions).
I'm hitting an issue when migrating the zones.
1.Interfaces, virtual router and zones will be directly configured on the related gateway using API.
2.Security policy and NAT will be loaded into the Panorama's specific devicegroup.
The issues is at stage 1.
>migrating and configuring the interfaces using API works fine.
>migrating and configuring the VR using the API works fine.
>However the migration of zones isn't working at all.
The zones (L3) has an interface associated which is also migrated and for which the creation (by API) worked out fine.
The API error output:
{"6":{"device":"UTRFWONE5","status":"fail","text":"<msg><line><![CDATA[ zone -> Zone27 -> network -> layer3 \\'ae2.313\\' is not a valid reference]]><\/line><line><![CDATA[ zone -> Zone27 -> network -> layer3 is invalid]]><\/line><\/msg>","date":"2018-10-16 05:51:22"}}
I confirm in the situation above the interface: ae2.313 has been successfully configured using API.
=> Only when you detach all interfaces from ALL zones, export the config - merge - generate API cmds - send API cmds the zones are created.
Couple remarks:
-Interfaces can be mapped (manually) to the correct VSYS in the Expedition tool.
-Virtual routers cannot be mapped to a VSYS in the Expedition tool.
-Zones cannot be mapped to a VSYS in the Expedition tool, but within the zone view you can select an extra column: vsys.
.... but it cannot be edited?
Would be good to have a solution on this one....
Thanks a lot,
Filip ElsenAPI calls
Config merge
02-08-2019 02:16 AM
Hi,
I've just tested the proposed approach using API:
From the API output manager
-send the interfaces
-send the virtual router
-remove the AE from the security zone
-send the zone
=> This is working indeed.
As mentioned, the Interface / Zone mapping is required to be performed manually when the config is loaded onto the device.
After the config was loaded via API (subint, vrouter and zone) I tried to get around the "zone to interface mapping" by:
-Performing a commint on the FW
-Re-import the device running config into Expedition
-Loading the project configuration with the (pre-zone cleanings / thus containing the zone & interface mappings)
-Export and Merge only the zone config. (the rest is already onn the device, only the zone to interface mapping is missing).
-Generate the API commands
-....but it fails in the same way.
{"21":{"device":"UTRFWONE5","status":"fail","text":"<msg><line><![CDATA[ zone -> Zone27 -> network -> layer3 \\'ae2.313\\' is not a valid reference]]><\/line><line><![CDATA[ zone -> Zone27 -> network -> layer3 is invalid]]><\/line><\/msg>","date":"2019-02-08 04:07:35"}}
Best regards,
Filip
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!