BAY-STACK-NES-MIB

File: BAY-STACK-NES-MIB.mib (11139 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
SYNOPTICS-ROOT-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 Unsigned32 RowStatus
TruthValue InterfaceIndex bayStackMibs

Defined Types

BsnesScheduleEntry  
SEQUENCE    
  bsnesScheduleDay INTEGER
  bsnesScheduleHour Integer32
  bsnesScheduleMinute Integer32
  bsnesScheduleAction INTEGER
  bsnesScheduleRowStatus RowStatus

BsnesInterfaceEntry  
SEQUENCE    
  bsnesInterfaceIndex InterfaceIndex
  bsnesInterfaceEnergySaverEnabled TruthValue
  bsnesInterfaceEnergySaverPoeStatus INTEGER

BsnesSavingsEntry  
SEQUENCE    
  bsnesSavingsUnitIndex Unsigned32
  bsnesSavingsUnitSavings Unsigned32
  bsnesSavingsPoeSavings Unsigned32

Defined Values

bayStackNesMib 1.3.6.1.4.1.45.5.34
Nortel Energy Saver (NES) MIB Copyright 2009 Nortel Networks, Inc. All rights reserved. This Nortel Networks SNMP Management Information Base Specification embodies Nortel Networks' confidential and proprietary intellectual property. Nortel Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Nortel Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

bayStackNesNotifications 1.3.6.1.4.1.45.5.34.0
OBJECT IDENTIFIER    

bayStackNesObjects 1.3.6.1.4.1.45.5.34.1
OBJECT IDENTIFIER    

bayStackNesNotificationObjects 1.3.6.1.4.1.45.5.34.2
OBJECT IDENTIFIER    

bsnesScalars 1.3.6.1.4.1.45.5.34.1.1
OBJECT IDENTIFIER    

bsnesEnergySaverEnabled 1.3.6.1.4.1.45.5.34.1.1.1
This object controls whether the Nortel Energy Saver feature is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsnesPoePowerSavingEnabled 1.3.6.1.4.1.45.5.34.1.1.2
This object controls whether Nortel Energy Saver POE power saving is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsnesEfficiencyModeEnabled 1.3.6.1.4.1.45.5.34.1.1.3
This object controls whether Nortel Energy Saver Efficiency-Mode is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsnesEnergySaverActive 1.3.6.1.4.1.45.5.34.1.1.4
This object controls whether Nortel Energy Saver is currently active. A value of true(1) indicates energy saving is active. A value of false(2) indicates energy saving is currently inactive. The value of this object will change over time as specified by the energy saving schedule. Setting this object allows energy saving to be manually activated or deactivated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsnesScheduleTable 1.3.6.1.4.1.45.5.34.1.2
This table contains the schedule for activation and deactivation of the Nortel Energy Saver feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsnesScheduleEntry

bsnesScheduleEntry 1.3.6.1.4.1.45.5.34.1.2.1
An energy saver schedule entry, indicates a time to activate or deactivate energy savings.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsnesScheduleEntry  

bsnesScheduleDay 1.3.6.1.4.1.45.5.34.1.2.1.1
Day on which this schedule entry takes effect.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6), sunday(7)  

bsnesScheduleHour 1.3.6.1.4.1.45.5.34.1.2.1.2
Hour on which this schedule entry takes effect. A value of 0 means 12am midnight. A value of 12 means 12pm noon.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..23  

bsnesScheduleMinute 1.3.6.1.4.1.45.5.34.1.2.1.3
Minute on which this schedule entry takes effect.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..59  

bsnesScheduleAction 1.3.6.1.4.1.45.5.34.1.2.1.4
The action taken when this schedule entry takes effect. Indicates whether energy savings will be activated or deactivated.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER activate(1), deactivate(2)  

bsnesScheduleRowStatus 1.3.6.1.4.1.45.5.34.1.2.1.5
Used to create/delete schedule entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bsnesInterfaceTable 1.3.6.1.4.1.45.5.34.1.3
This table contains per-port NES settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsnesInterfaceEntry

bsnesInterfaceEntry 1.3.6.1.4.1.45.5.34.1.3.1
NES settings for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsnesInterfaceEntry  

bsnesInterfaceIndex 1.3.6.1.4.1.45.5.34.1.3.1.1
The ifIndex value of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

bsnesInterfaceEnergySaverEnabled 1.3.6.1.4.1.45.5.34.1.3.1.2
Indicates whether the Nortel Energy Saver feature is enabled for this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsnesInterfaceEnergySaverPoeStatus 1.3.6.1.4.1.45.5.34.1.3.1.3
Indicates the Nortel Energy Saver PoE status for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), notApplicable(3)  

bsnesSavingsTable 1.3.6.1.4.1.45.5.34.1.4
This table contains per-unit information about the amount of power being saved by NES.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsnesSavingsEntry

bsnesSavingsEntry 1.3.6.1.4.1.45.5.34.1.4.1
Information about the amount of power being saved for a unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsnesSavingsEntry  

bsnesSavingsUnitIndex 1.3.6.1.4.1.45.5.34.1.4.1.1
The unit number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..8  

bsnesSavingsUnitSavings 1.3.6.1.4.1.45.5.34.1.4.1.2
Indicates the amount of switch capacity power being saved on this unit. The value of this object is 1/10 watts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bsnesSavingsPoeSavings 1.3.6.1.4.1.45.5.34.1.4.1.3
Indicates the amount of PoE power being saved on this unit. The value of this object is 1/10 watts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bsnesGloballyEnabled 1.3.6.1.4.1.45.5.34.0.1
Indicates that NES was globally enabled.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsnesGloballyDisabled 1.3.6.1.4.1.45.5.34.0.2
Indicates that NES was globally disabled.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsnesManuallyActivated 1.3.6.1.4.1.45.5.34.0.3
Indicates that NES was manually activated.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsnesManuallyDeactivated 1.3.6.1.4.1.45.5.34.0.4
Indicates that NES was manually deactived.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsnesScheduleNotApplied 1.3.6.1.4.1.45.5.34.0.5
Indicates that a schedule was not applied because SNTP in not synchronized.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsnesScheduleApplied 1.3.6.1.4.1.45.5.34.0.6
Indicates that SNTP is synchronized and that the schedule is being applied.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsnesActivated 1.3.6.1.4.1.45.5.34.0.7
Indicates that NES was activated by schedule.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsnesDeactivated 1.3.6.1.4.1.45.5.34.0.8
Indicates that NES was deactivated by schedule.
Status: current Access: read-only
NOTIFICATION-TYPE