- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-22-2017 06:50 AM - edited 11-22-2017 10:43 AM
Hi all,
I'm currently working on developing SNMP v3 reporting with data from my PA-3020's and Panorama.
While I can successful authenticate commands against each of my desired devices, I am not seeing any clearly available data that represents session data - counts, amount/sec, SSL or IPsec info.
In using MIB browsers, I did find certain values the MIBs translate to that appear to be what I want, for example in the PAN-COMMON-MIB (version 8):
panSessionUtilization
panSessionActive
panSessionActiveSslProxy
among others.
I can run the following command with the v8 MIBS on my machine, and get tons of output, but no values detailing session information from what I can tell:
snmpwalk -v 3 -u <username>-l authPriv -a SHA -A <auth> -x AES -X <priv> <palo device ip> -m ALL
or instead having PAN-COMMON-MIB after -m
This still leaves me without translated names, but running this command seems to translate them without issue:
snmpwalk -v 3 -u <username>-l authPriv -a SHA -A <auth> -x AES -X <priv> <palo device ip> iso.3.6.1.4.1.25461
Any ideas what's missing or what is causing the MIBs not to load properly with the first command?
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!