CISCO-POWER-ETHERNET-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-POWER-ETHERNET-EXT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoPowerEthernetExtMIB 1.3.6.1.4.1.9.9.402
A MIB module for extending the POWER-ETHERNET-MIB (RFC3621) to add objects which provide additional management information about Power Sourcing Equipment (PSE) not available in POWER-ETHERNET-MIB. Glossary Power Sourcing Equipment (PSE) These are devices supplying electrical power to other equipment. They are, for example, inline power switches, inline power daughterboards and power patch panels. Powered Device (PD) These are devices receiving their electrical power supply from Power Sourcing Equipment. They are, for example, IP telephones and wireless access points or bridges.
         cpeExtMIBNotifs 1.3.6.1.4.1.9.9.402.0
             cpeExtPolicingNotif 1.3.6.1.4.1.9.9.402.0.1
This notification is generated when the 'overdraw' or 'overdrawLog' bit in value of cpeExtPsePortAdditionalStatus is set or cleared.
         cpeExtMIBObjects 1.3.6.1.4.1.9.9.402.1
             cpeExtDefaultAllocation 1.3.6.1.4.1.9.9.402.1.1 unsigned32 read-write
This object indicates the default inline power allocation per port. This is a global configuration parameter that applies to all inline power capable ports in the system. The system must consider this object as well as the per port configuration object, cpeExtPsePortPwrMax, when determining how much power to allocate to a port. The system will use the lower of the two numbers.
             cpeExtPsePortTable 1.3.6.1.4.1.9.9.402.1.2 no-access
This table extends the POWER-ETHERNET-MIB pethPsePortTable for power Ethernet ports on a Powered Sourcing Equipment (PSE) device.
                 cpeExtPsePortEntry 1.3.6.1.4.1.9.9.402.1.2.1 no-access
A cpeExtPsePortEntry extends a corresponding pethPsePortTable entry. This entry displays and controls more characteristics of a power Ethernet port on a PSE device.
                     cpeExtPsePortEnable 1.3.6.1.4.1.9.9.402.1.2.1.1 integer read-write
This object is an extension of the pethPsePortAdminEnable object from RFC3621. It allows the user to be more specific when enabling the PSE functions. The states, 'auto', 'static' and 'limit' correspond to a value of 'true' for the pethPsePortAdminEnable object. The state 'disable' corresponds to a value of 'false' for the pethPsePortAdminEnable object. Setting this value to 'auto' enables Powered Device discovery on the interface and the amount of power allocated depends on the Powered Device discovered. If pethPsePortAdminEnable was 'false' prior to this set operation, then it will become 'true'. Setting this value to 'static' will also enable Powered Device discovery. However, this is different from 'auto' in that the amount of power is pre-allocated based on the configuration on the Power Sourcing Equipment. If pethPsePortAdminEnable was 'false' prior to this set operation, then it will become 'true'. Setting this value to 'limit' enables Powered Device discovery on the interface. The amount of power allocated depends on the Powered Device discovered and the value of cpeExtPsePortPwrMax. The lower value will be used. If pethPsePortAdminEnable was 'false' prior to this set operation, then it will become 'true'. Setting this value to 'disable' disables the PSE functions. The pethPsePortAdminEnable object will adopt the value of 'false' if it was 'true' prior to this set operation. When setting the pethPsePortAdminEnable object to 'false' this object cpeExtPsePortEnable will adopt the value of 'disable'. If cpeExtPsePortPolicingCapable of the PSE port, or cpeExtMainPsePwrMonitorCapable of the PSE port's main group, has the value of 'false', this object can only be set to 'auto', 'static' or 'disable'. Otherwise, this object can be set to 'auto', 'static', 'limit' or 'disable'. Enumeration: 'auto': 1, 'disable': 4, 'static': 2, 'limit': 3.
                     cpeExtPsePortDiscoverMode 1.3.6.1.4.1.9.9.402.1.2.1.2 integer read-only
This object indicates the discover mode used by the system to discover the PD. A value of 'unknown' indicates that the discover mode on the interface is unknown. A value of 'off' indicates that discovery is disabled on the interface. A value of 'ieee' indicates that the discover mode on the interface is IEEE based. A value of 'cisco' indicates that the discover mode on the interface is Cisco based. A value of 'ieeeAndCisco' indicates that the discover mode on the interface is both IEEE and Cisco based. Enumeration: 'ieeeAndCisco': 5, 'unknown': 1, 'cisco': 4, 'off': 2, 'ieee': 3.
                     cpeExtPsePortDeviceDetected 1.3.6.1.4.1.9.9.402.1.2.1.3 truthvalue read-only
This object indicates if a Powered Device (PD) has been detected on the interface. A value of 'true' indicates that a PD has been detected on the interface. A value of 'false' indicates that no PD has been detected on the interface.
                     cpeExtPsePortIeeePd 1.3.6.1.4.1.9.9.402.1.2.1.4 truthvalue read-only
This object indicates whether the Powered Device attached to the interface is an IEEE compliant Powered Device or not. A value of 'true' indicates the attached Powered Device is an IEEE compliant Powered Device. A value of 'false' indicates the attached Powered Device is not an IEEE compliant Powered Device. This also means that the value of the corresponding object from the pethPsePortTable, pethPsePortPowerClassifications is irrelevant.
                     cpeExtPsePortAdditionalStatus 1.3.6.1.4.1.9.9.402.1.2.1.5 bits read-only
This object is an extension of the pethPsePortDetectionStatus object from RFC3621 and provides additional status information. deny: When set, the PD attached to the interface is being denied power due to insufficient power resources on the Power Sourcing Equipment. overdraw: When set, the PD attached to the interface is being denied power because the PD is trying to consume more power than it has been configured to consume. overdrawLog: When set, the PD attached to the interface is trying to consume more power than it has been configured to consume, but is not being denied power. Bits: 'overdrawLog': 2, 'deny': 0, 'overdraw': 1.
                     cpeExtPsePortPwrMax 1.3.6.1.4.1.9.9.402.1.2.1.6 unsigned32 read-write
This indicates the maximum amount of power that the PSE will make available to the PD connected to this interface.
                     cpeExtPsePortPwrAllocated 1.3.6.1.4.1.9.9.402.1.2.1.7 unsigned32 read-only
This object indicates the amount of power allocated from the PSE for the PD.
                     cpeExtPsePortPwrAvailable 1.3.6.1.4.1.9.9.402.1.2.1.8 unsigned32 read-only
This object indicates the amount of power available for the PD to use. This value may differ from the value cpeExtPsePortPwrAllocated due to the efficiency issues of delivering the power from the PSE to the PD. When sufficient power is available to power a PD, this value should be equal to the lower of the two objects, cpeExtDefaultAllocation and cpeExtPsePortPwrMax.
                     cpeExtPsePortPwrConsumption 1.3.6.1.4.1.9.9.402.1.2.1.9 unsigned32 read-only
This indicates the actual power consumption of the PD connected to this interface. It may not necessarily be equal to the value of cpeExtPsePortPwrAvailable.
                     cpeExtPsePortMaxPwrDrawn 1.3.6.1.4.1.9.9.402.1.2.1.10 unsigned32 read-only
This indicates the maximum amount of power drawn by the PD connected to this interface, since it was powered on.
                     cpeExtPsePortEntPhyIndex 1.3.6.1.4.1.9.9.402.1.2.1.11 entphysicalindexorzero read-only
The entPhysicalIndex value that uniquely identifies the PSE port. If the PSE port does not have a corresponding physical entry in entPhysicalTable or if the entPhysicalTable is not supported by the management system, this object has the value of zero.
                     cpeExtPsePortPolicingCapable 1.3.6.1.4.1.9.9.402.1.2.1.12 truthvalue read-only
This object indicates whether the PSE port hardware is capable of policing the port for proper power consumption based on the allocated value.
                     cpeExtPsePortPolicingEnable 1.3.6.1.4.1.9.9.402.1.2.1.13 integer read-write
This object allows the user to turn on or turn off the power policing of the PSE port. If the instance value of cpeExtPsePortPolicingCapable is 'TRUE', the user is allowed to set this object to 'on' or 'off'. Otherwise, this object is read-only and always has the value of 'off'. Enumeration: 'on': 1, 'off': 2.
                     cpeExtPsePortPolicingAction 1.3.6.1.4.1.9.9.402.1.2.1.14 integer read-write
This object specifies the power policing action that the device will take on this PSE port when the real-time power consumption exceeds its max power allocation if the value of cpeExtPsePortPolicingEnable is 'on'. 'deny' - the device will deny the power to the PSE port 'logOnly' - the device will not deny the power to the PSE port Enumeration: 'deny': 1, 'logOnly': 2.
                     cpeExtPsePortPwrManAlloc 1.3.6.1.4.1.9.9.402.1.2.1.15 unsigned32 read-write
This object specifies the manual power allocation that the PSE will allocate to the PD connected to this interface regardless of the amount requested via CDP or IEEE. Setting this object value to zero disables the manual power allocation. Warning: Misconfiguring this manual power allocation may cause damage to the system and void the warranty. Take precautions not to oversubscribe the power supply.
                     cpeExtPsePortCapabilities 1.3.6.1.4.1.9.9.402.1.2.1.16 bits read-only
This object indicates the PSE functionality that this port supports. If the 'policing' BIT is set, then this PSE port is capable of policing the port for proper power consumption based on the allocated value. If the 'poePlus' BIT is set, then this PSE port supports PoE Plus functions. Bits: 'policing': 0, 'poePlus': 1.
             cpeExtMainPseTable 1.3.6.1.4.1.9.9.402.1.3 no-access
This table contains the additional information for the main PSE group in pethMainPseTable.
                 cpeExtMainPseEntry 1.3.6.1.4.1.9.9.402.1.3.1 no-access
A cpeExtMainPseEntry contains information about a particular pethMainPseGroupIndex. An entry is created by the agent when a main PSE group is added to the pethMainPseTable. An entry is deleted by the agent when a main PSE group is removed from the pethMainPseTable.
                     cpeExtMainPseEntPhyIndex 1.3.6.1.4.1.9.9.402.1.3.1.1 entphysicalindexorzero read-only
The entPhysicalIndex value that uniquely identifies the main PSE group. If the main PSE group does not have a corresponding physical entry in entPhysicalTable or if the entPhysicalTable is not supported by the management system, then this object has the value of zero.
                     cpeExtMainPseDescr 1.3.6.1.4.1.9.9.402.1.3.1.2 snmpadminstring read-only
A textual string containing information about the Power Source Equipment (PSE) group.
                     cpeExtMainPsePwrMonitorCapable 1.3.6.1.4.1.9.9.402.1.3.1.3 truthvalue read-only
This object indicates if the given group is capable of monitoring the power consumption of the interfaces that belong to the group. The value 'true' means that the group is capable. The value 'false' means that the group in not capable.
             cpeExtPdStatistics 1.3.6.1.4.1.9.9.402.1.4
                 cpeExtPdStatsTotalDevices 1.3.6.1.4.1.9.9.402.1.4.1 unsigned32 read-only
This object indicates the total number of the powered devices with any power classifications in the system. Classification is a way to tag different terminals on the Power over LAN network according to their power consumption. Devices such as IP telephones, WLAN access points and others, will be classified according to their power requirements.
                 cpeExtPdStatsTable 1.3.6.1.4.1.9.9.402.1.4.2 no-access
This table contains the statistics information of the powered devices fallen into different power classifications in the system.
                     cpeExtPdStatsEntry 1.3.6.1.4.1.9.9.402.1.4.2.1 no-access
A cpeExtPdStatsEntry contains the statistics information about a particular power classification defined in cpeExtPdStatsIndex.
                         cpeExtPdStatsClass 1.3.6.1.4.1.9.9.402.1.4.2.1.1 integer no-access
The power classification as the index for the statistics information for powered devices. A value of 'cisco' indicates that the powered devices are CISCO proprietary and their power classification does not fall into any class in IEEE specifications. A value of 'class0' indicates that the power classification of the powered devices falls into class 0 in IEEE specifications. A value of 'class1' indicates that the power classification of the powered devices falls into class 1 in IEEE specifications. A value of 'class2' indicates that the power classification of the powered devices falls into class 2 in IEEE specifications. A value of 'class3' indicates that the power classification of the powered devices falls into class 3 in IEEE specifications. A value of 'class4' indicates that the power classification of the powered devices falls into class 4 in IEEE specifications. Enumeration: 'cisco': 1, 'class4': 6, 'class2': 4, 'class3': 5, 'class0': 2, 'class1': 3.
                         cpeExtPdStatsDeviceCount 1.3.6.1.4.1.9.9.402.1.4.2.1.2 unsigned32 read-only
This object indicates the count of the powered devices whose power classification falls into a specific value of cpeExtPdStatsIndex.
             cpeExtPolicingNotifEnable 1.3.6.1.4.1.9.9.402.1.5 truthvalue read-write
This object is used to enable/disable the the cpeExtPolicingNotif notification.
             cpeExtPowerPriorityEnable 1.3.6.1.4.1.9.9.402.1.6 truthvalue read-write
This object is the global control of the power priority feature on the device. 'true' indicates that the power priority feature is globally enabled. 'false' indicates that the power priority feature is globally disabled.
             cpeExtPsePortLldpTable 1.3.6.1.4.1.9.9.402.1.7 no-access
A table provides the Link Layer Discovery Protocol (LLDP) based Data Link Layer (DLL) power classification characteristics of PSE ports and PDs attached to them.
                 cpeExtPsePortLldpEntry 1.3.6.1.4.1.9.9.402.1.7.1 no-access
A cpeExtPsePortLldpEntry entry contains the LLDP based 802.3at DLL power classification characteristics for a particular PSE and the PD attached to it. A PSE has its entry here when all of the following conditions are satisfied: - The LLDP power classification is globally enabled. - It has a PD attached. - LLDP is the operational power negotiation protocol between the PSE and the PD attached.
                     cpeExtPsePortLldpPwrType 1.3.6.1.4.1.9.9.402.1.7.1.1 cpeextlldppwrtype read-only
The DTE Power via MDI type of the local system (PSE).
                     cpeExtPsePortLldpPdPwrType 1.3.6.1.4.1.9.9.402.1.7.1.2 cpeextlldppwrtype read-only
The DTE Power via MDI type of the remote system (PD).
                     cpeExtPsePortLldpPwrSrc 1.3.6.1.4.1.9.9.402.1.7.1.3 cpeextlldppwrsrc read-only
The power source of the local system (PSE).
                     cpeExtPsePortLldpPdPwrSrc 1.3.6.1.4.1.9.9.402.1.7.1.4 cpeextlldppwrsrc read-only
The power source of the remote system (PD).
                     cpeExtPsePortLldpPwrPriority 1.3.6.1.4.1.9.9.402.1.7.1.5 cpeextpwrpriority read-only
The power priority of the local system (PSE).
                     cpeExtPsePortLldpPdPwrPriority 1.3.6.1.4.1.9.9.402.1.7.1.6 cpeextpwrpriority read-only
The power priority of the remote system (PD).
                     cpeExtPsePortLldpPwrReq 1.3.6.1.4.1.9.9.402.1.7.1.7 unsigned32 read-only
The requested PD power value that the local system (PSE) mirrors back to the remote system (PD).
                     cpeExtPsePortLldpPdPwrReq 1.3.6.1.4.1.9.9.402.1.7.1.8 unsigned32 read-only
The PD requested power value received from the remote system (PD).
                     cpeExtPsePortLldpPwrAlloc 1.3.6.1.4.1.9.9.402.1.7.1.9 unsigned32 read-only
The PSE allocated power value for the remote system (PD).
                     cpeExtPsePortLldpPdPwrAlloc 1.3.6.1.4.1.9.9.402.1.7.1.10 unsigned32 read-only
The PSE allocated power value received from the remote system (PD).
                     cpeExtPsePortLldpPwrClass 1.3.6.1.4.1.9.9.402.1.7.1.11 cpeextlldppwrclassorzero read-only
The PSE power classification sent to the remote PD via MDI TLV in LLDP Protocol.
                     cpeExtPsePortLldpPdPwrClass 1.3.6.1.4.1.9.9.402.1.7.1.12 cpeextlldppwrclassorzero read-only
This power classification received from the remote system (PD).
                     cpeExtPsePortLldpPdPwrSupport 1.3.6.1.4.1.9.9.402.1.7.1.13 bits read-only
This object indicates the power support mode received from the remote PD via MDI TLV in LLDP protocol. 'portClass' - This bit is set if the port is operating as PSE. Otherwise, it is operating as PD. 'pseMdiPwrSupport' - This bit is set if power is supported in MDI TLV. 'pseMdiPwrState' - This bit is set if power is enabled. 'psePairCtrlAbility' - This bit is set if pair selection can be controlled. Bits: 'pseMdiPwrState': 2, 'pseMdiPwrSupport': 1, 'psePairCtrlAbility': 3, 'portClass': 0.
                     cpeExtPsePortLldpPdPwrPairsOrZero 1.3.6.1.4.1.9.9.402.1.7.1.14 integer read-only
This object indicates the pinout pairs in use received from the remote PD via MDI TLV in LLDP Protocol. 'unknown' - information is not available 'signal' - the signal pairs are in use. 'spare' - the spare pairs are in use. Enumeration: 'unknown': 0, 'signal': 1, 'spare': 2.
         cpeExtMIBConformance 1.3.6.1.4.1.9.9.402.2
             cpeExtMIBCompliances 1.3.6.1.4.1.9.9.402.2.1
                 cpeExtMIBCompliance 1.3.6.1.4.1.9.9.402.2.1.1
The compliance statement for the CISCO-POWER-ETHERNET-EXT-MIB.
                 cpeExtMIBCompliance2 1.3.6.1.4.1.9.9.402.2.1.2
The compliance statement for the CISCO-POWER-ETHERNET-EXT-MIB.
                 cpeExtMIBCompliance3 1.3.6.1.4.1.9.9.402.2.1.3
The compliance statement for the CISCO-POWER-ETHERNET-EXT-MIB.
                 cpeExtMIBCompliance4 1.3.6.1.4.1.9.9.402.2.1.4
The compliance statement for the CISCO-POWER-ETHERNET-EXT-MIB.
                 cpeExtMIBCompliance5 1.3.6.1.4.1.9.9.402.2.1.5
The compliance statement for the CISCO-POWER-ETHERNET-EXT-MIB.
             cpeExtMIBGroups 1.3.6.1.4.1.9.9.402.2.2
                 cpeExtPsePortGroup 1.3.6.1.4.1.9.9.402.2.2.1
This group provides information and configuration objects in addition to those provided in the POWER-ETHERNET-MIB (RFC3621).
                 cpeExtPsePortGlobalConfigGroup 1.3.6.1.4.1.9.9.402.2.2.2
This is a collection of objects which provide global configuration of the PSE interfaces.
                 cpeExtPsePortPwrMonitorGroup 1.3.6.1.4.1.9.9.402.2.2.3
This is a collection of objects which provide power monitoring on PD's connected to the PSE interfaces.
                 cpeExtMainPseGroup 1.3.6.1.4.1.9.9.402.2.2.4
This is a collection of objects which provide additional information for the PSE group. cpeExtMainPseGroup object is superseded by cpeExtMainPseGroup2, and cpeExtPseGrpPwrGroup.
                 cpeExtPortEntityIndexGroup 1.3.6.1.4.1.9.9.402.2.2.5
This is a collection of objects which provide entity physical index information for PSE port.
                 cpeExtPortPolicingGroup 1.3.6.1.4.1.9.9.402.2.2.6
This is a collection of objects which provide the hardware power consumption policing information for PSE port.
                 cpeExtPdStatsGroup 1.3.6.1.4.1.9.9.402.2.2.7
This is a collection of objects which provide the statistics information for powered devices.
                 cpeExtMainPseGroup2 1.3.6.1.4.1.9.9.402.2.2.8
This is a collection of objects which provide additional information to identify the PSE group.
                 cpeExtPseGrpPwrGroup 1.3.6.1.4.1.9.9.402.2.2.9
This is a collection of objects which provide power monitoring information for the PSE group.
                 cpeExtPortPolicingActionGroup 1.3.6.1.4.1.9.9.402.2.2.10
This is a collection of objects which provide control of the power policing action of the PSE port.
                 cpeExtPortPwrManAllocGroup 1.3.6.1.4.1.9.9.402.2.2.11
This is a collection of objects which provide manual power allocation for the PSE port.
                 cpeExtPolicingNotifEnableGroup 1.3.6.1.4.1.9.9.402.2.2.12
A collection of object that provides control over power consumption policing status notification.
                 cpeExtPolicingNotifGroup 1.3.6.1.4.1.9.9.402.2.2.13
This is a collection of notifications related to power consumption policing information for PSE ports.
                 cpeExtPowerPriorityGroup 1.3.6.1.4.1.9.9.402.2.2.14
A collection of objects which provides global control of power priority feature.
                 cpeExtPsePortLldpGroup 1.3.6.1.4.1.9.9.402.2.2.15
A collection of objects which provides the information about the LLDP based Data Link Layer power classification characteristics of power Ethernet PSE ports.
                 cpeExtPsePortCapabilitiesGroup 1.3.6.1.4.1.9.9.402.2.2.16
A collection of objects which provides PSE port capabilities.
                 cpeExtPsePortLldpPowerGroup 1.3.6.1.4.1.9.9.402.2.2.17
A collection of objects which provide Power information via MDI TLV in LLDP Protocol.