cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

Expedition PAN-OS 10 Support

L0 Member

Hi!

 

When i import my Firewall Configuration from Expedition 1.1.85.1 into a PAN-OS 10.0.2 Panorama, i have issues with Service-Groups and Address-Groups. 

It doesn't work with XML-Export and "load config partial..."  and also not with Rest-API calls.

 

I noticed that the XML-Format in PAN-OS 10.0 has changed from:

 

    <address-group>
      <entry name="My nice Object">
        <member>My Member 1</member>
        <member>My Member 2</member>
        <description>My Description</description>
      </entry>
    </address-group>

 

to: 

 

<address-group>
      <entry name="My nice Object">
      <members>
        <member>My Member 1</member>
        <member>My Member 2</member>
      </members>
        <description>My Description</description>
      </entry>
</address-group>

 

and a similar change happened with the service-groups.

 

Is there a beta program for EXP 2.0 which i could join, or when will PAN-OS 10.0 be supported?

 

best regards, Christian

Who Me Too'd this topic