This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hi @aalvarado4,
Current recommended releases per branch ... PAN-OS branch kinda depends on the featureset you need :
PAN-OS 8.1 is still very new so hasn't gotten any recommended releases yet.
PAN-OS 8.0.9 (Note that PAN-OS 8.0 will be end-of-life on January 29, 2019)
PAN-OS 7.1.16
PAN-OS 6.1.20 (Note that PAN-OS 6.1.x will be EOL on October 25, 2018)
Cheers !
-Kiwi.
... View more
@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.
... View more