ALU-POWER-ETHERNET-MIB

File: ALU-POWER-ETHERNET-MIB.mib (27215 bytes)

Imported modules

ALCATEL-IND1-BASE SNMPv2-SMI SNMPv2-TC
IF-MIB SNMPv2-CONF

Imported symbols

softentIND1InLinePower MODULE-IDENTITY OBJECT-TYPE
Integer32 Gauge32 Counter32
NOTIFICATION-TYPE TruthValue InterfaceIndex
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

PethPsePortEntry  
SEQUENCE    
  pethPsePortGroupIndex Integer32
  pethPsePortIndex Integer32
  pethPsePortAdminEnable INTEGER
  pethPsePortPowerPairsControlAbility TruthValue
  pethPsePortPowerPairs INTEGER
  pethPsePortPowerDetectionControl INTEGER
  pethPsePortDetectionStatus INTEGER
  pethPsePortPowerPriority INTEGER
  pethPsePortPowerMaintenanceStatus INTEGER
  pethPsePortMPSAbsentCounter Counter32
  pethPsePortOverCurrentCounter Counter32
  pethPsePortType INTEGER
  pethPsePortPowerClassifications INTEGER

PethPdPortEntry  
SEQUENCE    
  pethPdPortIndex InterfaceIndex
  pethPdPortAdminEnable INTEGER

PethMainPseEntry  
SEQUENCE    
  pethMainPseGroupIndex Integer32
  pethMainPsePower Gauge32
  pethMainPseOperStatus INTEGER
  pethMainPseConsumptionPower Gauge32
  pethMainPseUsageThreshold Integer32

PethNotificationControlEntry  
SEQUENCE    
  pethNotificationControlGroupIndex Integer32
  pethNotificationControlEnable INTEGER

Defined Values

powerEthernetMIB 1.3.6.1.4.1.6486.801.1.2.1.27.999
The MIB module for for managing Powered Devices (PD) or Power Source Equipment (PSE) working according to the IEEE 802.af Powered Ethernet (DTE Power via MDI) standard. The following terms are used throughout this MIB module. For complete formal definitions, the IEEE 802.3 standards should be consulted wherever possible: Group - A recommended, but optional, entity defined by the IEEE 802.3 management standard, in order to support a modular numbering scheme. The classical example allows an implementor to represent field-replaceable units as groups of ports, with the port numbering matching the modular hardware implementation. Port - This entity identifies the port within the group for which this entry contains information. The numbering scheme for ports is implementation specific.
MODULE-IDENTITY    

pethNotifications 1.3.6.1.4.1.6486.801.1.2.1.27.999.0
OBJECT IDENTIFIER    

pethObjects 1.3.6.1.4.1.6486.801.1.2.1.27.999.1
OBJECT IDENTIFIER    

pethConformance 1.3.6.1.4.1.6486.801.1.2.1.27.999.2
OBJECT IDENTIFIER    

pethPsePortTable 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1
A table of objects that display and control the power characteristics power Ethernet ports on a Power Source Entity (PSE) device. This group will be implemented in managed power Ethernet switches and mid-span devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PethPsePortEntry

pethPsePortEntry 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1
A set of objects that display and control the power characteristics of a power Ethernet PSE port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PethPsePortEntry  

pethPsePortGroupIndex 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.1
This variable uniquely identifies the group containing the port to which a power Ethernet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for non-modular devices . pethPseMidSpanGroupCapacity is the number of Mid-Span PSE groups that can be contained within the Mid-Span PSE.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

pethPsePortIndex 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.2
This variable uniquely identifies the power Ethernet PSE port within group pethPseGroupIndex to which the power Ethernet PSE entry is connected.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

pethPsePortAdminEnable 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.3
Enables power supply on this port. Setting this object at a value enable(1) enables power and detection mechanism for this port. Setting this object at a value disable(2) disables power for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pethPsePortPowerPairsControlAbility 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.4
Describes the capability of controlling the power pairs functionality to switch pins for sourcing power. The value true indicate that the device has the capability to control the power pairs
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pethPsePortPowerPairs 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.5
Describes or controls the pairs in use. If the value of pethPsePortPowerPairsControl is true, this object is writable. A value of signal(1) means that the signal pairs only are in use. A value of spare(2) means that the spare pairs only are in use.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER signal(1), spare(2)  

pethPsePortPowerDetectionControl 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.6
Controls the power detection mechanism of the port. Setting the value auto(1) enables the power detection mechanism of the port. Setting the value test(2) puts the port in a testmode: force continuous discovery without applying power regardless of whether PD detected.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), test(2)  

pethPsePortDetectionStatus 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.7
Describes the operational status of the port PD detection. A value of disabled(1)- indicates that the PSE State diagram is in the state IDLE A value of searching(2)- indicates that the PSE State diagram is in the state DETECTION, CLASSIFICATION, SIGNATURE_INVALID or BACKOFF. A value of deliveringPower(4) - indicates that the PSE State diagram is in the state POWER_UP, POWER_ON or POWER_OFF. A value of fault(5) - indicates that the PSE State diagram is in the state TEST_ERROR or the state IDLE due to the variable error condition. Faults detected are vendor specific. A value of test(7) - indicates that the PSE State diagram is in the state TEST_MODE. A value of denyLowPriority(8) indicates that the port was disabled by the power management system, in order to keep active higher priority ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), searching(2), deliveringPower(4), fault(5), test(7), denyLowPriority(8)  

pethPsePortPowerPriority 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.8
This object controls the priority of the port from the point of view of a power management algorithm. The priority that is set by this variable could be used by a control mechanism that prevents over current situations by disconnecting first ports with lower power priority. Ports that connect devices critical to the operation of the network - like the E911 telephones ports - should be set to higher priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER critical(1), high(2), low(3)  

pethPsePortPowerMaintenanceStatus 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.10
The value ok(1) indicates the Power Maintenance Signature is present and the overcurrent condition has not been detected. The value overCurrent (2) indicates an overcurrent condition has been detected. The value mPSAbsent(3) indicates that the Power Maintenance Signature is absent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), underCurrent(2), mPSAbsent(3)  

pethPsePortMPSAbsentCounter 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.11
Counts the number of times that the pethPsePortPowerMaintenanceStatus attribute changes from any value to the value mPSAbsent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pethPsePortOverCurrentCounter 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.12
Counts the number of times that the aPSEPowerCurrentStatus attribute changes from any value to the value overCurrent(2).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pethPsePortType 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.13
A manager will set the value of this variable to a value that indicates the type of the device that is connected to theport. This value can be the result of the mapping the address of the station connected to the port and of the value of the pethPdPortType of the respective PD port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), telephone(2), webcam(3), wireless(4)  

pethPsePortPowerClassifications 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.1.1.14
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. The value is only valid while a valid PD is being detected as indicated by the attribute pethPsePortDetectionStatus reporting the value or deliveringPower(4).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER class0(1), class1(2), class2(3), class3(4), class4(5)  

pethPdPortTable 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.2
A table of objects that display and control the power characteristics power Ethernet ports on a Powered Device(PD) device. This group will be implemented in managed powered and mid-span devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PethPdPortEntry

pethPdPortEntry 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.2.1
A set of objects that display and control the power characteristics of a Powered Device port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PethPdPortEntry  

pethPdPortIndex 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.2.1.1
An index value that uniquely identifies an interface to a PD device. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. The mapping between the ifIndex values and the numbering of the port on the device is an implementation issue.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

pethPdPortAdminEnable 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.2.1.2
This value identifies the operational state of the PD functions. An interface which can provide the PD functions will be enabled to do so when this attribute has the value enable. When this attribute has the value disable the interface will act as it would if it had no PD function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pethMainPseObjects 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3
OBJECT IDENTIFIER    

pethMainPseTable 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3.1
A table of objects that display and control the Main power on a PSE device. Example - an Ethernet switch midspan device can control an Ethnternet port and the Main Power supply unit's.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PethMainPseEntry

pethMainPseEntry 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3.1.1
A set of objects that display and control the Main power of a PSE.
Status: current Access: not-accessible
OBJECT-TYPE    
  PethMainPseEntry  

pethMainPseGroupIndex 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3.1.1.1
This variable uniquely identifies the group to which power Ethernet PSE is connected.Group means (box in the stack, module in a rack) and the value 1 MUST be used for non-modular devices
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

pethMainPsePower 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3.1.1.2
The nominal power of the PSE expressed in Watts.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..65535  

pethMainPseOperStatus 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3.1.1.3
The operational status of the main PSE.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2), faulty(3)  

pethMainPseConsumptionPower 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3.1.1.4
Measured usage power expressed in Watts.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

pethMainPseUsageThreshold 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.3.1.1.7
The usage threshold expressed in percents for comparing the measured power and initiating an alarm if the threshold is exceeded.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..99  

pethNotificationControl 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.4
OBJECT IDENTIFIER    

pethNotificationControlTable 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.4.1
A table of objects that display and control the Notification on a PSE device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PethNotificationControlEntry

pethNotificationControlEntry 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.4.1.1
A set of objects that control the Notification events.
Status: current Access: not-accessible
OBJECT-TYPE    
  PethNotificationControlEntry  

pethNotificationControlGroupIndex 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.4.1.1.1
This variable uniquely identifies the group. Group means box in the stack, module in a rack and it is RECOMENDED that the value 1 be used for non-modular devices
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

pethNotificationControlEnable 1.3.6.1.4.1.6486.801.1.2.1.27.999.1.4.1.1.2
Enable Notification from Agent
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pethPsePortOnOffNotification 1.3.6.1.4.1.6486.801.1.2.1.27.999.0.1
This Notification indicates if Pse Port is delivering or not power to the PD. This Notification SHOULD be sent on every status change except in the searching mode.
Status: current Access: read-write
NOTIFICATION-TYPE    

pethPsePortPowerMaintenanceStatusNotification 1.3.6.1.4.1.6486.801.1.2.1.27.999.0.2
This Notification indicates a Port Change Status and it SHOULD be sent on every status change.
Status: current Access: read-write
NOTIFICATION-TYPE    

pethMainPowerUsageOnNotification 1.3.6.1.4.1.6486.801.1.2.1.27.999.0.4
This Notification indicate PSE Threshold usage indication is on, the usage power is above the threshold.
Status: current Access: read-write
NOTIFICATION-TYPE    

pethMainPowerUsageOffNotification 1.3.6.1.4.1.6486.801.1.2.1.27.999.0.5
This Notification indicate PSE Threshold usage indication off, the usage power is below the threshold.
Status: current Access: read-write
NOTIFICATION-TYPE    

pethCompliances 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.1
OBJECT IDENTIFIER    

pethGroups 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.2
OBJECT IDENTIFIER    

pethCompliance 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.1.1
Describes the requirements for conformance to the Power Ethernet MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

pethPseCompliance 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.1.2
Describes the requirements for conformance to the PSE and MID- Span.
Status: current Access: read-write
MODULE-COMPLIANCE    

pethPdCompliance 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.1.3
Describes the requirements for conformance to the PD.
Status: current Access: read-write
MODULE-COMPLIANCE    

pethPsePortGroup 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.2.1
The pethPsePortGroup is mandatory for systems which implement PSE ports.
Status: current Access: read-write
OBJECT-GROUP    

pethPdPortGroup 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.2.2
The pethPdPortGroup is mandatory for systems which implement PD Ports.
Status: current Access: read-write
OBJECT-GROUP    

pethMainPseGroup 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.2.3
Main PSE Objects.
Status: current Access: read-write
OBJECT-GROUP    

pethNotificationControlGroup 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.2.4
Notification Control Objects.
Status: current Access: read-write
OBJECT-GROUP    

pethPsePortNotificationGroup 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.1.4
Pse Notification indications
Status: current Access: read-write
NOTIFICATION-GROUP    

pethMainPowerNotificationGroup 1.3.6.1.4.1.6486.801.1.2.1.27.999.2.1.5
Pse Notification indications
Status: current Access: read-write
NOTIFICATION-GROUP