- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-30-2022 07:37 PM - edited 03-30-2022 07:39 PM
Hi,
There's public IP configured with NAT port address translation for outbound Internet access. Can we monitor the statistics/utilization of NAT/PAT to prevent port exhaustion, is yes is there a reference guide what's the OID value or which modules / subtree to refer in mibs file, or via API calls?
Thank you
03-31-2022 06:55 PM
The mibs are located here: https://docs.paloaltonetworks.com/resources/snmp-mib-files
Look at the PAN-COMMON-MIB.my and there is an entry:
panFlowPolicyNat OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Session setup: source NAT IP/port allocation error"
::= { panGlobalCountersDOSCounters 11 }
This is what you want to look at.
03-31-2022 06:55 PM
The mibs are located here: https://docs.paloaltonetworks.com/resources/snmp-mib-files
Look at the PAN-COMMON-MIB.my and there is an entry:
panFlowPolicyNat OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Session setup: source NAT IP/port allocation error"
::= { panGlobalCountersDOSCounters 11 }
This is what you want to look at.
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!