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?
... View more