- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
on 05-28-2018 06:28 AM - edited on 05-16-2024 04:12 AM by dpuigdomenec
Here are all the Documents related to Expedition use and administrations
@lychiang Hi - I'm just curious what your edits were to the OP as I don't see any differences and there's nothing in the article history.
Thanks!
I was running into an issue installing the BPA 3.33.0 for ML and running the command provided would end with errors. after parsing the log I found the following:
ImportError: cannot import name 'sysconfig' from 'distutils' (/usr/lib/python3.7/distutils/__init__.py)
I researched and the issue was python 3.7 disutils was not installed which wasn't mentioned in the install for prereqs. I was able to resolve it by running the following:
sudo apt-get install python3.7-distutils
I hope this helps someone who's running into this issue.
Just wanted to comment, that if you are trying to retrieve device configuration/panorama connected devices and you are logged in as "Admin" it may not work and there's no warning window or anything to let you know there's an issue. I was able to find this log via CLI:
{"success":false,"message":"Type [op] not authorized for user role."}
Which is when I decide to logout of "Admin" and login as an actual admin/superuser account where the operation was successful. This log doesn't exist in the GUI as far as I could tell.
We installed expedition 1.2.50 on ubuntu 20.04 as per installation guide but we are stuck at login page with message "authenticating please wait". We did re-installation couple of times and tried following commands as well but no luck. Can anyone please help me on this.
sudo apt-get update
sudo apt-get install expedition-beta
sudo apt-get -y -f install
sudo apt-get autoremove
Thanks
@kandaspr Can you please perform below steps for troubleshooting purposes:
Hi Lychiang,
Thank you for the update.
I performed above steps but still stuck at login page with same error. I also run the following command and restored admin password but no luck.
sudo php /var/www/html/OS/startup/restore/restoreAdmin.php
Reinstalled from scratch again and noticed many scirpts failed during installation and fixed few of them manually, but we unable to find php7.0 and installed php7.4,
Note, selecting 'php-radius' instead of 'php7.4-radius'
E: Unable to locate package php7.4-mcrypt
E: Couldn't find any package by glob 'php7.4-mcrypt'
E: Couldn't find any package by regex 'php7.4-mcrypt'
Cannot add PPA: 'ppa:~adiscon/ubuntu/v8-stable'
E: Unable to locate package perl-5.30
E: Couldn't find any package by glob 'perl-5.30'
E: Couldn't find any package by regex 'perl-5.30
Following are the users, i could see but still login is stuck.
MariaDB [(none)]> select host,user from mysql.user;
+-----------+------------+
| host | user |
+-----------+------------+
| % | admin |
| % | expedition |
| localhost | root |
+-----------+------------+
Hi teams,
I would like to install expedition tools on ubuntu 20.04. But I did not found any documentation. So can you please share a document for install the expedition on ubuntu 20.04.
I tried with 16.04 script but it is not working.
Regards
Al Amin
Hi @Al-Amin
Thanks for reaching out.
Below links will point you to the required installer and installation guide.
Take into consideration the VM need to have internet access to following sites (including subdomains) or the script will fail to install required dependencies.
Let us know if you need anything else,
Best
Hi all
Im migrating from cisco asa to palo alto, perform all steps however unable to do final config merge and download. It states on pending state and when i refresh the page it logout. Upon relogin when i check status it shows ready but loading the backup on palo alto does not contain converted file. PFA
Hi @vishalrsshah, it seems like your agent might not be running. Can you please check the dashboard to ensure that the agent is running? If it has stopped, you can click "start" to restart the agent.
Regarding the merged objects from ciscoconfig, please move all items under the network folder from the left side to the network folder on the right side. Similarly, for vsys1, move all items under vsys1 to the corresponding right side folder."
Agent is running and also i have move items from left side to right side. Still unable to merge config and download final update
Hi All,
I have converted my Cisco Asa config to Palo Alto, however there's only 10 zone i can find in converted xml file. Is it any limitation on Expedition tool
For ciscoasa migration, zone is created based on interfaces , please double check your original cisco config to see how many interfaces are there. If you need more zones, you can manually created zone in Expedition , and assign interfaces to it.