SIAE-ACM-STATISTICS-MIB

File: SIAE-ACM-STATISTICS-MIB.mib (21913 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SIAE-TREE-MIB
SIAE-ALARM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 Unsigned32 TEXTUAL-CONVENTION
DisplayString RowStatus siaeMib
AlarmStatus AlarmSeverityCode

Defined Types

AcmProfile  
List of supported ACM profiles.
TEXTUAL-CONVENTION    
  INTEGER unavailable(1), downshift(2), upshift(3), acmBPSKstrong(4), acmBPSK(5), acm4QAMstrong(6), acm4QAM(7), acm8PSKstrong(8), acm8PSK(9), acm16QAMstrong(10), acm16QAM(11), acm32QAMstrong(12), acm32QAM(13), acm64QAMstrong(14), acm64QAM(15), acm128QAMstrong(16), acm128QAM(17), acm256QAMstrong(18), acm256QAM(19), acm512QAMstrong(20), acm512QAM(21), acm1024QAMstrong(22), acm1024QAM(23), acm2048QAMstrong(24), acm2048QAM(25), acm4096QAMstrong(26), acm4096QAM(27)  

AcmsTpLinkRecord  
SEQUENCE    
  acmsTpLinkId Integer32
  acmsTpLinkPolId Integer32
  acmsTpLinkStartStop INTEGER
  acmsTpLinkLabel DisplayString
  acmsTpLinkRowStatus RowStatus

AcmsTpProfileRecord  
SEQUENCE    
  acmsTpProfileId AcmProfile
  acmsTpProfile15mAlarm AlarmStatus
  acmsTpProfile24hAlarm AlarmStatus
  acmsTpProfile15mThreshold Integer32
  acmsTpProfile24hThreshold Integer32
  acmsTpProfileRowStatus RowStatus

AcmsTpMaintRecord  
SEQUENCE    
  acmsTpMaintCounterClear INTEGER
  acmsTpMaintAlarmClear INTEGER

AcmsIntervalRecord  
SEQUENCE    
  acmsIntervalId INTEGER
  acmsIntervalType INTEGER
  acmsIntervalStatus INTEGER
  acmsIntervalTimeStamp Unsigned32

AcmsCounterRecord  
SEQUENCE    
  acmsProfileCounterValue Counter32

Defined Values

acmStats 1.3.6.1.4.1.3373.1103.75
Adaptive Code Modulation (ACM) Statistics (Performance Monitoring)
MODULE-IDENTITY    

acmsMibVersion 1.3.6.1.4.1.3373.1103.75.1
Numerical version of this module. The string version of this MIB have the following format: XX.YY.ZZ so, for example, the value 1 should be interpreted as 00.00.01 and the value 10001 should be interpreted as 01.00.01.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

acmsTpLinkTable 1.3.6.1.4.1.3373.1103.75.2
Table with ACM Termination Point of the radio links. This table contains object to activate and deactivate the buildup of counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcmsTpLinkRecord

acmsTpLinkRecord 1.3.6.1.4.1.3373.1103.75.2.1
Entry of acmsTpLinkTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcmsTpLinkRecord  

acmsTpLinkId 1.3.6.1.4.1.3373.1103.75.2.1.1
This object identifies the Radio link.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

acmsTpLinkPolId 1.3.6.1.4.1.3373.1103.75.2.1.2
This object identifies the Radio link polarization for XPIC configuration. In non XPIC link this object should be 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

acmsTpLinkStartStop 1.3.6.1.4.1.3373.1103.75.2.1.3
This object is used to start and to stop the statistic (Perfomance Monitoring) counter evaluation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER start(1), stop(2)  

acmsTpLinkLabel 1.3.6.1.4.1.3373.1103.75.2.1.4
ASCII string used to identify the ACM Termination Point.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..31)  

acmsTpLinkRowStatus 1.3.6.1.4.1.3373.1103.75.2.1.5
Status of this row of acmsTpLinkTable. When set to notInService, associated acmsTpProfileTable rows may be added, deleted and modified. When an attempt is made to set acmsTpLinkRowStatus to active, there is at least a row in acmsTpProfileTable with first index equal to acmsTpLinkId. Otherwise, the error inconsistentValue is returned to the set attempt. The creation of a row in this table, creates a row with the same index in of acmsTpMaintTable. The deletion of a row in this table, deletes a row with the same index in of acmsTpMaintTable. If this object is set to destroy, must not be no rows in acmsTpProfileTable associated by acmsTpLinkId to the row that is being deleted, otherwise, the error inconsistentValue is returned to the set attempt. Hence, profile instances must be deleted before this link instance.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

acmsTpProfileTable 1.3.6.1.4.1.3373.1103.75.3
ACM Termination Point Thresholds Class table. Table with AcmsTpProfileRecord records. This table contains alarms and related thresholds to notify them within a specific time interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcmsTpProfileRecord

acmsTpProfileRecord 1.3.6.1.4.1.3373.1103.75.3.1
Entry of acmsTpLinkTable. Several instances (a instance for each ACM profile supported by the radio system) of this record is created on creation of acmsTpLinkTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcmsTpProfileRecord  

acmsTpProfileId 1.3.6.1.4.1.3373.1103.75.3.1.1
This object identifies the ACM profile of the radio system.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcmProfile  

acmsTpProfile15mAlarm 1.3.6.1.4.1.3373.1103.75.3.1.2
If acmsCounteValue crosses the threshold acmsTpProfile15mThreshold, this alarm is notified.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmStatus  

acmsTpProfile24hAlarm 1.3.6.1.4.1.3373.1103.75.3.1.3
If acmsCounteValue crosses the threshold acmsTpProfile24hThreshold, this alarm is notified.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmStatus  

acmsTpProfile15mThreshold 1.3.6.1.4.1.3373.1103.75.3.1.4
Number of seconds within a 15 minutes interval to set acmsTpProfile15mAlarm. The special value 0 turn off the alarm. For downshift and upshift profiles, this threshold reports the number of times a profile must be changed within a 15 minutes interval to set acmsTpProfile15mAlarm.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

acmsTpProfile24hThreshold 1.3.6.1.4.1.3373.1103.75.3.1.5
Number of seconds within a 24 hours interval to set acmsTpProfile24hAlarm. The special value 0 turn off the alarm. For the profiles downshift and upshift, this threshold reports the number of times a profile must be changed within a 24 hours interval to set acmsTpProfile24hAlarm.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

acmsTpProfileRowStatus 1.3.6.1.4.1.3373.1103.75.3.1.6
Status of this row of acmsTpProfileTable. A row in the acmsTpProfileTable may not be created, deleted, set to notInService or otherwise modified if the there is no a row in acmsTpProfileTable with the same acmsTpLinkId and the associated acmsTpLinkRowStatus object is equal to active. However, if the acmsTpLinkRowStatus object is equal to notInService, a row may be created, deleted or modified. In other words, a profile may not be added, deleted or modified if the ACM statistics of a radio link is active. The creation on a row in this table, creates a row with the same index in of acmsProfileCounterTable. If this object is set to destroy, the associated instance of acmsProfileCounterTable will also be deleted by this action.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

acmsTpMaintTable 1.3.6.1.4.1.3373.1103.75.4
Table with Command for maintenance of Termination Point. Objects in this table is not persistent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcmsTpMaintRecord

acmsTpMaintRecord 1.3.6.1.4.1.3373.1103.75.4.1
ACM Termination Point Maintenance record. An Instance of this record is created on creation of acmsTpLinkTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcmsTpMaintRecord  

acmsTpMaintCounterClear 1.3.6.1.4.1.3373.1103.75.4.1.1
This object is used to clear the statistic (Perfomance Monitoring) counters.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notActive(0), clear(1)  

acmsTpMaintAlarmClear 1.3.6.1.4.1.3373.1103.75.4.1.2
This object is used to clear the threshold cross alarms.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notActive(0), clear(1)  

acmsIntervalTable 1.3.6.1.4.1.3373.1103.75.5
Table with records of block.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcmsIntervalRecord

acmsIntervalRecord 1.3.6.1.4.1.3373.1103.75.5.1
Entry of acmsBlockTable. There is an entry in acmsBlockTable for each radio link. Several (up to 19) instances of this record are created since the first time that acmsTpLinkStartStop becomes start.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcmsIntervalRecord  

acmsIntervalId 1.3.6.1.4.1.3373.1103.75.5.1.1
This object identifies time intervals according to the following code: (1) Current Daily counters (2) Daily counters of the day before (3) Current a day counters (4) a day interval N. 1 (The most recently completed 15 minute interval) ... (19) a day interval N. 16 (The oldest day counters - 4 hours ago). The interval identified by 4 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..19  

acmsIntervalType 1.3.6.1.4.1.3373.1103.75.5.1.2
The type of the counter interval: it can describe a daily block counter or a counter related to a 15 minutes interval.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER daily(1), fifteen-min(2)  

acmsIntervalStatus 1.3.6.1.4.1.3373.1103.75.5.1.3
Interval status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER meaningless(1), meaningfull(2), incomplete(3), dummy(4), lost(5), restarted(6)  

acmsIntervalTimeStamp 1.3.6.1.4.1.3373.1103.75.5.1.4
The object is the time when the performance record is closed. The time is shown as the number of seconds since January 1, 1970
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acmsProfileCounterTable 1.3.6.1.4.1.3373.1103.75.6
Table with records of ACM statistics counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcmsCounterRecord

acmsProfileCounterRecord 1.3.6.1.4.1.3373.1103.75.6.1
Entry of acmsProfileCounterTable. There is an entry in acmsProfileCounterTable for each profile of each radio link. Several (up to 19) instances of this record are created since the first time that acmsTpLinkStartStop becomes start.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcmsCounterRecord  

acmsProfileCounterValue 1.3.6.1.4.1.3373.1103.75.6.1.1
When index acmsTpProfileId is downshift, this object counts the number of times that the active profile is moved to a lower one. When index acmsTpProfileId is upshift, this object counts the number of times that the active profile is moved to an upper one. When index acmsTpProfileId is unavailable, this object counts the number of seconds in which the modem is not locked. For all other values of acmsTpProfileId the object counts the number of seconds for which the rx profile relative to this row of the table has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acmsTpProfile15mAlarmSeverityCode 1.3.6.1.4.1.3373.1103.75.7
Define the severity associated to the acmsTpProfile15mAlarm and enables/disables the trap generation on status change event.
Status: current Access: read-write
OBJECT-TYPE    
  AlarmSeverityCode  

acmsTpProfile24hAlarmSeverityCode 1.3.6.1.4.1.3373.1103.75.8
Define the severity associated to the acmsTpProfile24hAlarm and enables/disables the trap generation on status change event.
Status: current Access: read-write
OBJECT-TYPE    
  AlarmSeverityCode