pa-500, os8.1, oid's missing in snmp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

pa-500, os8.1, oid's missing in snmp

L1 Bithead

Hi, when I get MIBs from page below to os8:

https://www.paloaltonetworks.com/documentation/misc/snmp-mibs.html

 

I can find out there OID's related to active sessions counters, tcp/udp counters, used memory, etc. while in snmpwalk (v2) I see only some output related to counters on interfaces and cpu  - a lot of OID's are missing.

 

Should I use v3 or something is missing in my configuration?

1 accepted solution

Accepted Solutions

Community Team Member

Hi @bkrajnik,

 

Is this what you are looking for ?

Tested on my lab device running PAN-OS 8.0

 

HOST :~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.2.1.25.2.3.1  >> hrStorage for Management plane memory and dataplane packet buffer

 

HOST-RESOURCES-MIB::hrStorageIndex.20 = INTEGER: 20

HOST-RESOURCES-MIB::hrStorageIndex.30 = INTEGER: 30

HOST-RESOURCES-MIB::hrStorageIndex.40 = INTEGER: 40

HOST-RESOURCES-MIB::hrStorageIndex.41 = INTEGER: 41

HOST-RESOURCES-MIB::hrStorageIndex.43 = INTEGER: 43

HOST-RESOURCES-MIB::hrStorageIndex.1010 = INTEGER: 1010

HOST-RESOURCES-MIB::hrStorageIndex.1011 = INTEGER: 1011

HOST-RESOURCES-MIB::hrStorageIndex.1012 = INTEGER: 1012

HOST-RESOURCES-MIB::hrStorageType.20 = OID: HOST-RESOURCES-TYPES::hrStorageRam

HOST-RESOURCES-MIB::hrStorageType.30 = OID: HOST-RESOURCES-TYPES::hrStorageVirtualMemory

HOST-RESOURCES-MIB::hrStorageType.40 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk

HOST-RESOURCES-MIB::hrStorageType.41 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk

HOST-RESOURCES-MIB::hrStorageType.43 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk

HOST-RESOURCES-MIB::hrStorageType.1010 = OID: HOST-RESOURCES-TYPES::hrStorageOther

HOST-RESOURCES-MIB::hrStorageType.1011 = OID: HOST-RESOURCES-TYPES::hrStorageOther

HOST-RESOURCES-MIB::hrStorageType.1012 = OID: HOST-RESOURCES-TYPES::hrStorageOther

HOST-RESOURCES-MIB::hrStorageDescr.20 = STRING: Slot-0 Management Memory

HOST-RESOURCES-MIB::hrStorageDescr.30 = STRING: Slot-0 Management Swap

HOST-RESOURCES-MIB::hrStorageDescr.40 = STRING: Slot-0 Management Config Partition

HOST-RESOURCES-MIB::hrStorageDescr.41 = STRING: Slot-0 Management Log Partition

HOST-RESOURCES-MIB::hrStorageDescr.43 = STRING: Slot-0 Management Root Partition

HOST-RESOURCES-MIB::hrStorageDescr.1010 = STRING: Slot-1 Data Processor-0 Packet Descriptors

HOST-RESOURCES-MIB::hrStorageDescr.1011 = STRING: Slot-1 Data Processor-0 Hardware Packet Buffers

HOST-RESOURCES-MIB::hrStorageDescr.1012 = STRING: Slot-1 Data Processor-0 Software Packet Buffers

HOST-RESOURCES-MIB::hrStorageAllocationUnits.20 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.30 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.40 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.41 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.43 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.1010 = INTEGER: 128 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.1011 = INTEGER: 10240 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.1012 = INTEGER: 5470 Bytes

HOST-RESOURCES-MIB::hrStorageSize.20 = INTEGER: 3849936

HOST-RESOURCES-MIB::hrStorageSize.30 = INTEGER: 3056660

HOST-RESOURCES-MIB::hrStorageSize.40 = INTEGER: 7882560

HOST-RESOURCES-MIB::hrStorageSize.41 = INTEGER: 93429028

HOST-RESOURCES-MIB::hrStorageSize.43 = INTEGER: 3945160

HOST-RESOURCES-MIB::hrStorageSize.1010 = INTEGER: 229376

HOST-RESOURCES-MIB::hrStorageSize.1011 = INTEGER: 11468

HOST-RESOURCES-MIB::hrStorageSize.1012 = INTEGER: 168240

HOST-RESOURCES-MIB::hrStorageUsed.20 = INTEGER: 2764368

HOST-RESOURCES-MIB::hrStorageUsed.30 = INTEGER: 182388

HOST-RESOURCES-MIB::hrStorageUsed.40 = INTEGER: 3761252

HOST-RESOURCES-MIB::hrStorageUsed.41 = INTEGER: 27010980

HOST-RESOURCES-MIB::hrStorageUsed.43 = INTEGER: 2678300

HOST-RESOURCES-MIB::hrStorageUsed.1010 = INTEGER: 66

HOST-RESOURCES-MIB::hrStorageUsed.1011 = INTEGER: 127

HOST-RESOURCES-MIB::hrStorageUsed.1012 = INTEGER: 0

 

HOST:~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.4.1.25461.2.1.2.3.3.0 >> Active sessions

SNMPv2-SMI::enterprises.25461.2.1.2.3.3.0 = INTEGER: 19

 

HOST:~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.4.1.25461.2.1.2.3.4.0  >> Active TCP sessions

SNMPv2-SMI::enterprises.25461.2.1.2.3.4.0 = INTEGER: 8

 

HOST:~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.4.1.25461.2.1.2.3.5.0 >> Active UDP sessions

SNMPv2-SMI::enterprises.25461.2.1.2.3.5.0 = INTEGER: 0

 

-Kiwi

LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

View solution in original post

2 REPLIES 2

Community Team Member

Hi @bkrajnik,

 

Is this what you are looking for ?

Tested on my lab device running PAN-OS 8.0

 

HOST :~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.2.1.25.2.3.1  >> hrStorage for Management plane memory and dataplane packet buffer

 

HOST-RESOURCES-MIB::hrStorageIndex.20 = INTEGER: 20

HOST-RESOURCES-MIB::hrStorageIndex.30 = INTEGER: 30

HOST-RESOURCES-MIB::hrStorageIndex.40 = INTEGER: 40

HOST-RESOURCES-MIB::hrStorageIndex.41 = INTEGER: 41

HOST-RESOURCES-MIB::hrStorageIndex.43 = INTEGER: 43

HOST-RESOURCES-MIB::hrStorageIndex.1010 = INTEGER: 1010

HOST-RESOURCES-MIB::hrStorageIndex.1011 = INTEGER: 1011

HOST-RESOURCES-MIB::hrStorageIndex.1012 = INTEGER: 1012

HOST-RESOURCES-MIB::hrStorageType.20 = OID: HOST-RESOURCES-TYPES::hrStorageRam

HOST-RESOURCES-MIB::hrStorageType.30 = OID: HOST-RESOURCES-TYPES::hrStorageVirtualMemory

HOST-RESOURCES-MIB::hrStorageType.40 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk

HOST-RESOURCES-MIB::hrStorageType.41 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk

HOST-RESOURCES-MIB::hrStorageType.43 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk

HOST-RESOURCES-MIB::hrStorageType.1010 = OID: HOST-RESOURCES-TYPES::hrStorageOther

HOST-RESOURCES-MIB::hrStorageType.1011 = OID: HOST-RESOURCES-TYPES::hrStorageOther

HOST-RESOURCES-MIB::hrStorageType.1012 = OID: HOST-RESOURCES-TYPES::hrStorageOther

HOST-RESOURCES-MIB::hrStorageDescr.20 = STRING: Slot-0 Management Memory

HOST-RESOURCES-MIB::hrStorageDescr.30 = STRING: Slot-0 Management Swap

HOST-RESOURCES-MIB::hrStorageDescr.40 = STRING: Slot-0 Management Config Partition

HOST-RESOURCES-MIB::hrStorageDescr.41 = STRING: Slot-0 Management Log Partition

HOST-RESOURCES-MIB::hrStorageDescr.43 = STRING: Slot-0 Management Root Partition

HOST-RESOURCES-MIB::hrStorageDescr.1010 = STRING: Slot-1 Data Processor-0 Packet Descriptors

HOST-RESOURCES-MIB::hrStorageDescr.1011 = STRING: Slot-1 Data Processor-0 Hardware Packet Buffers

HOST-RESOURCES-MIB::hrStorageDescr.1012 = STRING: Slot-1 Data Processor-0 Software Packet Buffers

HOST-RESOURCES-MIB::hrStorageAllocationUnits.20 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.30 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.40 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.41 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.43 = INTEGER: 1024 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.1010 = INTEGER: 128 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.1011 = INTEGER: 10240 Bytes

HOST-RESOURCES-MIB::hrStorageAllocationUnits.1012 = INTEGER: 5470 Bytes

HOST-RESOURCES-MIB::hrStorageSize.20 = INTEGER: 3849936

HOST-RESOURCES-MIB::hrStorageSize.30 = INTEGER: 3056660

HOST-RESOURCES-MIB::hrStorageSize.40 = INTEGER: 7882560

HOST-RESOURCES-MIB::hrStorageSize.41 = INTEGER: 93429028

HOST-RESOURCES-MIB::hrStorageSize.43 = INTEGER: 3945160

HOST-RESOURCES-MIB::hrStorageSize.1010 = INTEGER: 229376

HOST-RESOURCES-MIB::hrStorageSize.1011 = INTEGER: 11468

HOST-RESOURCES-MIB::hrStorageSize.1012 = INTEGER: 168240

HOST-RESOURCES-MIB::hrStorageUsed.20 = INTEGER: 2764368

HOST-RESOURCES-MIB::hrStorageUsed.30 = INTEGER: 182388

HOST-RESOURCES-MIB::hrStorageUsed.40 = INTEGER: 3761252

HOST-RESOURCES-MIB::hrStorageUsed.41 = INTEGER: 27010980

HOST-RESOURCES-MIB::hrStorageUsed.43 = INTEGER: 2678300

HOST-RESOURCES-MIB::hrStorageUsed.1010 = INTEGER: 66

HOST-RESOURCES-MIB::hrStorageUsed.1011 = INTEGER: 127

HOST-RESOURCES-MIB::hrStorageUsed.1012 = INTEGER: 0

 

HOST:~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.4.1.25461.2.1.2.3.3.0 >> Active sessions

SNMPv2-SMI::enterprises.25461.2.1.2.3.3.0 = INTEGER: 19

 

HOST:~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.4.1.25461.2.1.2.3.4.0  >> Active TCP sessions

SNMPv2-SMI::enterprises.25461.2.1.2.3.4.0 = INTEGER: 8

 

HOST:~ kwens$ snmpwalk -v 2c -c public 10.192.16.241 .1.3.6.1.4.1.25461.2.1.2.3.5.0 >> Active UDP sessions

SNMPv2-SMI::enterprises.25461.2.1.2.3.5.0 = INTEGER: 0

 

-Kiwi

LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

Hi Kiwi,

yes, thanks. It works on my PA-500 os8.1

Interesting, maybe I mixed mibs... no idea.

Thank you!

 

  • 1 accepted solution
  • 6871 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!