summaryrefslogtreecommitdiff
path: root/MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB
diff options
context:
space:
mode:
Diffstat (limited to 'MIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB')
-rwxr-xr-xMIBS/paloaltonetworks/PAN-GLOBAL-REG-MIB84
1 files changed, 84 insertions, 0 deletions
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