Expedition can not access Panorama 11.1.x

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

Expedition can not access Panorama 11.1.x

L1 Bithead

Hello together,

 

we have our Panorama already on 11.1.3-h1 and Expedition can not download its config. The problem seems to be the new format of the API key. It doesn't matter if I create a key manually and paste it into Expedtion or input username/password to Expedition and let it create an API key.

Kind regards

Martin

2 REPLIES 2

L4 Transporter

Hi @pechsteinma (Martin)

Thanks for pointing this out.

Let us check it and work on a fix, meanwhile to import the Panorama configuration into expedition you can use the manual config upload to load the running or candidate configuration. And when exporting the resulting configuration from Expedition you can use the XMLs or set commands to push your changes.

Best regards,

David 

 

L1 Bithead

I fixed this. You can manually load and export import, but that is annoying. The issue is the char limit needs fixing with the new keys. 

 

Hopefully you can get on you expedtion CLI. I SSHed as root:paloalto

root@expedition:~# mysql -uroot -ppaloalto pandbRBAC


MariaDB [pandbRBAC]> ALTER TABLE device_keys MODIFY COLUMN api_key VARCHAR(600);

 

MariaDB [pandbRBAC]> UPDATE device_keys SET api_key = 'new long key format' WHERE api_key = 'old key';

I bet you can use a user now and it will work without replacing keys, but I know this works. 

  • 1109 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!