From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100755 MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB (limited to 'MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB') diff --git a/MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB b/MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB new file mode 100755 index 0000000..7803d81 --- /dev/null +++ b/MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB @@ -0,0 +1,84 @@ +-- *********************************************** +-- PAN-GLOBAL-REG-MIB.my +-- +-- Palo Alto Networks Global Definitions. +-- *********************************************** + +PAN-GLOBAL-REG DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY, OBJECT-IDENTITY, + enterprises + FROM SNMPv2-SMI; + + panGlobalRegModule MODULE-IDENTITY + LAST-UPDATED "201106271040Z" + ORGANIZATION "Palo Alto Networks" + CONTACT-INFO " + Customer Support + Palo Alto Networks + 4401 Great America Pkwy + Santa Clara, CA 95054-1211 + + +1 866-898-9087 + support at paloaltonetworks dot com" + + DESCRIPTION " + A MIB module containing top-level OID definitions + for various sub-trees for Palo Alto Networks' enterprise MIB modules." + + REVISION "201102091610Z" + DESCRIPTION " + Rev 1.0 + Initial version of MIB module PAN-GLOBAL-REG." + + ::= { panModules 1 } + + 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 } + + panReg OBJECT-IDENTITY + STATUS current + DESCRIPTION " + Sub-tree for registrations - identification of modules and logical and + physical components." + ::= { panRoot 1 } + + panModules OBJECT-IDENTITY + STATUS current + DESCRIPTION " + Sub-tree for module registrations." + ::= { panReg 1 } + + panMibs OBJECT-IDENTITY + STATUS current + DESCRIPTION " + Sub-tree for all Palo Alto object and event definitions." + ::= { panRoot 2 } + + -- Sub-trees for Palo Alto managed objects + + 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 } + + panSpecificMib OBJECT-IDENTITY + STATUS current + DESCRIPTION " + Sub-tree for specific Palo Alto object and event definitions." + ::= { panMibs 2 } + + panProductsMibs OBJECT-IDENTITY + STATUS current + DESCRIPTION " + Sub-tree for all Palo Alto product specific definitions." + ::= { panMibs 3 } + +END -- cgit v1.2.3