- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-20-2016 08:41 AM
I have a firewall with multiple Vsys/VRs. Need to add a static route from one VR to another and I know I can do it via GUI, however I like to use the CLI if possible. So would this command add the static route from one VR pointing to another?
set network virtual-router VR-Inside routing-table ip static-route 10.10.10.10/32 nexthop next-vr VR-Inside2
set network virtual-router VR-Inside routing-table ip static-route 10.10.10.20/32 nexthop next-vr VR-Inside2
12-20-2016 08:46 AM
That command should work perfectly fine. I would probably make sure to run validate full command after making the changes to make sure that the configuration is going to be valid, but I don't see why you would have any issues with the commands themselves.
12-20-2016 09:09 AM - edited 12-20-2016 09:17 AM
> show config running | match x.x.x.x
I personally prefer to use GUI when working with Palo as this is one of the beauty of this device:-)
12-20-2016 08:46 AM
That command should work perfectly fine. I would probably make sure to run validate full command after making the changes to make sure that the configuration is going to be valid, but I don't see why you would have any issues with the commands themselves.
12-20-2016 09:04 AM
Thank you, is it possible to see it int he config after typing in the command or a similar route that already exists? For instance in the Cisco ASA I can see the existing routes by piping the command. I know with Palo I can pipe with the match argument. But what can I type before show deviceconfig | match 10.10.10.10?
12-20-2016 09:09 AM - edited 12-20-2016 09:17 AM
> show config running | match x.x.x.x
I personally prefer to use GUI when working with Palo as this is one of the beauty of this device:-)
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!