- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-18-2017 09:11 AM
I'm developing an SOP and require screen shots for the following steps:
05-19-2017 05:09 AM
YES! Thank you for the link! I probably irritated my NE by getting it myself but, whatever.
05-18-2017 01:05 PM
Can you install a VM a get what you need? It is free
05-18-2017 01:18 PM
Outside of the live articles that cover this I don't think anybody is going to provide the screenshots for you just because it would take time to actually gather them.
One thing to note is that it might be better to make the procedure and document the CLI commands to actually configure it. Fewer screenshots and easier for someone that isn't as familiar with the platform to follow and do everything correctly. Just a thought.
05-18-2017 02:15 PM - edited 05-18-2017 02:16 PM
There's a lot of what you're asking for here: Getting Started: Setting Up Your Firewall
but i'd agree with @BPry : document the steps in CLI, they're easy to document, easy to manipulate, can be copypasted and take up only a little space
# set deviceconfig system ip-address 10.0.0.10 netmask 255.255.255.0 default-gateway 10.0.0.1 dns-setting servers primary 4.2.2.2
there's also a flaw in your steps regarding the license, you wont need to activate it, simply fetch it:
> request license fetch
changing the password is also as simple as
> set password s00p3r$3cr3T
then commit
# commit
feel free to look into the getting started series for more usful setup steps 🙂 Getting Started: The Series
05-19-2017 04:02 AM
Totally agree... unfortunately my gov't client has "always done it this way" in their SOPs. My Network Engineer is supposed to provide. Question, though... when I ask him to provide the screenshots, he says that he cannot do them without resetting the device and rebooting it. From walking the dog through the steps, how is this an issue up to hitting the "OK" button at the end? Couldn't he go through and snip each step and not execute to get those for me?
Also, I was hoping someone else might have already done this for their own training. Palo has a guide with screenshots for initial set up but the right tabs are not displayed for this purpose.
Thank you though!
Sally
05-19-2017 04:07 AM - edited 05-19-2017 05:11 AM
Yes he can do the screen shots without actually breaking things. You are correct, candidate configuration just a "candidate" unless you commit the change. Then candidate becomes an active (running configuration). So do not commit 😉
He then can zeroraze the candidate changes with the below option:
05-19-2017 05:09 AM
YES! Thank you for the link! I probably irritated my NE by getting it myself but, whatever.
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!