FOUNDRY-POE-MIB

File: FOUNDRY-POE-MIB.mib (9672 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
FOUNDRY-SN-ROOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 DisplayString InterfaceIndex
snAgentSys

Defined Types

SnAgentPoePortEntry  
SEQUENCE    
  snAgentPoePortNumber InterfaceIndex
  snAgentPoePortControl INTEGER
  snAgentPoePortWattage Integer32
  snAgentPoePortClass Integer32
  snAgentPoePortPriority INTEGER
  snAgentPoePortConsumed Integer32
  snAgentPoePortType DisplayString

SnAgentPoeModuleEntry  
SEQUENCE    
  snAgentPoeModuleNumber Unsigned32
  snAgentPoeModuleBudget Unsigned32
  snAgentPoeModuleMaxPDTypeSupport INTEGER

SnAgentPoeUnitEntry  
SEQUENCE    
  snAgentPoeUnitIndex Unsigned32
  snAgentPoeUnitPowerCapacityTotal Unsigned32
  snAgentPoeUnitPowerCapacityFree Unsigned32
  snAgentPoeUnitPowerAllocationsRequestsHonored Unsigned32

Defined Values

snAgentPoe 1.3.6.1.4.1.1991.1.1.2.14
The Brocade proprietary MIB module for Power Over Ethernet(PoE) It has PoE port and module configuring information. Copyright 1996-2010 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment.
MODULE-IDENTITY    

snAgentPoeGbl 1.3.6.1.4.1.1991.1.1.2.14.1
OBJECT IDENTIFIER    

snAgentPoePort 1.3.6.1.4.1.1991.1.1.2.14.2
OBJECT IDENTIFIER    

snAgentPoeModule 1.3.6.1.4.1.1991.1.1.2.14.3
OBJECT IDENTIFIER    

snAgentPoeUnit 1.3.6.1.4.1.1991.1.1.2.14.4
OBJECT IDENTIFIER    

snAgentPoeGblPowerCapacityTotal 1.3.6.1.4.1.1991.1.1.2.14.1.1
This object shows the total inline power capacity available in the device, measured in mWatts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snAgentPoeGblPowerCapacityFree 1.3.6.1.4.1.1991.1.1.2.14.1.2
This object shows the inline power capacity currently available in the device which is unallocated, measured in mWatts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snAgentPoeGblPowerAllocationsRequestsHonored 1.3.6.1.4.1.1991.1.1.2.14.1.3
This object shows number of times the inline power allocations requests honored.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snAgentPoePortTable 1.3.6.1.4.1.1991.1.1.2.14.2.2
A table of POE port information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnAgentPoePortEntry

snAgentPoePortEntry 1.3.6.1.4.1.1991.1.1.2.14.2.2.1
A row in the POE port table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnAgentPoePortEntry  

snAgentPoePortNumber 1.3.6.1.4.1.1991.1.1.2.14.2.2.1.1
The port number in ifIndex value.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

snAgentPoePortControl 1.3.6.1.4.1.1991.1.1.2.14.2.2.1.2
Control inline power on/off to a port. If a port does not have inline power capability, reading this object returns 'other(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3), enableLegacyDevice(4)  

snAgentPoePortWattage 1.3.6.1.4.1.1991.1.1.2.14.2.2.1.3
Adjust the inline power wattage. Valid value between 1000 to 15400(IEEE802_3AF)/30000(IEEE802_3AT). Each unit is milliwatts. This object can only be set after snSwIfInLinePowerControl has been set to 'enable(3)' or 'enableLegacyDevice(4)'. If a port does not have inline power capability, reading this object returns undefined value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

snAgentPoePortClass 1.3.6.1.4.1.1991.1.1.2.14.2.2.1.4
Adjust the inline power class. Valid value between 0 to 3(IEEE802_3AF)/4(IEEE802_3AT). This object can only be set after snSwIfInLinePowerControl has been set to 'enable(3)' or 'enableLegacyDevice(4)'. If a port does not have inline power capability, reading this object returns undefined value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

snAgentPoePortPriority 1.3.6.1.4.1.1991.1.1.2.14.2.2.1.5
Inline power allocation priority for the power device 0- Not a POE port, 1- Critical, 2- High, 3- Low, 4- Medium, 5- other.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), critical(1), high(2), low(3), medium(4), other(5)  

snAgentPoePortConsumed 1.3.6.1.4.1.1991.1.1.2.14.2.2.1.6
Inline power consumed by the port. Each unit is milliwatts.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

snAgentPoePortType 1.3.6.1.4.1.1991.1.1.2.14.2.2.1.7
Inline Power device type 802.3af, 802.3at or Legacy device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snAgentPoeModuleTable 1.3.6.1.4.1.1991.1.1.2.14.3.1
A table of POE Module configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnAgentPoeModuleEntry

snAgentPoeModuleEntry 1.3.6.1.4.1.1991.1.1.2.14.3.1.1
A row in the POE Module table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnAgentPoeModuleEntry  

snAgentPoeModuleNumber 1.3.6.1.4.1.1991.1.1.2.14.3.1.1.1
This objects talks about POE module number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snAgentPoeModuleBudget 1.3.6.1.4.1.1991.1.1.2.14.3.1.1.2
This objects talks about module power budget in watts.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

snAgentPoeModuleMaxPDTypeSupport 1.3.6.1.4.1.1991.1.1.2.14.3.1.1.3
This object talks about the POE module type which is capable to support Power Device (PD) type ieee802.3af or ieee802.3at(also called POE plus)type. Module which support ieee802.3at can also support ieee802.3af but reverse is not true.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ieee802dot3af(0), ieee802dot3at(1)  

snAgentPoeUnitTable 1.3.6.1.4.1.1991.1.1.2.14.4.1
A table of POE informaion for each unit. Only the unit that has POE capability appears in a table row
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnAgentPoeUnitEntry

snAgentPoeUnitEntry 1.3.6.1.4.1.1991.1.1.2.14.4.1.1
A row in the POE Unit table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnAgentPoeUnitEntry  

snAgentPoeUnitIndex 1.3.6.1.4.1.1991.1.1.2.14.4.1.1.1
The Index to POE unit Table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snAgentPoeUnitPowerCapacityTotal 1.3.6.1.4.1.1991.1.1.2.14.4.1.1.2
This object shows the total inline power capacity available on that unit (device), measured in mWatts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snAgentPoeUnitPowerCapacityFree 1.3.6.1.4.1.1991.1.1.2.14.4.1.1.3
This object shows the inline power capacity currently available on that unit (device) which is unallocated, measured in mWatts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snAgentPoeUnitPowerAllocationsRequestsHonored 1.3.6.1.4.1.1991.1.1.2.14.4.1.1.4
This object shows number of times the inline power allocations requests honored on that unit (device).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32