WWP-ENVIRON-MIB

File: WWP-ENVIRON-MIB.mib (32099 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI WWP-SMI

Imported symbols

TEXTUAL-CONVENTION NOTIFICATION-TYPE Counter32
Integer32 OBJECT-TYPE MODULE-IDENTITY
TruthValue DisplayString wwpModules

Defined Types

PortList  
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

WwpEnvPowerEntry  
SEQUENCE    
  wwpEnvPowerSupplyNum Integer32
  wwpEnvPowerSupplyState INTEGER
  wwpEnvPowerSupplyType INTEGER
  wwpEnvPowerSupplyRedundancy INTEGER

WwpEnvFanModuleEntry  
SEQUENCE    
  wwpEnvFanModuleNum Integer32
  wwpEnvFanModuleState INTEGER
  wwpEnvFanAvgSpeed Integer32
  wwpEnvFanCurrentSpeed Integer32
  wwpEnvFanMinSpeed Integer32

WwpEnvTempSensorEntry  
SEQUENCE    
  wwpEnvTempSensorNum Integer32
  wwpEnvTempSensorValue Integer32
  wwpEnvTempSensorHighThreshold Integer32
  wwpEnvTempSensorLowThreshold Integer32
  wwpEnvTempSensorState INTEGER

WwpPortPowerMgmtEntry  
SEQUENCE    
  wwpEnvPortBankId Integer32
  wwpEnvPortMap PortList
  wwpEnvPortBankOn INTEGER

Defined Values

wwpEnvironMIB 1.3.6.1.4.1.6141.2.13
The MIB module for the WWP Specifc environment. It contains the environment variables for the WWP System.
MODULE-IDENTITY    

wwpEnvironMIBObjects 1.3.6.1.4.1.6141.2.13.1
OBJECT IDENTIFIER    

wwpEnviron 1.3.6.1.4.1.6141.2.13.1.1
OBJECT IDENTIFIER    

wwpEnvBatteryModule 1.3.6.1.4.1.6141.2.13.1.1.1
OBJECT IDENTIFIER    

wwpEnvPowerSupplyModule 1.3.6.1.4.1.6141.2.13.1.1.2
OBJECT IDENTIFIER    

wwpEnvFanModule 1.3.6.1.4.1.6141.2.13.1.1.3
OBJECT IDENTIFIER    

wwpEnvTempSensor 1.3.6.1.4.1.6141.2.13.1.1.4
OBJECT IDENTIFIER    

wwpEnvPortPowerMgmt 1.3.6.1.4.1.6141.2.13.1.1.5
OBJECT IDENTIFIER    

wwpEnvNotif 1.3.6.1.4.1.6141.2.13.1.1.6
OBJECT IDENTIFIER    

wwpEnvPortalBatteryModule 1.3.6.1.4.1.6141.2.13.1.1.7
OBJECT IDENTIFIER    

wwpEnvDoorModule 1.3.6.1.4.1.6141.2.13.1.1.8
OBJECT IDENTIFIER    

wwpEnvDryContactModule 1.3.6.1.4.1.6141.2.13.1.1.9
OBJECT IDENTIFIER    

wwpEnvRFModule 1.3.6.1.4.1.6141.2.13.1.1.10
OBJECT IDENTIFIER    

wwpEnvironMIBNotificationPrefix 1.3.6.1.4.1.6141.2.13.2
OBJECT IDENTIFIER    

wwpEnvironMIBNotifications 1.3.6.1.4.1.6141.2.13.2.0
OBJECT IDENTIFIER    

wwpEnvironMIBConformance 1.3.6.1.4.1.6141.2.13.3
OBJECT IDENTIFIER    

wwpEnvironMIBCompliances 1.3.6.1.4.1.6141.2.13.3.1
OBJECT IDENTIFIER    

wwpEnvironMIBGroups 1.3.6.1.4.1.6141.2.13.3.2
OBJECT IDENTIFIER    

wwpEnvBattStatus 1.3.6.1.4.1.6141.2.13.1.1.1.1
Describes the battery hardware the device is configured with. For Portals, the Management station should use the new added object wwpEnvPortalCurrentBattStatus for the batery status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER presentAndWorking(1), presentButNotWorking(2), notPresent(3)  

wwpEnvPowerTable 1.3.6.1.4.1.6141.2.13.1.1.2.1
A list of power supply entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpEnvPowerEntry

wwpEnvPowerEntry 1.3.6.1.4.1.6141.2.13.1.1.2.1.1
An entry in the powerTable providing objects for a power supply.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpEnvPowerEntry  

wwpEnvPowerSupplyNum 1.3.6.1.4.1.6141.2.13.1.1.2.1.1.1
Denotes the power supply.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

wwpEnvPowerSupplyState 1.3.6.1.4.1.6141.2.13.1.1.2.1.1.2
Denotes the power supply's state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER infoNotAvailable(1), notInstalled(2), installedAndOperating(3), installedAndNotOperating(4)  

wwpEnvPowerSupplyType 1.3.6.1.4.1.6141.2.13.1.1.2.1.1.3
Denotes the power supply type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ac-dc(1), dc-dc(2), notSupported(3), highOutput(4), external(5)  

wwpEnvPowerSupplyRedundancy 1.3.6.1.4.1.6141.2.13.1.1.2.1.1.4
Denotes whether or not the power supply is redundant.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER redundant(1), notRedundant(2), notSupported(3)  

wwpEnvRedPowerSupplyNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.2.2
This variable indicates whether the system generates the wwpEnvRedPowerSupplyNotification. A false value prevents this notifications from being generated by this system.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvFanModuleTable 1.3.6.1.4.1.6141.2.13.1.1.3.1
A list of fan module entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpEnvFanModuleEntry

wwpEnvFanModuleEntry 1.3.6.1.4.1.6141.2.13.1.1.3.1.1
An entry in the fan module Table providing objects for a fan module.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpEnvFanModuleEntry  

wwpEnvFanModuleNum 1.3.6.1.4.1.6141.2.13.1.1.3.1.1.1
Denotes the Fan module.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

wwpEnvFanModuleState 1.3.6.1.4.1.6141.2.13.1.1.3.1.1.2
Denotes the fan modules state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER infoNotAvailable(1), notInstalled(2), installedAndOperating(3), installedAndNotOperating(4)  

wwpEnvFanAvgSpeed 1.3.6.1.4.1.6141.2.13.1.1.3.1.1.3
The fans average speed in RPM. The average is calculated on a continuous basis from system startup.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpEnvFanCurrentSpeed 1.3.6.1.4.1.6141.2.13.1.1.3.1.1.4
The current speed of the fan in RPM.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpEnvFanMinSpeed 1.3.6.1.4.1.6141.2.13.1.1.3.1.1.5
The minimum speed of the fan in RPM.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpEnvFanModuleNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.3.2
This variable indicates whether the system generates the wwpEnvFanModuleNotification. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvTempSensorTable 1.3.6.1.4.1.6141.2.13.1.1.4.1
A list of Temp Sensors entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpEnvTempSensorEntry

wwpEnvTempSensorEntry 1.3.6.1.4.1.6141.2.13.1.1.4.1.1
An entry in the Temp Sensor Table providing objects for a Temp Sensor.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpEnvTempSensorEntry  

wwpEnvTempSensorNum 1.3.6.1.4.1.6141.2.13.1.1.4.1.1.1
Denotes the Temp sensor module.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

wwpEnvTempSensorValue 1.3.6.1.4.1.6141.2.13.1.1.4.1.1.2
The value of temperature measured by the sensor inside the device in degrees C.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wwpEnvTempSensorHighThreshold 1.3.6.1.4.1.6141.2.13.1.1.4.1.1.3
The highest value that the object wwpEnvTempSensorValue may obtain at which a wwpEnvMIBTempNotification is sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wwpEnvTempSensorLowThreshold 1.3.6.1.4.1.6141.2.13.1.1.4.1.1.4
The Lowest value that the object wwpEnvTempSensorValue may obtain at which a wwpEnvMIBTempNotification is sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wwpEnvTempSensorState 1.3.6.1.4.1.6141.2.13.1.1.4.1.1.5
The state indicates whether the current temp is greater than, equal to or less than the threshold state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER higherThanThreshold(0), normal(1), lowerThanThreshold(2)  

wwpEnvTempNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.4.2
This variable indicates whether the system generates the wwpEnvTempNotification. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpPortPowerMgmtTable 1.3.6.1.4.1.6141.2.13.1.1.5.1
A list of Port Power Management entries. This table affects the port power only when the input power supply is Battery.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpPortPowerMgmtEntry

wwpPortPowerMgmtEntry 1.3.6.1.4.1.6141.2.13.1.1.5.1.1
An entry in the Port Power Mgmt Table providing objects for Port Power Management.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpPortPowerMgmtEntry  

wwpEnvPortBankId 1.3.6.1.4.1.6141.2.13.1.1.5.1.1.1
Denotes the Port Bank module. A Bank is a set of ports for the power management when the source of the input power is switched to battery.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

wwpEnvPortMap 1.3.6.1.4.1.6141.2.13.1.1.5.1.1.2
The port map associated with this BankId.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

wwpEnvPortBankOn 1.3.6.1.4.1.6141.2.13.1.1.5.1.1.3
The object to decide whether the port related to this Bank should be on or not if the input power supply is switched to Battery.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(0), on(1)  

wwpPowerSwitchingOp 1.3.6.1.4.1.6141.2.13.1.1.6.1
The object to notify whether the input power supply is switching from ac to Battery or vice versa.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), acToBattery(1), bateryToAC(2)  

wwpEnvPortalBatteryStatus 1.3.6.1.4.1.6141.2.13.1.1.7.1
Describes the current status of the battery. If battery is connected then the status is indicated as 'present'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER present(1), missing(2)  

wwpEnvPortalBatteryVoltageLevel 1.3.6.1.4.1.6141.2.13.1.1.7.2
Describes the current voltage level of the battery.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), low(2)  

wwpEnvPortalBatteryCondition 1.3.6.1.4.1.6141.2.13.1.1.7.3
Describes the current condition of the battery.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER good(1), bad(2)  

wwpEnvPortalPowerSource 1.3.6.1.4.1.6141.2.13.1.1.7.4
Describes the current power source for the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primaryPower(1), battery(2)  

wwpEnvBatteryNormalStateName 1.3.6.1.4.1.6141.2.13.1.1.7.5
The state name associated with the low state of the battery.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryLowStateName 1.3.6.1.4.1.6141.2.13.1.1.7.6
The state name associated with the normal state of the battery.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryGoodStateName 1.3.6.1.4.1.6141.2.13.1.1.7.7
The state name associated with the good state of the battery.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryBadStateName 1.3.6.1.4.1.6141.2.13.1.1.7.8
The state name associated with the bad state of the battery.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryPresentStateName 1.3.6.1.4.1.6141.2.13.1.1.7.9
The state name associated with the battery state 'present'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryMissingStateName 1.3.6.1.4.1.6141.2.13.1.1.7.10
The state name associated with the battery state 'missing'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryPowerPrimaryStateName 1.3.6.1.4.1.6141.2.13.1.1.7.11
The state name associated with the state when the device is on primary power.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryPowerBatteryStateName 1.3.6.1.4.1.6141.2.13.1.1.7.12
The state name associated with the state when the device is on battery power.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvBatteryLowStateNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.7.13
This variable indicates whether the system will generate the wwpEnvPortalBatteryStatusNotification in case of battery state changing from normal to low or vice versa. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvBatteryBadStateNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.7.14
This variable indicates whether the system will generate the wwpEnvPortalBatteryStatusNotification in case of battery state changing from good to bad or vice versa. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvBatteryMissingStateNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.7.15
This variable indicates whether the system will generate the wwpEnvPortalBatteryStatusNotification in case of battery state changing from present to missing or vice versa. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvBatteryPowerNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.7.16
This variable indicates whether the system will generate the wwpEnvPortalBatteryStatusNotification in case of input power changing from primary to battery or vice versa. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvBatteryPeriodicTrapsTimer 1.3.6.1.4.1.6141.2.13.1.1.7.17
Adjusts the amount of time, in hours, when the current state of the battery is evaluated and status traps are automatically issued. When set to zero (0) no periodic evaluation of the battery is performed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..8760  

wwpEnvBatteryPowerUpTrapsEnable 1.3.6.1.4.1.6141.2.13.1.1.7.18
When set to true, upon portal power-up the state of the battery is evaluated and status traps are issued. When set to false, no portal power-up battery state traps will be issued.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvDoorState 1.3.6.1.4.1.6141.2.13.1.1.8.1
The state of the door.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(1), close(2)  

wwpEnvDoorNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.8.2
This variable indicates whether the system generates the wwpEnvDoorStateChgNotification. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvDryContactOpenStateName 1.3.6.1.4.1.6141.2.13.1.1.9.1
The state name associated with the open state of the dry contact.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvDryContactOpenStateChgAccumulate 1.3.6.1.4.1.6141.2.13.1.1.9.2
Setting this object to 'enable' will cause the system to accumulate open state changes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpEnvDryContactOpenStateCount 1.3.6.1.4.1.6141.2.13.1.1.9.3
The number of times the dry contact has entered the open state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpEnvDryContactOpenStateNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.9.4
This variable indicates whether the system generates the wwpEnvDryContactOpenStateNotification. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvDryContactCloseStateName 1.3.6.1.4.1.6141.2.13.1.1.9.5
The state name associated with the close state of the dry contact.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

wwpEnvDryContactCloseStateChgAccumulate 1.3.6.1.4.1.6141.2.13.1.1.9.6
Setting this object to 'enable' will cause the system to accumulate close state changes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpEnvDryContactCloseStateCount 1.3.6.1.4.1.6141.2.13.1.1.9.7
The number of times the dry contact has entered the close state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpEnvDryContactCloseStateNotifEnabled 1.3.6.1.4.1.6141.2.13.1.1.9.8
This variable indicates whether the system generates the wwpEnvDryContactCloseStateNotification. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpEnvRFModuleState 1.3.6.1.4.1.6141.2.13.1.1.10.1
Setting this object to 'enable' will set the the RF state to 'enable'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpEnvRFModuleSignalDetect 1.3.6.1.4.1.6141.2.13.1.1.10.2
The status of signal detect by the RF Module.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wwpEnvPowerSupplyStatusNotification 1.3.6.1.4.1.6141.2.13.2.0.1
A wwpEnvPowerSupplyStatusNotification is sent if a power supply state is changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvFanModuleNotification 1.3.6.1.4.1.6141.2.13.2.0.2
A wwpEnvFanModuleNotification is sent if the fan state changes.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvTempNotification 1.3.6.1.4.1.6141.2.13.2.0.3
A wwpEnvTempNotification is sent if the wwpEnvTempSensorState is changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvPowerSwitchNotification 1.3.6.1.4.1.6141.2.13.2.0.4
A wwpEnvPowerSwitchNotification is sent if the input power supply is switched to Battery from the AC power or switched from the Battery to the AC Power.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvPortalBatteryStatusNotification 1.3.6.1.4.1.6141.2.13.2.0.5
A wwpEnvPortalBatteryStatusNotification is sent if the Battery status changes. If the device supports the configurable battery state names, then the corresponding battery state name should also be sent with this notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvPortalBatteryVoltageLevelNotification 1.3.6.1.4.1.6141.2.13.2.0.6
A wwpEnvPortalBatteryVoltageLevelNotification is sent if the Battery voltage level changes from normal to low or vice versa. If the device supports the configurable battery state names, then the corresponding battery state name should also be sent with this notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvPortalBatteryConditionNotification 1.3.6.1.4.1.6141.2.13.2.0.7
A wwpEnvPortalBatteryConditionNotification is sent if the Battery condition changes from good to bad or vice versa. If the device supports the configurable battery state names, then the corresponding battery state name should also be sent with this notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvPortalPowerSourceNotification 1.3.6.1.4.1.6141.2.13.2.0.8
A wwpEnvPortalPowerSourceNotification is sent if the Battery input power source changes from battery to primary power or vice versa. A device which supports wwpEnvPowerSwitchNotification should not support this notification. If the device supports the configurable battery state names, then the corresponding battery state name should also be sent with this notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvDoorStateChgNotification 1.3.6.1.4.1.6141.2.13.2.0.9
A wwpEnvDoorStateChgNotification is sent if the door state changes.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvDryContactOpenStateNotification 1.3.6.1.4.1.6141.2.13.2.0.10
A wwpEnvDryContactOpenStateNotification is sent when the dry contact enters in the open state.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpEnvDryContactCloseStateNotification 1.3.6.1.4.1.6141.2.13.2.0.11
A wwpEnvDryContactCloseStateNotification is sent when the dry contact enters in the close state.
Status: current Access: read-only
NOTIFICATION-TYPE