HIST-MIB

File: HIST-MIB.mib (13695 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises experimental IpAddress
TimeTicks Gauge Counter
DisplayString OBJECT-TYPE

Defined Types

NacHistCurrentEntry  
SEQUENCE    
  mdmNacHistCurrentIndex INTEGER
  mdmNacHistCurrentStartTime INTEGER
  mdmNacHistCurrentMgmtBusFailures Gauge
  mdmNacHistCurrentWatchdogTimouts Gauge

NacHistIntervalEntry  
SEQUENCE    
  mdmNacHistIntervalIndex INTEGER
  mdmNacHistIntervalNumber INTEGER
  mdmNacHistIntervalStartTime INTEGER
  mdmNacHistIntervalMgmtBusFailures Gauge
  mdmNacHistIntervalWatchdogTimouts Gauge

MdmHistCurrentEntry  
SEQUENCE    
  mdmHistCurrentIndex INTEGER
  mdmHistCurrentStartTime INTEGER
  mdmHistCurrentInConnectEstabs Gauge
  mdmHistCurrentInConnectFailures Gauge
  mdmHistCurrentInConnectTerms Gauge
  mdmHistCurrentInConnectTime Gauge
  mdmHistCurrentInTotalBytesRx Gauge
  mdmHistCurrentInTotalBytesTx Gauge
  mdmHistCurrentOutConnectEstabs Gauge
  mdmHistCurrentOutConnectFailures Gauge
  mdmHistCurrentOutConnectTerms Gauge
  mdmHistCurrentOutConnectTime Gauge
  mdmHistCurrentOutTotalBytesRx Gauge
  mdmHistCurrentOutTotalBytesTx Gauge
  mdmHistCurrentBlers Gauge
  mdmHistCurrentFallBacks Gauge

MdmHistIntervalEntry  
SEQUENCE    
  mdmHistIntervalIndex INTEGER
  mdmHistIntervalNumber INTEGER
  mdmHistIntervalStartTime INTEGER
  mdmHistIntervalInConnectEstabs Gauge
  mdmHistIntervalInConnectFailures Gauge
  mdmHistIntervalInConnectTerms Gauge
  mdmHistIntervalInConnectTime Gauge
  mdmHistIntervalInTotalBytesRx Gauge
  mdmHistIntervalInTotalBytesTx Gauge
  mdmHistIntervalOutConnectEstabs Gauge
  mdmHistIntervalOutConnectFailures Gauge
  mdmHistIntervalOutConnectTerms Gauge
  mdmHistIntervalOutConnectTime Gauge
  mdmHistIntervalOutTotalBytesRx Gauge
  mdmHistIntervalOutTotalBytesTx Gauge
  mdmHistIntervalBlers Gauge
  mdmHistIntervalFallBacks Gauge

Defined Values

usr 1.3.6.1.4.1.429
OBJECT IDENTIFIER    

nas 1.3.6.1.4.1.429.1
OBJECT IDENTIFIER    

mdmHist 1.3.6.1.4.1.429.1.30
OBJECT IDENTIFIER    

mdmNacHistCurrentTable 1.3.6.1.4.1.429.1.30.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NacHistCurrentEntry

mdmNacHistCurrentEntry 1.3.6.1.4.1.429.1.30.1.1
Objects that define the history stats for NAC current interval.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NacHistCurrentEntry  

mdmNacHistCurrentIndex 1.3.6.1.4.1.429.1.30.1.1.1
Index in to the Current NAC History table. This index contains a unique value for each card in the chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmNacHistCurrentStartTime 1.3.6.1.4.1.429.1.30.1.1.2
Specifies current interval start time in GMT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmNacHistCurrentMgmtBusFailures 1.3.6.1.4.1.429.1.30.1.1.3
Specifies number of Management Bus Failures occurred in the NAC during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmNacHistCurrentWatchdogTimouts 1.3.6.1.4.1.429.1.30.1.1.4
Specifies number of Watchdog Timeouts occurred in the NAC during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmNacHistIntervalTable 1.3.6.1.4.1.429.1.30.2
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NacHistIntervalEntry

mdmNacHistIntervalEntry 1.3.6.1.4.1.429.1.30.2.1
Objects that define history stats for NAC intervals.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NacHistIntervalEntry  

mdmNacHistIntervalIndex 1.3.6.1.4.1.429.1.30.2.1.1
Index in to NAC Interval History table. This index contains a unique value for each card in the chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmNacHistIntervalNumber 1.3.6.1.4.1.429.1.30.2.1.2
This object is the index for one of 104 possibel history intervals for this NAC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..104  

mdmNacHistIntervalStartTime 1.3.6.1.4.1.429.1.30.2.1.3
Specifies interval start time in GMT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmNacHistIntervalMgmtBusFailures 1.3.6.1.4.1.429.1.30.2.1.4
Specifies number of Management Bus Failures occurred in the NAC during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmNacHistIntervalWatchdogTimouts 1.3.6.1.4.1.429.1.30.2.1.5
Specifies number of Watchdog Timeouts occurred in the NAC during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentTable 1.3.6.1.4.1.429.1.30.3
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmHistCurrentEntry

mdmHistCurrentEntry 1.3.6.1.4.1.429.1.30.3.1
Objects that define the history stats for modem current interval.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MdmHistCurrentEntry  

mdmHistCurrentIndex 1.3.6.1.4.1.429.1.30.3.1.1
Index in to the Current modem history table. This index contains the unique value associated with the modem as defined in the chassis MIB entity table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmHistCurrentStartTime 1.3.6.1.4.1.429.1.30.3.1.2
Specifies current interval start time in GMT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmHistCurrentInConnectEstabs 1.3.6.1.4.1.429.1.30.3.1.3
Specifies number of incoming calls established during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentInConnectFailures 1.3.6.1.4.1.429.1.30.3.1.4
Specifies number of incoming call failures during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentInConnectTerms 1.3.6.1.4.1.429.1.30.3.1.5
Specifies number of incoming calls terminated during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentInConnectTime 1.3.6.1.4.1.429.1.30.3.1.6
Specifies length of all incoming calls during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentInTotalBytesRx 1.3.6.1.4.1.429.1.30.3.1.7
Specifies number of bytes received through incoming calls during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentInTotalBytesTx 1.3.6.1.4.1.429.1.30.3.1.8
Specifies number of bytes sent out through incoming calls during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentOutConnectEstabs 1.3.6.1.4.1.429.1.30.3.1.9
Specifies number of outgoing calls established during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentOutConnectFailures 1.3.6.1.4.1.429.1.30.3.1.10
Specifies number of outgoing call failures during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentOutConnectTerms 1.3.6.1.4.1.429.1.30.3.1.11
Specifies number of outgoing calls terminated during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentOutConnectTime 1.3.6.1.4.1.429.1.30.3.1.12
Specifies length of all outgoing calls during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentOutTotalBytesRx 1.3.6.1.4.1.429.1.30.3.1.13
Specifies number of bytes received through outgoing calls during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentOutTotalBytesTx 1.3.6.1.4.1.429.1.30.3.1.14
Specifies number of bytes sent out through outgoing calls during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentBlers 1.3.6.1.4.1.429.1.30.3.1.15
Specifies number of block errors received during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistCurrentFallBacks 1.3.6.1.4.1.429.1.30.3.1.16
Specifies number of link speed fallbacks occured during current interval so for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalTable 1.3.6.1.4.1.429.1.30.4
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmHistIntervalEntry

mdmHistIntervalEntry 1.3.6.1.4.1.429.1.30.4.1
Objects that define history stats for modem intervals.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MdmHistIntervalEntry  

mdmHistIntervalIndex 1.3.6.1.4.1.429.1.30.4.1.1
Index in to the interval History table. This index contains the unique value associated with the modem as defined in the chassis MIB entity table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmHistIntervalNumber 1.3.6.1.4.1.429.1.30.4.1.2
This object is the index for one of 104 possibel history intervals for this modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..104  

mdmHistIntervalStartTime 1.3.6.1.4.1.429.1.30.4.1.3
Specifies interval start time in GMT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mdmHistIntervalInConnectEstabs 1.3.6.1.4.1.429.1.30.4.1.4
Specifies number of incoming calls established during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalInConnectFailures 1.3.6.1.4.1.429.1.30.4.1.5
Specifies number of incoming call failures during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalInConnectTerms 1.3.6.1.4.1.429.1.30.4.1.6
Specifies number of incoming calls terminated during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalInConnectTime 1.3.6.1.4.1.429.1.30.4.1.7
Specifies length of all incoming calls during the intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalInTotalBytesRx 1.3.6.1.4.1.429.1.30.4.1.8
Specifies number of bytes received through incoming calls during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalInTotalBytesTx 1.3.6.1.4.1.429.1.30.4.1.9
Specifies number of bytes sent out through incoming calls during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalOutConnectEstabs 1.3.6.1.4.1.429.1.30.4.1.10
Specifies number of outgoing calls established during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalOutConnectFailures 1.3.6.1.4.1.429.1.30.4.1.11
Specifies number of outgoing call failures during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalOutConnectTerms 1.3.6.1.4.1.429.1.30.4.1.12
Specifies number of outgoing calls terminated during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalOutConnectTime 1.3.6.1.4.1.429.1.30.4.1.13
Specifies length of all outgoing calls during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalOutTotalBytesRx 1.3.6.1.4.1.429.1.30.4.1.14
Specifies number of bytes received through outgoing calls during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalOutTotalBytesTx 1.3.6.1.4.1.429.1.30.4.1.15
Specifies number of bytes sent out through outgoing calls during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalBlers 1.3.6.1.4.1.429.1.30.4.1.16
Specifies number of block errors received during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mdmHistIntervalFallBacks 1.3.6.1.4.1.429.1.30.4.1.17
Specifies number of link speed fallbacks occured during the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge