What is considered best practice with regards to committing configuration changes?
What is considered best practice with regards to committing configuration changes?
Best practice with regards to committing configuration changes is to validate configuration changes prior to committing. This ensures that any errors can be identified and fixed before the commit process, which helps to avoid commit failures and maintains the stability and reliability of the system.
Correct answer = C https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-cli-quick-start/use-the-cli/commit-configuration-changes As a best practice, validate configuration changes prior to committing so that you can fix any errors that will cause a commit failure, thereby ensuring that the commit will succeed. This is particularly useful in environments with a strict change window.
C is the best practice.
C is the correct answer
I guess it is C: As a best practice, validate configuration changes prior to committing so that you can fix any errors that will cause a commit failure, thereby ensuring that the commit will succeed. This is particularly useful in environments with a strict change window.