What is the sysOID for PA5050/5060 used to distinguish different models

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.

What is the sysOID for PA5050/5060 used to distinguish different models

Not applicable

The following is assigned for the PA4020 & PA4050

4050: 1.3.6.1.4.1.25461.2.3.1

4020: 1.3.6.1.4.1.25461.2.3.2

1 accepted solution

Accepted Solutions

L2 Linker

Scotts-MacBook-Pro:~ sbrenner$ snmpwalk -v 2c -c public 10.30.30.10 .1.3.6.1.4.1.25461.2.1.2.2.1.0

SNMPv2-SMI::enterprises.25461.2.1.2.2.1.0 = STRING: "PA-5060"

Scotts-MacBook-Pro:~ sbrenner$ snmpwalk -v 2c -c public 10.30.30.12 .1.3.6.1.4.1.25461.2.1.2.2.1.0

SNMPv2-SMI::enterprises.25461.2.1.2.2.1.0 = STRING: "PA-5050"

Scotts-MacBook-Pro:~ sbrenner$ snmpwalk -v 2c -c public 10.30.30.13 .1.3.6.1.4.1.25461.2.1.2.2.1.0

SNMPv2-SMI::enterprises.25461.2.1.2.2.1.0 = STRING: "PA-5020"

-Scott

View solution in original post

2 REPLIES 2

L6 Presenter

According to the MIB (for PANOS 5.0):

IMPORTS

        MODULE-IDENTITY, OBJECT-IDENTITY,

        enterprises

            FROM SNMPv2-SMI;

    panRoot OBJECT-IDENTITY

        STATUS                    current

        DESCRIPTION                "

            The root of the OID sub-tree assigned to Palo Alto Networks assigned by

            the Internet Assigned Numbers Authority (IANA)."

        ::= { enterprises 25461 }

   

    panMibs OBJECT-IDENTITY

        STATUS                    current

        DESCRIPTION                "

            Sub-tree for all Palo Alto object and event definitions."

        ::= { panRoot 2 }   

   

    panCommonMib OBJECT-IDENTITY

        STATUS                    current

        DESCRIPTION                "

            Sub-tree for common Palo Alto object and event definitions.

            These would be implemented by all Palo Alto products."

        ::= { panMibs 1 }

    IMPORTS

        MODULE-IDENTITY, OBJECT-IDENTITY,

        OBJECT-TYPE, NOTIFICATION-TYPE,

        Integer32

            FROM SNMPv2-SMI

--        MODULE-COMPLIANCE, OBJECT-GROUP

--            FROM SNMPv2-CONF

        DisplayString, TruthValue

            FROM SNMPv2-TC

        TcChassisType

            FROM PAN-GLOBAL-TC

        panModules, panCommonMib

            FROM PAN-GLOBAL-REG;

    panCommonObjs OBJECT-IDENTITY

        STATUS                    current

        DESCRIPTION                "

            Sub-tree for common MIB objects."

        ::= { panCommonMib 2 }

       

    panSys OBJECT-IDENTITY

        STATUS                    current

        DESCRIPTION                "

            Sub-tree for common system objects."

        ::= { panCommonObjs 1 }   

   

    panSysHwVersion OBJECT-TYPE

        SYNTAX      DisplayString (SIZE(0..128))

        MAX-ACCESS  read-only

        STATUS      current

        DESCRIPTION

            "Hardware version of the unit."

        ::= { panSys 2 }

       

Which I guess ends up with OID:

1.3.6.1.4.1.25461.2.1.2.1.2

L2 Linker

Scotts-MacBook-Pro:~ sbrenner$ snmpwalk -v 2c -c public 10.30.30.10 .1.3.6.1.4.1.25461.2.1.2.2.1.0

SNMPv2-SMI::enterprises.25461.2.1.2.2.1.0 = STRING: "PA-5060"

Scotts-MacBook-Pro:~ sbrenner$ snmpwalk -v 2c -c public 10.30.30.12 .1.3.6.1.4.1.25461.2.1.2.2.1.0

SNMPv2-SMI::enterprises.25461.2.1.2.2.1.0 = STRING: "PA-5050"

Scotts-MacBook-Pro:~ sbrenner$ snmpwalk -v 2c -c public 10.30.30.13 .1.3.6.1.4.1.25461.2.1.2.2.1.0

SNMPv2-SMI::enterprises.25461.2.1.2.2.1.0 = STRING: "PA-5020"

-Scott

  • 1 accepted solution
  • 2018 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!