This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
On Palo Alto CLI the only way I know of to see the logs of VPN tunnel Phase I errors etc is this command from inside the vsys via CLI where the VPN tunnel is built: less mp-log ikemgr.log 1) Are there commands for CLI where I can show just outputs for ONLY certain tunnel information that I'm seeking from the above log command? I've tried stuff like: less mp-log ikemgr.log | grep www.xxx.yyy.zzz (Peer IP address) it returns with 'invalid syntax' 2) Can the entire ikemgr.log be exported? That way I could pull the entire log and then search it for the interesting traffic I'm looking for. But I need the commands for that too. I am able to see some of the related traffic I want by running the command that's listed above to show the ikemgr log, and then putting in /www.xxx.yyy.zzz after the first page of log results are shown. But that's not exactly what I'm needing. The log file is gigantic and even just going through a single day of the entire log is not possible. Any help/guidance/suggestions is all appreciated. Thanks
... View more