Initial commit

This commit is contained in:
David Leutgeb
2023-12-05 12:25:34 +01:00
commit 98a672123c
4378 changed files with 8817503 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,293 @@
-- ***********************************************
-- PAN-ENTITY-EXT-MIB.my
--
-- MIB for the Entity Ext MIB objects implemented by all
-- Palo Alto devices.
-- ***********************************************
PAN-ENTITY-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY,
OBJECT-TYPE,
Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
entPhysicalIndex
FROM ENTITY-MIB
panModules
FROM PAN-GLOBAL-REG;
panEntityMIBModule MODULE-IDENTITY
LAST-UPDATED "201211051106Z"
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 definitions of ENTITY Extension objects
implemented by Palo Alto Networks' products."
REVISION "201211051106Z"
DESCRIPTION "
Rev 1.0
Initial version of MIB module PAN-ENTITY-EXT-MIB."
::= { panModules 7 }
-- MIB Object Definitions
panEntityMIBObjects OBJECT IDENTIFIER
::= { panEntityMIBModule 1 }
panEntityMIBConformance OBJECT IDENTIFIER
::= { panEntityMIBModule 2 }
-- Top level groups
panEntityChassisGroup OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for Power Supply MIB objects."
::= { panEntityMIBObjects 1 }
panEntityFRUModuleGroup OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for FRU Module MIB objects."
::= { panEntityMIBObjects 2 }
panEntityFanTrayGroup OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for Fan Tray MIB objects."
::= { panEntityMIBObjects 3 }
panEntityPowerSupplyGroup OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for Power Supply MIB objects."
::= { panEntityMIBObjects 4 }
----------------------------------------------------------------------
-- Chassis objects
panEntityTotalPowerAvail OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Power Available on the system (in watts)"
::= { panEntityChassisGroup 1 }
panEntityTotalPowerUsed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Power Used on the system (in watts)"
::= { panEntityChassisGroup 2 }
-- FRU Module (Line card) table
panEntityFRUModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF PanEntityFRUModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table lists the capacity of the fan trays in the system"
::= { panEntityFRUModuleGroup 1 }
panEntityFRUModuleEntry OBJECT-TYPE
SYNTAX PanEntityFRUModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An panEntityFRUModuleTable entry lists the power used by
the fan trays.
Entries are created when the fan trays are added to the
entPhysicalTable."
INDEX { entPhysicalIndex }
::= { panEntityFRUModuleTable 1 }
PanEntityFRUModuleEntry ::= SEQUENCE {
panEntryFRUModulePowerUsed Integer32,
panEntryFRUModuleNumPorts Integer32
}
panEntryFRUModulePowerUsed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Power used by the FRU Module (in watts)."
::= { panEntityFRUModuleEntry 1 }
panEntryFRUModuleNumPorts OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Ports on the FRU Module."
::= { panEntityFRUModuleEntry 2 }
-- Fan Tray table
panEntityFanTrayTable OBJECT-TYPE
SYNTAX SEQUENCE OF PanEntityFanTrayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table lists the capacity of the fan trays in the system"
::= { panEntityFanTrayGroup 1 }
panEntityFanTrayEntry OBJECT-TYPE
SYNTAX PanEntityFanTrayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An panEntityFanTrayTable entry lists the power used by
the fan trays.
Entries are created when the fan trays are added to the
entPhysicalTable."
INDEX { entPhysicalIndex }
::= { panEntityFanTrayTable 1 }
PanEntityFanTrayEntry ::= SEQUENCE {
panEntryFanTrayPowerUsed Integer32
}
panEntryFanTrayPowerUsed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Power used by the Fan Tray (in watts)."
::= { panEntityFanTrayEntry 1 }
-- Power Supply Table
panEntityPowerSupplyTable OBJECT-TYPE
SYNTAX SEQUENCE OF PanEntityPowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table lists the capacity of the power supplies in the system"
::= { panEntityPowerSupplyGroup 1 }
panEntityPowerSupplyEntry OBJECT-TYPE
SYNTAX PanEntityPowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An panEntityPowerSupplyTable entry lists the power capacity of
the power supply.
Entries are created when the power supplies are added to the
entPhysicalTable."
INDEX { entPhysicalIndex }
::= { panEntityPowerSupplyTable 1 }
PanEntityPowerSupplyEntry ::= SEQUENCE {
panEntryPowerSupplyPowerCapacity Integer32
}
panEntryPowerSupplyPowerCapacity OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Power capacity of the power supply (in watts)"
::= { panEntityPowerSupplyEntry 1 }
-- conformance information
panEntityMIBCompliances OBJECT IDENTIFIER
::= { panEntityMIBConformance 1 }
panEntityMIBGroups OBJECT IDENTIFIER
::= { panEntityMIBConformance 2 }
-- compliance statements
panEntityMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"An PAN Entity EXT MIB implementation can implement this group to
provide power information."
MODULE -- this module
MANDATORY-GROUPS { panEntityMIBChassisGroup }
GROUP panEntityMIBFRUModuleGroup
DESCRIPTION
"The panEntityMIBFRUModulePowerGroup must be implemented
for FRU Module that have power information"
GROUP panEntityMIBFanTrayGroup
DESCRIPTION
"The panEntityMIBFanTrayPowerGroup must be implemented
for Fan Trays that have power information"
GROUP panEntityMIBPowerSupplyGroup
DESCRIPTION
"The panEntityMIBFRUModulePowerGroup must be implemented
for Power Supplies that have power information"
::= { panEntityMIBCompliances 1 }
-- units of conformance
panEntityMIBChassisGroup OBJECT-GROUP
OBJECTS {
panEntityTotalPowerAvail,
panEntityTotalPowerUsed
}
STATUS current
DESCRIPTION
"The collection of objects which are used
to monitor chassis power information"
::= { panEntityMIBGroups 1 }
panEntityMIBFRUModuleGroup OBJECT-GROUP
OBJECTS {
panEntryFRUModulePowerUsed,
panEntryFRUModuleNumPorts
}
STATUS current
DESCRIPTION
"The collection of objects which are used
to monitor FRU Module information"
::= { panEntityMIBGroups 2 }
panEntityMIBFanTrayGroup OBJECT-GROUP
OBJECTS {
panEntryFanTrayPowerUsed
}
STATUS current
DESCRIPTION
"The collection of objects which are used
to monitor Fan Tray information"
::= { panEntityMIBGroups 3 }
panEntityMIBPowerSupplyGroup OBJECT-GROUP
OBJECTS {
panEntryPowerSupplyPowerCapacity
}
STATUS current
DESCRIPTION
"The collection of objects which are used
to monitor Power Supply information"
::= { panEntityMIBGroups 4 }
END

View File

@ -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

View File

@ -0,0 +1,68 @@
-- ***********************************************
-- PAN-GLOBAL-TC-MIB.my
--
-- Palo Alto Networks Global Textual Conventions.
-- ***********************************************
PAN-GLOBAL-TC DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
panModules
FROM PAN-GLOBAL-REG;
panGlobalTcModule 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 textual conventions
for Palo Alto Networks' enterprise MIB modules.
These textual conventions are used across all Palo Alto products."
REVISION "201102091610Z"
DESCRIPTION "
Rev 1.0
Initial version of MIB module PAN-GLOBAL-TC."
::= { panModules 2 }
-- No Palo Alto textual conventions yet!
TcAppaname ::= TEXTUAL-CONVENTION
DISPLAY-HINT "64a"
STATUS current
DESCRIPTION "
Represents the name of an application.
This has all the restrictions of the DisplayString textual
convention with the following additional ones:
- Only the following characters/character ranges are allowed:
0-9
A-Z
a-z
:./#$&_-+()'
<space>
Any object defined using this syntax may not exceed 64
characters in length."
SYNTAX OCTET STRING (SIZE (0..64))
TcChassisType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "
Enumerates all possible chassis types for Palo Alto devices."
SYNTAX OCTET STRING (SIZE (0..64))
END

View File

@ -0,0 +1,204 @@
-- ***********************************************
-- PAN-PRODUCT-MIB.my
--
-- MIB for Log Collector specific MIB objects.
-- ***********************************************
PAN-LC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY,
OBJECT-TYPE, NOTIFICATION-TYPE,
Integer32, Unsigned32
FROM SNMPv2-SMI
-- MODULE-COMPLIANCE, OBJECT-GROUP
-- FROM SNMPv2-CONF
DisplayString, TruthValue
FROM SNMPv2-TC
panModules, panProductsMibs
FROM PAN-GLOBAL-REG
panM-100
FROM PAN-PRODUCTS-MIB;
panLogCollectorMibsModule MODULE-IDENTITY
LAST-UPDATED "201201111013Z"
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 definitions of managed objects
implemented by Log Collector Appliances from Palo Alto Networks."
REVISION "201201111013Z"
DESCRIPTION "
Rev 1.0
Initial version of MIB module PAN-LC-MIB."
::= { panModules 6 }
----------------------------------------------------------------------
-- System objects
panLcStat OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for the Log collection statistics."
::= { panM-100 1 }
panLcLogRate OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The write rate in logs/s on the Log Collection"
::= { panLcStat 1 }
panLcLogDuration OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for the Log Duration on the Log Collector. Log
Duration is Expressed in Days of storage."
::= { panLcStat 2 }
panLcDiskUsage OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for the Log Disk Usage on the Log Collector. Log
Disk Usage is available as MB in use."
::= { panLcStat 3 }
panLcDiskUsageLd1 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log disk usage on logical disk 1 on the Log Collector"
::= { panLcDiskUsage 1 }
panLcDiskUsageLd2 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log disk usage on logical disk 2 on the Log Collector"
::= { panLcDiskUsage 2 }
panLcDiskUsageLd3 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log disk usage on logical disk 3 on the Log Collector"
::= { panLcDiskUsage 3 }
panLcDiskUsageLd4 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log disk usage on logical disk 4 on the Log Collector"
::= { panLcDiskUsage 4 }
panLcLogDurationTraffic OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the traffic logs on the Log Collector"
::= { panLcLogDuration 1 }
panLcLogDurationConfig OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the config logs on the Log Collector"
::= { panLcLogDuration 2 }
panLcLogDurationSystem OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the system logs on the Log Collector"
::= { panLcLogDuration 3 }
panLcLogDurationThreat OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the threat logs on the Log Collector"
::= { panLcLogDuration 4 }
panLcLogDurationAppstat OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the appstat logs on the Log Collector"
::= { panLcLogDuration 5 }
panLcLogDurationTrsum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the trsum logs on the Log Collector"
::= { panLcLogDuration 6 }
panLcLogDurationThsum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the thsum logs on the Log Collector"
::= { panLcLogDuration 7 }
panLcLogDurationEvent OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the event logs on the Log Collector"
::= { panLcLogDuration 8 }
panLcLogDurationAlarm OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the alarm logs on the Log Collector"
::= { panLcLogDuration 9 }
panLcLogDurationHipmatch OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the hipmatch logs on the Log Collector"
::= { panLcLogDuration 10 }
panLcLogDurationUserid OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Log duration (in days) for the userid logs on the Log Collector"
::= { panLcLogDuration 11 }
panLcIsRedundancyMember OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"True value indicates this Log Collector is part of a Collector Group with Redundancy is enabled"
::= { panM-100 2 }
END

View File

@ -0,0 +1,335 @@
-- ***********************************************
-- PAN-PRODUCT-MIB.my
--
-- MIB for the platform specific MIB objects implemented by
-- Palo Alto devices.
-- ***********************************************
PAN-PRODUCTS-MIB DEFINITIONS ::= BEGIN
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, panProductsMibs
FROM PAN-GLOBAL-REG;
panProductsMibsModule MODULE-IDENTITY
LAST-UPDATED "201304151650Z"
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 definitions of managed objects
implemented by specific Palo Alto Networks' products."
REVISION "201304151650Z"
DESCRIPTION "
Rev 2.0
Updated with PA-7000, GP-100 and WF-500 products."
REVISION "201102091610Z"
DESCRIPTION "
Rev 1.0
Initial version of MIB module PAN-PRODUCTS-MIB."
::= { panModules 4 }
panPA-4050 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-4050 specific objects."
::= { panProductsMibs 1 }
panPA-4020 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-4020 specific objects."
::= { panProductsMibs 2 }
panPA-2050 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-2050 specific objects."
::= { panProductsMibs 3 }
panPA-2020 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-2020 specific objects."
::= { panProductsMibs 4 }
panPA-4060 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-4060 specific objects."
::= { panProductsMibs 5 }
panPA-500 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-500 specific objects."
::= { panProductsMibs 6 }
panPanorama OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for Panorama specific objects."
::= { panProductsMibs 7 }
panPA-5060 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-5060 specific objects."
::= { panProductsMibs 8 }
panPA-5050 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-5050 specific objects."
::= { panProductsMibs 9 }
panPA-5020 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-5020 specific objects."
::= { panProductsMibs 11 }
panPA-200 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-200 specific objects."
::= { panProductsMibs 12 }
panPA-3050 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-3050 specific objects."
::= { panProductsMibs 17 }
panPA-3020 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-3020 specific objects."
::= { panProductsMibs 18 }
panPA-3060 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-3060 specific objects."
::= { panProductsMibs 19 }
panPA-3200 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-3200 specific objects."
::= { panProductsMibs 20 }
panPA-3250 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-3250 specific objects."
::= { panProductsMibs 21 }
panPA-5260 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-5260 specific objects."
::= { panProductsMibs 22 }
panPA-5250 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-5250 specific objects."
::= { panProductsMibs 23 }
panPA-5220 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-5220 specific objects."
::= { panProductsMibs 24 }
panPA-VM OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-VM specific objects."
::= { panProductsMibs 29 }
panM-100 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for M-100 specific objects."
::= { panProductsMibs 30 }
panPA-7050 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-7050 specific objects."
::= { panProductsMibs 31 }
panGP-100 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for GP-100 specific objects."
::= { panProductsMibs 32 }
panWF-500 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for WF-500 specific objects."
::= { panProductsMibs 33 }
panPA-7080 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-7080 specific objects."
::= { panProductsMibs 34 }
panM-500 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for M-500 specific objects."
::= { panProductsMibs 35 }
panPA-820 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-820 specific objects."
::= { panProductsMibs 36 }
panPA-850 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-850 specific objects."
::= { panProductsMibs 37 }
panPA-220 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-220 specific objects."
::= { panProductsMibs 38 }
panM-600 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for M-600 specific objects."
::= { panProductsMibs 39 }
panM-200 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for M-200 specific objects."
::= { panProductsMibs 40 }
panPA-220R OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-220R specific objects."
::= { panProductsMibs 41 }
panPA-5280 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-5280 specific objects."
::= { panProductsMibs 42 }
panPA-3220 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-3220 specific objects."
::= { panProductsMibs 43 }
panPA-3260 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for PA-3260 specific objects."
::= { panProductsMibs 44 }
panWF-600 OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for WF-600 specific objects."
::= { panProductsMibs 45 }
panProcessingCards OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for Processing line card specific objects."
::= { panProductsMibs 100 }
panFans OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for Fan specific objects."
::= { panProductsMibs 101 }
panPowerSupplies OBJECT-IDENTITY
STATUS current
DESCRIPTION "
Sub-tree for Power supply specific objects."
::= { panProductsMibs 102 }
-- Processing line cards
panPA-7000-SMC OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7000 series Switch management card."
::= { panProcessingCards 1 }
panPA-7000-LPC OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7000 series Log Processing card."
::= { panProcessingCards 2 }
panPA-7000-20G-NPC OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7000 series 20G Network Processing card."
::= { panProcessingCards 3 }
panPA-7080-SMC OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7080 Switch management card."
::= { panProcessingCards 4 }
panPA-7050-SMC-B OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7050 Bennu Switch management card."
::= { panProcessingCards 5 }
panPA-7000-LFC OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7000 series Log Forwarding card."
::= { panProcessingCards 6 }
panPA-7000-100G-NPC OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7000 series 100G Network Processing card."
::= { panProcessingCards 7 }
panPA-7080-SMC-B OBJECT-IDENTITY
STATUS current
DESCRIPTION "
PA-7080 Bennu Switch management card."
::= { panProcessingCards 8 }
END

File diff suppressed because it is too large Load Diff