- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
09-06-2012 10:14 AM
Hi,
Is there a way to determine the usage levels of NAT pools over a time period. I believe we are running out of addresses in some of our pools and I would like to check what the usage levels are in of pools to see where I have flexibility for changes.
Thanks
09-06-2012 11:40 AM
I opened a case regarding this question and the following was the result. Apparently there is not a way to automatically get this information. The short term solution is to run the following command with which you can get the current NAT addresses from the pool in use and the free addresses available.
The CLI command is
show running nat-rule-ippool show-freelist yes rule RuleName
It seems like if this was information that was needed regular you should be able to setup some scripts to grab this regularly and log for monitoring.
09-06-2012 11:40 AM
I opened a case regarding this question and the following was the result. Apparently there is not a way to automatically get this information. The short term solution is to run the following command with which you can get the current NAT addresses from the pool in use and the free addresses available.
The CLI command is
show running nat-rule-ippool show-freelist yes rule RuleName
It seems like if this was information that was needed regular you should be able to setup some scripts to grab this regularly and log for monitoring.
09-06-2012 01:23 PM
You can view the pool usage through CLI:
admin@PA-200> show running ippool
Total active sessions: 0
Rule Used Available
-------------------------------- ---------- ----------
SRc_NAT 0 129024
09-06-2012 01:53 PM
Yup the command is right and if you need this information regularly setting up a script should be an option,apart from this I do not see any other way to do this .
03-08-2013 05:50 AM
It looks like the command below is only reporting available in the dynamic IP and port pool. It does not report individual ip nat pools and the addresses used in each of these pools.
admin@PA-4050> show running ippool
Total active sessions: 10708
Rule Used Available
-------------------------------- ---------- ----------
rule22 10559 505537
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!