ACMEPACKET-ENVMON-MIB

File: ACMEPACKET-ENVMON-MIB.mib (36127 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ACMEPACKET-SMI ACMEPACKET-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Gauge32 Integer32 TEXTUAL-CONVENTION
DisplayString TruthValue MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP acmepacketMgmt
ApHardwareModuleFamily ApRedundancyState ApPhyPortType
ApPresence

Defined Types

ApEnvMonState  
Represents the state of a device being monitored. Valid values are: initial (1): the environment is at initial state. normal (2) : the environment is good, such as low temperature. minor (3) : the environment is not good, such as: fan speed is more than minor alarm threshold, but less than major alarm threshold. major (4) : the environment is bad, such as: fan speed is more than major alarm threshold, but less than critical alarm threshold. critical(5): the environment is very bad, such as Fan speed is more than critical threshold. shutdown(6): the environment is the worst, the system should be shutdown immediately. notPresent(7): the environmental monitor is not present, such as temperature sensors do not exist. notFunctioning(8): the environmental monitor does not function properly, such as 1. I2C fail 2. a temperature sensor generates a abnormal data like 1000 C. unknown(9) : can not get the information due to internal error.
TEXTUAL-CONVENTION    
  INTEGER initial(1), normal(2), minor(3), major(4), critical(5), shutdown(6), notPresent(7), notFunctioning(8), unknown(9)  

ApEnvMonVoltageStatusEntry  
SEQUENCE    
  apEnvMonVoltageStatusIndex Integer32 1..2147483647
  apEnvMonVoltageStatusType INTEGER
  apEnvMonVoltageStatusDescr DisplayString
  apEnvMonVoltageStatusValue Integer32
  apEnvMonVoltageState ApEnvMonState
  apEnvMonVoltageSlotID INTEGER
  apEnvMonVoltageSlotType ApHardwareModuleFamily

ApEnvMonTemperatureStatusEntry  
SEQUENCE    
  apEnvMonTemperatureStatusIndex Integer32 1..2147483647
  apEnvMonTemperatureStatusType INTEGER
  apEnvMonTemperatureStatusDescr DisplayString
  apEnvMonTemperatureStatusValue Integer32
  apEnvMonTemperatureState ApEnvMonState
  apEnvMonTemperatureSlotID INTEGER
  apEnvMonTemperatureSlotType ApHardwareModuleFamily

ApEnvMonFanStatusEntry  
SEQUENCE    
  apEnvMonFanStatusIndex Integer32 1..2147483647
  apEnvMonFanStatusType INTEGER
  apEnvMonFanStatusDescr DisplayString
  apEnvMonFanStatusValue Gauge32
  apEnvMonFanState ApEnvMonState
  apEnvMonFanSlotID INTEGER

ApEnvMonPowerSupplyStatusEntry  
SEQUENCE    
  apEnvMonPowerSupplyStatusIndex Integer32 1..2147483647
  apEnvMonPowerSupplyStatusType INTEGER
  apEnvMonPowerSupplyStatusDescr DisplayString
  apEnvMonPowerSupplyState ApEnvMonState

ApEnvMonPhyCardStatusEntry  
SEQUENCE    
  apEnvMonPhyCardStatusIndex Integer32 1..2147483647
  apEnvMonPhyCardStatusType INTEGER
  apEnvMonPhyCardStatusDescr DisplayString
  apEnvMonPhyCardState ApEnvMonState

ApEnvMonCardEntry  
SEQUENCE    
  apEnvMonCardSlot INTEGER
  apEnvMonCardType ApHardwareModuleFamily
  apEnvMonCardDescr DisplayString
  apEnvMonCardHealthScore INTEGER
  apEnvMonCardState ApEnvMonState
  apEnvMonCardRedundancy ApRedundancyState

ApEnvMonCpuCoreEntry  
SEQUENCE    
  apEnvMonCpuCoreIndex INTEGER
  apEnvMonCpuCoreDescr DisplayString
  apEnvMonCpuCoreUsage Gauge32
  apEnvMonCpuCoreState INTEGER
  apEnvMonCpuCoreRamDescr DisplayString
  apEnvMonCpuCoreRamUsage Gauge32

Defined Values

apEnvMonModule 1.3.6.1.4.1.9148.3.3
The MIB module to describe the status of the Environmental Monitor on the devices.
MODULE-IDENTITY    

apEnvMonObjects 1.3.6.1.4.1.9148.3.3.1
OBJECT IDENTIFIER    

apEnvMonI2CState 1.3.6.1.4.1.9148.3.3.1.1
the state of environment monitor located in the chassis.
Status: current Access: read-only
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonVoltageObjects 1.3.6.1.4.1.9148.3.3.1.2
OBJECT IDENTIFIER    

apEnvMonVoltageStatusTable 1.3.6.1.4.1.9148.3.3.1.2.1
The table of voltage status maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApEnvMonVoltageStatusEntry

apEnvMonVoltageStatusEntry 1.3.6.1.4.1.9148.3.3.1.2.1.1
An entry in the voltage status table, representing the status of the associated testpoint maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApEnvMonVoltageStatusEntry  

apEnvMonVoltageStatusIndex 1.3.6.1.4.1.9148.3.3.1.2.1.1.1
Unique index for the testpoint being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

apEnvMonVoltageStatusType 1.3.6.1.4.1.9148.3.3.1.2.1.1.2
The entity part type from which the voltage value is from v2p5- 2.5V sensor: L3 cache core voltage; micro-processor and co-processoor I/O voltage; FPGA memories I/O voltage. v3p3 - 3.3V sensor: general TTL supply rail; control logic; micro-processor; micro-processor and co-processor; SDRAM v5 - 5V sensor: Fans; micro-processor core voltage regulator. CPU - CPU voltage micro-processor core voltage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), v2p5(1), v3p3(2), v5(3), cpu(4), v1(5), v1p1(6), v1p15(7), v1p2(8), v1p212(9), v1p25(10), v1p3(11), v1p5(12), v1p8(13), v2p6(14)  

apEnvMonVoltageStatusDescr 1.3.6.1.4.1.9148.3.3.1.2.1.1.3
Textual description of the voltage being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

apEnvMonVoltageStatusValue 1.3.6.1.4.1.9148.3.3.1.2.1.1.4
The current measurement of voltage if avaiable. The value is expressed as the integer in millivolts unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apEnvMonVoltageState 1.3.6.1.4.1.9148.3.3.1.2.1.1.5
The current state of the testpoint being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonVoltageSlotID 1.3.6.1.4.1.9148.3.3.1.2.1.1.6
The slot this voltage is found on.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apEnvMonVoltageSlotType 1.3.6.1.4.1.9148.3.3.1.2.1.1.7
The type of module found in this slot.
Status: current Access: read-only
OBJECT-TYPE    
  ApHardwareModuleFamily  

apEnvMonTemperatureObjects 1.3.6.1.4.1.9148.3.3.1.3
OBJECT IDENTIFIER    

apEnvMonTemperatureStatusTable 1.3.6.1.4.1.9148.3.3.1.3.1
The table of ambient temperature status maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApEnvMonTemperatureStatusEntry

apEnvMonTemperatureStatusEntry 1.3.6.1.4.1.9148.3.3.1.3.1.1
An entry in the ambient temperature status table, representing the status of the associated testpoint maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApEnvMonTemperatureStatusEntry  

apEnvMonTemperatureStatusIndex 1.3.6.1.4.1.9148.3.3.1.3.1.1.1
Unique index for the testpoint being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

apEnvMonTemperatureStatusType 1.3.6.1.4.1.9148.3.3.1.3.1.1.2
The entity part type from which the temperature value is from
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ds1624sMain(1), ds1624sCPU(2), lm84(3), lm75(4), lm75Main(5), lm75Cpu(6), lm75Phy(7)  

apEnvMonTemperatureStatusDescr 1.3.6.1.4.1.9148.3.3.1.3.1.1.3
Textual description of the temperature being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

apEnvMonTemperatureStatusValue 1.3.6.1.4.1.9148.3.3.1.3.1.1.4
The current measurement of the testpoint being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apEnvMonTemperatureState 1.3.6.1.4.1.9148.3.3.1.3.1.1.5
The current state of the testpoint being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonTemperatureSlotID 1.3.6.1.4.1.9148.3.3.1.3.1.1.6
The slot this temperature is found on.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apEnvMonTemperatureSlotType 1.3.6.1.4.1.9148.3.3.1.3.1.1.7
The type of module found in this slot.
Status: current Access: read-only
OBJECT-TYPE    
  ApHardwareModuleFamily  

apEnvMonFanObjects 1.3.6.1.4.1.9148.3.3.1.4
OBJECT IDENTIFIER    

apEnvMonFanStatusTable 1.3.6.1.4.1.9148.3.3.1.4.1
The table of fan status maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApEnvMonFanStatusEntry

apEnvMonFanStatusEntry 1.3.6.1.4.1.9148.3.3.1.4.1.1
An entry in the fan status table, representing the status of the associated fan maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApEnvMonFanStatusEntry  

apEnvMonFanStatusIndex 1.3.6.1.4.1.9148.3.3.1.4.1.1.1
Unique index for the fan being instrumented. This index is for SNMP purposes only.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

apEnvMonFanStatusType 1.3.6.1.4.1.9148.3.3.1.4.1.1.2
The entity part type from which the fan value is from. The left and right at the base when one faces the front of the SD. Next-generation products contain replaceable fans contained in chassis slots.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER left(0), middle(1), right(2), slot(3)  

apEnvMonFanStatusDescr 1.3.6.1.4.1.9148.3.3.1.4.1.1.3
Textual description of the fan being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

apEnvMonFanStatusValue 1.3.6.1.4.1.9148.3.3.1.4.1.1.4
The current percentage measurement of the fan speed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apEnvMonFanState 1.3.6.1.4.1.9148.3.3.1.4.1.1.5
The current state of the fan being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonFanSlotID 1.3.6.1.4.1.9148.3.3.1.4.1.1.6
The slot this van is found in. zero is returned if this fan is not of apEnvMonFanStatusType slot(3).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apEnvMonPowerSupplyObjects 1.3.6.1.4.1.9148.3.3.1.5
OBJECT IDENTIFIER    

apEnvMonPowerSupplyStatusTable 1.3.6.1.4.1.9148.3.3.1.5.1
The table of power supply status maintained by the environmental monitor card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApEnvMonPowerSupplyStatusEntry

apEnvMonPowerSupplyStatusEntry 1.3.6.1.4.1.9148.3.3.1.5.1.1
An entry in the power supply status table, representing the status of the associated power supply maintained by the environmental monitor card.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApEnvMonPowerSupplyStatusEntry  

apEnvMonPowerSupplyStatusIndex 1.3.6.1.4.1.9148.3.3.1.5.1.1.1
Unique index for the power supply being instrumented. This index is for SNMP purposes only.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

apEnvMonPowerSupplyStatusType 1.3.6.1.4.1.9148.3.3.1.5.1.1.2
The entity part type from which the power status is from. 0=left:power supply A, 1=right:power supply B. 3=slot: power supply is contained in the slot corresponding to apEnvMonPowerSowerSupplyStatusIndex
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER left(0), right(1), slot(3)  

apEnvMonPowerSupplyStatusDescr 1.3.6.1.4.1.9148.3.3.1.5.1.1.3
Textual description of the power supply being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

apEnvMonPowerSupplyState 1.3.6.1.4.1.9148.3.3.1.5.1.1.4
The current state of the power supply being instrumented: normal or notPresent
Status: current Access: read-only
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonPhyCardObjects 1.3.6.1.4.1.9148.3.3.1.6
OBJECT IDENTIFIER    

apEnvMonPhyCardStatusTable 1.3.6.1.4.1.9148.3.3.1.6.1
THIS TABLE IS BEING DEPRECATED IN FAVOR OF THE MORE GENERIC apEnvMonCardTable. Please Note: in the generic card table, a phy card is referred to as an 'niu' (network interfacing unit). The table of phy card status maintained by the environmental monitor.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApEnvMonPhyCardStatusEntry

apEnvMonPhyCardStatusEntry 1.3.6.1.4.1.9148.3.3.1.6.1.1
An entry in the phy status table, representing the status of the associated phy maintained by the environmental monitor.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  ApEnvMonPhyCardStatusEntry  

apEnvMonPhyCardStatusIndex 1.3.6.1.4.1.9148.3.3.1.6.1.1.1
Unique index for the phy being instrumented. This index is for SNMP purposes only.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

apEnvMonPhyCardStatusType 1.3.6.1.4.1.9148.3.3.1.6.1.1.2
The entity part type from which the phy card is from. 0=left:card A, 1=right:card B, 3=only card. 3=slot: phyCard is contained in the slot corresponding to apEnvMonPhyCardStatusIndex
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER left(0), right(1), slot(3)  

apEnvMonPhyCardStatusDescr 1.3.6.1.4.1.9148.3.3.1.6.1.1.3
Textual description of the phy being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

apEnvMonPhyCardState 1.3.6.1.4.1.9148.3.3.1.6.1.1.4
The current state of the phy being instrumented: normal or notPresent
Status: deprecated Access: read-only
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonCardObjects 1.3.6.1.4.1.9148.3.3.1.7
OBJECT IDENTIFIER    

apEnvMonCardTable 1.3.6.1.4.1.9148.3.3.1.7.1
List of Cards in the chassis
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApEnvMonCardEntry

apEnvMonCardEntry 1.3.6.1.4.1.9148.3.3.1.7.1.1
A single card in the chassis
Status: current Access: not-accessible
OBJECT-TYPE    
  ApEnvMonCardEntry  

apEnvMonCardSlot 1.3.6.1.4.1.9148.3.3.1.7.1.1.1
Slot number of this card. Please note that the slot number is zero-based, i.e. they are numbered 0-n.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apEnvMonCardType 1.3.6.1.4.1.9148.3.3.1.7.1.1.2
The card type
Status: current Access: read-only
OBJECT-TYPE    
  ApHardwareModuleFamily  

apEnvMonCardDescr 1.3.6.1.4.1.9148.3.3.1.7.1.1.3
A text description of this card
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

apEnvMonCardHealthScore 1.3.6.1.4.1.9148.3.3.1.7.1.1.4
The health score of this card
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apEnvMonCardState 1.3.6.1.4.1.9148.3.3.1.7.1.1.5
the current state of this card
Status: current Access: read-only
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonCardRedundancy 1.3.6.1.4.1.9148.3.3.1.7.1.1.6
Redundancy state of the card
Status: current Access: read-only
OBJECT-TYPE    
  ApRedundancyState  

apEnvMonCpuCoreTable 1.3.6.1.4.1.9148.3.3.1.7.2
List of cores per CPU in the chassis
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApEnvMonCpuCoreEntry

apEnvMonCpuCoreEntry 1.3.6.1.4.1.9148.3.3.1.7.2.1
A single CPU core in the chassis
Status: current Access: not-accessible
OBJECT-TYPE    
  ApEnvMonCpuCoreEntry  

apEnvMonCpuCoreIndex 1.3.6.1.4.1.9148.3.3.1.7.2.1.1
the core index on the CPU
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apEnvMonCpuCoreDescr 1.3.6.1.4.1.9148.3.3.1.7.2.1.2
the cpu core descriptor
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

apEnvMonCpuCoreUsage 1.3.6.1.4.1.9148.3.3.1.7.2.1.3
The current percentage of use for the CPU core.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apEnvMonCpuCoreState 1.3.6.1.4.1.9148.3.3.1.7.2.1.4
The state of this CPU core.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), present(1), booting(2), registered(3), readywait(4), ready(5), bootTimeout(6), registerTimeout(7), manifestTimeout(8), readyTimeout(9), healthWait(101), healthRcvd(102), becomingActive(201), becomingStandby(202), becomingOOS(203), active(204), standby(205), oos(206), activeTimeout(207), standbyTimeout(208), oosTimeout(209), resetting(401), reset(402), resetTimeout(403), shuttingDown(404), shutOff(405), shutdownTimeout(406)  

apEnvMonCpuCoreRamDescr 1.3.6.1.4.1.9148.3.3.1.7.2.1.5
The cpu core RAM descriptor
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

apEnvMonCpuCoreRamUsage 1.3.6.1.4.1.9148.3.3.1.7.2.1.6
The current percentage of use for the CPU core RAM.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

apEnvMonMIBNotificationEnables 1.3.6.1.4.1.9148.3.3.2
OBJECT IDENTIFIER    

apEnvMonEnableStatChangeNotif 1.3.6.1.4.1.9148.3.3.2.1
This variable indicates whether the system produces any of the traps generated by this mib. A false value will prevent them from being generated by this system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

apEnvMonNotificationObjects 1.3.6.1.4.1.9148.3.3.3
OBJECT IDENTIFIER    

apEnvMonTrapInstance 1.3.6.1.4.1.9148.3.3.3.1
The object ID of the item which value is exceeds its monitoring threshold. If the item is within a table, this OID is the instance of this item's index within its table. For exmple, 1. if the state of 2.5v voltage changes, the trap OID is the instance of index OID, which is 1.3.6.1.4.1.9148.3.3.1.2.4.1.1.1 2. if the state of mainboard temperature changes, the trap OID is, 1.3.6.1.4.1.9148.3.3.1.3.4.1.1.1 3. if the state of left fan changes, the trap OID is 1.3.6.1.4.1.9148.3.3.1.4.4.1.1.1 If the item is scalar, the OID is the instance is of this item, For example, If the I2C state changes, the OID is 1.3.6.1.4.1.9148.3.3.1.4.4.1.1.0
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OBJECT IDENTIFIER  

apEnvMonTrapPreviousState 1.3.6.1.4.1.9148.3.3.3.2
The previous state of the object.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonTrapCurrentState 1.3.6.1.4.1.9148.3.3.3.3
The current state of the object which causes the trap to occur.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ApEnvMonState  

apEnvMonTrapSlotID 1.3.6.1.4.1.9148.3.3.3.4
The slotID which causes the trap to occur.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER  

apEnvMonTrapSlotType 1.3.6.1.4.1.9148.3.3.3.5
The slot type which causes the trap to occur.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ApHardwareModuleFamily  

apEnvMonTrapPortType 1.3.6.1.4.1.9148.3.3.3.6
The port type which causes the trap to occur.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ApPhyPortType  

apEnvMonTrapPresence 1.3.6.1.4.1.9148.3.3.3.7
The state which causes the trap to occur.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ApPresence  

apEnvMonTrapPortID 1.3.6.1.4.1.9148.3.3.3.8
The ID of the port which causes the trap to occur.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

apEnvMonMIBNotificationPrefix 1.3.6.1.4.1.9148.3.3.4
OBJECT IDENTIFIER    

apEnvMonMIBNotifications 1.3.6.1.4.1.9148.3.3.4.0
OBJECT IDENTIFIER    

apEnvMonI2CFailNotification 1.3.6.1.4.1.9148.3.3.4.0.1
A notification of I2C state turns from normal(1) to notFunctioning(7)
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apEnvMonStatusChangeNotification 1.3.6.1.4.1.9148.3.3.4.0.2
A apEnvStatusChangeNotification is sent if any entry of above table change in the state of a device being monitored
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apEnvMonTempChangeNotification 1.3.6.1.4.1.9148.3.3.4.0.3
A notification is sent if any of the units cross a temperature threshold
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apEnvMonVoltageChangeNotification 1.3.6.1.4.1.9148.3.3.4.0.4
A notification is sent if any of the units cross a voltage threshold
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apEnvMonPortChangeNotification 1.3.6.1.4.1.9148.3.3.4.0.5
The trap will be generated if a physical port is inserted/present or removed/not present.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

apEnvMonMIBConformance 1.3.6.1.4.1.9148.3.3.5
OBJECT IDENTIFIER    

apEnvMonMIBCompliances 1.3.6.1.4.1.9148.3.3.5.1
OBJECT IDENTIFIER    

apEnvMonMIBGroups 1.3.6.1.4.1.9148.3.3.5.2
OBJECT IDENTIFIER    

apEnvMonGroup 1.3.6.1.4.1.9148.3.3.5.2.1
A collection of objects providing environmental monitoring capability to an Acme Packet chassis.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

apEnvMonNotifyGroup 1.3.6.1.4.1.9148.3.3.5.2.3
A collection of notifications providing the status change for environmental monitoring.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

apEnvMonExtGroup 1.3.6.1.4.1.9148.3.3.5.2.4
Additional objects providing environmental monitoring capability to an Acme Packet chassis.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

apEnvMonCardGroup 1.3.6.1.4.1.9148.3.3.5.2.5
A collection of objects providing environmental monitoring capability to card-based Acme Packet products.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

apEnvMonExtNotifyGroup 1.3.6.1.4.1.9148.3.3.5.2.6
Additional collection of notifications providing the status change for environmental monitoring.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

apEnvMonPortNotifyGroup 1.3.6.1.4.1.9148.3.3.5.2.7
Notifications to indicate physical port changes.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP