Exam PCNSE All QuestionsBrowse all questions from this exam
Question 289

An administrator is using Panorama to manage multiple firewalls. After upgrading all devices to the latest PAN-OS software, the administrator enables log forwarding from the firewalls to Panorama. However, pre-existing logs from the firewalls are not appearing in Panorama. Which action should be taken to enable the firewalls to send their pre-existing logs to Panorama?

    Correct Answer: C

    To enable the firewalls to send their pre-existing logs to Panorama, you should export the log database. This involves using the correct command syntax to properly export all logs. The process of exporting the log database must be followed to ensure the logs are transferred accurately.

Discussion
TAKUM1yOption: C

Not command "scp logdb export". enable command is "scp export logdb <XXX>"

PochexOption: C

Answer C is correct, logdb stands for log database, but the command syntax in answer B is wrong: scp export logdb ===> is good scp logdb export ===> is not an option from the CLI

lol12Option: C

I think C is correct. Export log database includes all steps needed to export it, i.e. commands. B command is incorrect syntax. https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-cli-quick-start/use-the-cli/use-secure-copy-to-import-and-export-files/export-and-import-a-complete-log-database-logdb

confusionOption: C

C!! "scp export logdb" is the correct syntax, which makes B incorrect.

GabuuOption: B

https://docs.paloaltonetworks.com/panorama/10-0/panorama-admin/set-up-panorama/install-content-and-software-updates-for-panorama/migrate-panorama-logs-to-new-log-format

0d2fdfaOption: C

Not command "scp logdb export".

1f2c588Option: B

B is correct, use the scp export commande with the cli: scp export logdb to <username@host:path_to_destination_filename>

WhizdhumOption: C

Answer is C. The answer is C assuming that choice B was meant to be incorrect. By entering "scp export logdb to ... " on the CLI, you are essentially exporting the log database.

MetgatzOption: C

Correcto C option: scp export logdb ===> Correct command scp logdb export ===> Wrong command

NawdaOption: C

Panorama doesn't support scp export.. "Because the file for the entire log database is too large for an export or import to be practical on the following models, they do not support the scp export logdb or scp import logdb commands: Panorama virtual appliance running Panorama 6.0 or later releases. Panorama M-Series appliances (all releases)." https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-cli-quick-start/use-the-cli/use-secure-copy-to-import-and-export-files/export-and-import-a-complete-log-database-logdb

confusionOption: B

B Gabuu is correct

confusion

Shall be C: "scp export logdb" is the correct syntax, which makes B incorrect.

mysteryzjokerOption: B

i think it's B - the correct command would be scp export logdb which is what I think this is after

west33637Option: B

Why is C not the answer? Export the log database. Is 'scp logdb export' the correct command?