Source Translations

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Source Translations

L0 Member

I'm trying to find out how to get all the static source translations for a perticular subnet on our Pan 7050. I'm trying to make a spreadsheet to keep up to date static ip's being used. Can do such a command cli on the Pan. I was able to do on a Cisco ASA. But still new to palo alto. Any Ideas. Thanks

1 REPLY 1

Cyber Elite
Cyber Elite

@aalvarado4,

You could do something like this depending on what your ranges are and how much info you want with it. 

show rulebase nat rules | match 10.191

Which would give an output that looks like this. 

      source 10.191.185.243;
      source H-10.191.132.209;
      source H-10.191.133.122;
      source H-10.191.133.123;
      source H-10.191.133.126;
      source H-10.191.14.250;
      source H-10.191.14.235;
      source H-10.191.81.18;
      source H-10.191.81.19;
      source H-10.191.33.251;
      source H-10.191.73.245;
      source H-10.191.69.237;
      source H-10.191.69.248;
      source H-10.191.51.253;
      source H-10.191.81.21;
      source H-10.191.65.250;
      source H-10.191.16.244;
      source H-10.191.68.10;
      source N-10.191.0.0-16;

That might work for what you are trying to do. Otherwise it might be easier just using the search field within the GUI for something like this. 

  • 1451 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!