ACD-REGULATOR-MIB

File: ACD-REGULATOR-MIB.mib (28237 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ACCEDIAN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Counter32 Counter64 Unsigned32
DisplayString TruthValue DateAndTime
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
acdMibs

Defined Types

AcdRegulatorEntry  
SEQUENCE    
  acdRegulatorID Unsigned32
  acdRegulatorName DisplayString
  acdRegulatorCir Unsigned32
  acdRegulatorCbs Unsigned32
  acdRegulatorEir Unsigned32
  acdRegulatorEbs Unsigned32
  acdRegulatorIsBlind TruthValue
  acdRegulatorIsCouple TruthValue
  acdRegulatorRowStatus RowStatus

AcdRegulatorStatsEntry  
SEQUENCE    
  acdRegulatorStatsID Unsigned32
  acdRegulatorStatsAcceptOctets Counter32
  acdRegulatorStatsAcceptOverflowOctets Counter32
  acdRegulatorStatsAcceptHCOctets Counter64
  acdRegulatorStatsAcceptPkts Counter32
  acdRegulatorStatsAcceptOverflowPkts Counter32
  acdRegulatorStatsAcceptHCPkts Counter64
  acdRegulatorStatsAcceptRate Gauge32
  acdRegulatorStatsDropOctets Counter32
  acdRegulatorStatsDropOverflowOctets Counter32
  acdRegulatorStatsDropHCOctets Counter64
  acdRegulatorStatsDropPkts Counter32
  acdRegulatorStatsDropOverflowPkts Counter32
  acdRegulatorStatsDropHCPkts Counter64
  acdRegulatorStatsDropRate Gauge32

AcdRegulatorHistStatsEntry  
SEQUENCE    
  acdRegulatorHistStatsID Unsigned32
  acdRegulatorHistStatsSampleIndex Unsigned32
  acdRegulatorHistStatsStatus INTEGER
  acdRegulatorHistStatsDuration Unsigned32
  acdRegulatorHistStatsIntervalEnd DateAndTime
  acdRegulatorHistStatsAcceptOctets Counter32
  acdRegulatorHistStatsAcceptOverflowOctets Counter32
  acdRegulatorHistStatsAcceptHCOctets Counter64
  acdRegulatorHistStatsAcceptPkts Counter32
  acdRegulatorHistStatsAcceptOverflowPkts Counter32
  acdRegulatorHistStatsAcceptHCPkts Counter64
  acdRegulatorHistStatsAcceptAvgRate Gauge32
  acdRegulatorHistStatsAcceptMinRate Gauge32
  acdRegulatorHistStatsAcceptMaxRate Gauge32
  acdRegulatorHistStatsDropOctets Counter32
  acdRegulatorHistStatsDropOverflowOctets Counter32
  acdRegulatorHistStatsDropHCOctets Counter64
  acdRegulatorHistStatsDropPkts Counter32
  acdRegulatorHistStatsDropOverflowPkts Counter32
  acdRegulatorHistStatsDropHCPkts Counter64
  acdRegulatorHistStatsDropAvgRate Gauge32
  acdRegulatorHistStatsDropMinRate Gauge32
  acdRegulatorHistStatsDropMaxRate Gauge32

Defined Values

acdRegulator 1.3.6.1.4.1.22420.2.6
The Regulators database for this Accedian Networks device.
MODULE-IDENTITY    

acdRegulatorNotifications 1.3.6.1.4.1.22420.2.6.4
OBJECT IDENTIFIER    

acdRegulatorMIBObjects 1.3.6.1.4.1.22420.2.6.5
OBJECT IDENTIFIER    

acdRegulatorConformance 1.3.6.1.4.1.22420.2.6.6
OBJECT IDENTIFIER    

acdRegulatorTableTid 1.3.6.1.4.1.22420.2.6.5.1
OBJECT IDENTIFIER    

acdRegulatorTable 1.3.6.1.4.1.22420.2.6.1
Table of all Regulators
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdRegulatorEntry

acdRegulatorEntry 1.3.6.1.4.1.22420.2.6.1.1
A Regulator is a two rates three colors engine to regulate a given traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdRegulatorEntry  

acdRegulatorID 1.3.6.1.4.1.22420.2.6.1.1.1
Unique value for each regulator entry. Its value ranges from 1 to MAXINT (4 bytes).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdRegulatorName 1.3.6.1.4.1.22420.2.6.1.1.2
This is a string to identify the regulator.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

acdRegulatorCir 1.3.6.1.4.1.22420.2.6.1.1.3
The committed information rate.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

acdRegulatorCbs 1.3.6.1.4.1.22420.2.6.1.1.4
The committed burst size.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

acdRegulatorEir 1.3.6.1.4.1.22420.2.6.1.1.5
The excess information rate.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

acdRegulatorEbs 1.3.6.1.4.1.22420.2.6.1.1.6
The excess burst size.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

acdRegulatorIsBlind 1.3.6.1.4.1.22420.2.6.1.1.7
Enable or disable the pre-marking color processing.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acdRegulatorIsCouple 1.3.6.1.4.1.22420.2.6.1.1.8
Enable or disable the coupling flag in this regulator.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acdRegulatorRowStatus 1.3.6.1.4.1.22420.2.6.1.1.9
All columns must have a valid value before a row can be activated. To create a new regulator you shall provide the a unique name for an empty row with the RowStatus set to Create and Go. To delete the row you need to set the RowStatus to destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

acdRegulatorStatsTable 1.3.6.1.4.1.22420.2.6.2
Table of all counters associated with each regulator.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdRegulatorStatsEntry

acdRegulatorStatsEntry 1.3.6.1.4.1.22420.2.6.2.1
An Entry consists of statitics related to a regulator entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdRegulatorStatsEntry  

acdRegulatorStatsID 1.3.6.1.4.1.22420.2.6.2.1.1
Unique value for each regulator entry. Its value ranges from 1 to MAXINT (4 bytes).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdRegulatorStatsAcceptOctets 1.3.6.1.4.1.22420.2.6.2.1.2
The total number of octets received by this regulator. This is a 32 bits counter. Combined with acdRegulatorStatsAcceptOverflowOctets, it provides the equivalent of the 64 bits counter acdRegulatorStatsAcceptHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsAcceptOverflowOctets 1.3.6.1.4.1.22420.2.6.2.1.3
The number of times the associated acdRegulatorStatsAcceptOctets counter has overflowed. This is a 32 bits counter. Combined with acdRegulatorStatsAcceptOctets, it provides the equivalent of the 64 bits counter acdRegulatorStatsAccpetHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsAcceptHCOctets 1.3.6.1.4.1.22420.2.6.2.1.4
The total number of octets received by this regulator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorStatsAcceptPkts 1.3.6.1.4.1.22420.2.6.2.1.5
The total number of packets received by this regulator. This is a 32 bits counter. Combined with acdRegulatorStatsAcceptOverflowPkts, it provides the equivalent of the 64 bits counter acdRegulatorStatsAcceptHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsAcceptOverflowPkts 1.3.6.1.4.1.22420.2.6.2.1.6
The number of times the associated acdRegulatorStatsAcceptPkts counter has overflowed. This is a 32 bits counter. Combined with acdRegulatorStatsAcceptPkts, it provides the equivalent of the 64 bits counter acdRegulatorStatsAcceptHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsAcceptHCPkts 1.3.6.1.4.1.22420.2.6.2.1.7
The total number of packets received by this regulator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorStatsAcceptRate 1.3.6.1.4.1.22420.2.6.2.1.8
The accept rate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorStatsDropOctets 1.3.6.1.4.1.22420.2.6.2.1.9
The total number of octets received by this regulator. This is a 32 bits counter. Combined with acdRegulatorStatsDropOverflowOctets, it provides the equivalent of the 64 bits counter acdRegulatorStatsDropHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsDropOverflowOctets 1.3.6.1.4.1.22420.2.6.2.1.10
The number of times the associated acdRegulatorStatsDropOctets counter has overflowed. This is a 32 bits counter. Combined with acdRegulatorStatsDropOctets, it provides the equivalent of the 64 bits counter acdRegulatorStatsDropHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsDropHCOctets 1.3.6.1.4.1.22420.2.6.2.1.11
The total number of octets received by this regulator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorStatsDropPkts 1.3.6.1.4.1.22420.2.6.2.1.12
The total number of packets received by this regulator. This is a 32 bits counter. Combined with acdRegulatorStatsDropOverflowPkts, it provides the equivalent of the 64 bits counter acdRegulatorStatsDropHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsDropOverflowPkts 1.3.6.1.4.1.22420.2.6.2.1.13
The number of times the associated acdRegulatorStatsDropPkts counter has overflowed. This is a 32 bits counter. Combined with acdRegulatorStatsDropPkts, it provides the equivalent of the 64 bits counter acdRegulatorStatsDropHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorStatsDropHCPkts 1.3.6.1.4.1.22420.2.6.2.1.14
The total number of packets received by this regulator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorStatsDropRate 1.3.6.1.4.1.22420.2.6.2.1.15
The drop rate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorHistStatsTable 1.3.6.1.4.1.22420.2.6.3
Table of all counters associated with each regulator.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdRegulatorHistStatsEntry

acdRegulatorHistStatsEntry 1.3.6.1.4.1.22420.2.6.3.1
An Entry consists of statitics related to a regulator entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdRegulatorHistStatsEntry  

acdRegulatorHistStatsID 1.3.6.1.4.1.22420.2.6.3.1.1
Unique value for each regulator entry. Its value ranges from 1 to MAXINT (4 bytes).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdRegulatorHistStatsSampleIndex 1.3.6.1.4.1.22420.2.6.3.1.2
An index that uniquely identifies the particular sample this entry represents among all samples associated with the same regulator instance. This index starts at 1 and increases by one as each new sample.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdRegulatorHistStatsStatus 1.3.6.1.4.1.22420.2.6.3.1.3
The status of this acdRegulatorHistStats entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

acdRegulatorHistStatsDuration 1.3.6.1.4.1.22420.2.6.3.1.4
The interval in seconds over which the data is sampled for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdRegulatorHistStatsIntervalEnd 1.3.6.1.4.1.22420.2.6.3.1.5
This is the time of the end of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

acdRegulatorHistStatsAcceptOctets 1.3.6.1.4.1.22420.2.6.3.1.6
The total number of octets received by this regulator during this sampling interval. This is a 32 bits counter. Combined with acdRegulatorHistStatsAcceptOverflowOctets, it provides the equivalent of the 64 bits counter acdRegulatorHistStatsAcceptHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsAcceptOverflowOctets 1.3.6.1.4.1.22420.2.6.3.1.7
The number of times the associated acdRegulatorHistStatsAcceptOctets counter has overflowed during this sampling interval. This is a 32 bits counter. Combined with acdRegulatorHistStatsAcceptOctets, it provides the equivalent of the 64 bits counter acdRegulatorHistStatsAcceptHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsAcceptHCOctets 1.3.6.1.4.1.22420.2.6.3.1.8
The total number of octets received by this regulator during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorHistStatsAcceptPkts 1.3.6.1.4.1.22420.2.6.3.1.9
The total number of packets received by this regulator during this sampling interval. This is a 32 bits counter. Combined with acdRegulatorHistStatsAcceptOverflowPkts, it provides the equivalent of the 64 bits counter acdRegulatorHistStatsAcceptHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsAcceptOverflowPkts 1.3.6.1.4.1.22420.2.6.3.1.10
The number of times the associated acdRegulatorHistStatsAcceptPkts counter has overflowed during this sampling interval. This is a 32 bits counter. Combined with acdRegulatorHistStatsAcceptPkts, it provides the equivalent of the 64 bits counter acdRegulatorHistStatsAcceptHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsAcceptHCPkts 1.3.6.1.4.1.22420.2.6.3.1.11
The total number of packets received by this regulator during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorHistStatsAcceptAvgRate 1.3.6.1.4.1.22420.2.6.3.1.12
The average accept rate during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorHistStatsAcceptMinRate 1.3.6.1.4.1.22420.2.6.3.1.13
The minimum accept rate during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorHistStatsAcceptMaxRate 1.3.6.1.4.1.22420.2.6.3.1.14
The maximum accept rate during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorHistStatsDropOctets 1.3.6.1.4.1.22420.2.6.3.1.15
The total number of octets received by this regulator during this sampling interval. This is a 32 bits counter. Combined the overflow, counter it provides the equivalent of the 64 bits counter acdRegulatorHistStatsDropHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsDropOverflowOctets 1.3.6.1.4.1.22420.2.6.3.1.16
The number of times the associated acdRegulatorHistStatsDropOctets counter has overflowed during this sampling interval. This is a 32 bits counter. Combined with acdRegulatorHistStatsDropOctets, it provides the equivalent of the 64 bits counter acdRegulatorHistStatsDropHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsDropHCOctets 1.3.6.1.4.1.22420.2.6.3.1.17
The total number of octets received by this regulator during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorHistStatsDropPkts 1.3.6.1.4.1.22420.2.6.3.1.18
The total number of packets received by this regulator during this sampling interval. This is a 32 bits counter. Combined with acdRegulatorHistStatsDropOverflowPkts, it provides the equivalent of the 64 bits counter acdRegulatorHistStatsDropHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsDropOverflowPkts 1.3.6.1.4.1.22420.2.6.3.1.19
The number of times the associated acdRegulatorHistStatsDropPkts counter has overflowed during this sampling interval. This is a 32 bits counter. Combined with acdRegulatorHistStatsDropPkts, it provides the equivalent of the 64 bits counter acdRegulatorHistStatsDropHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdRegulatorHistStatsDropHCPkts 1.3.6.1.4.1.22420.2.6.3.1.20
The total number of packets received by this regulator during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdRegulatorHistStatsDropAvgRate 1.3.6.1.4.1.22420.2.6.3.1.21
The average drop rate during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorHistStatsDropMinRate 1.3.6.1.4.1.22420.2.6.3.1.22
The minimum drop rate during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorHistStatsDropMaxRate 1.3.6.1.4.1.22420.2.6.3.1.23
The maximum drop rate during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

acdRegulatorTableLastChangeTid 1.3.6.1.4.1.22420.2.6.5.1.1
This is the transaction ID of the last change of the acdRegulatorTable table. If this value is different since the last read this is indicate a table change.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdRegulatorCompliances 1.3.6.1.4.1.22420.2.6.6.1
OBJECT IDENTIFIER    

acdRegulatorGroups 1.3.6.1.4.1.22420.2.6.6.2
OBJECT IDENTIFIER    

acdRegulatorGroup 1.3.6.1.4.1.22420.2.6.6.2.1
Objects for the Regulator configurtion Group.
Status: current Access: read-only
OBJECT-GROUP    

acdRegulatorStatsGroup 1.3.6.1.4.1.22420.2.6.6.2.2
Objects for the Regulator statistics Group.
Status: current Access: read-only
OBJECT-GROUP    

acdRegulatorHistStatsGroup 1.3.6.1.4.1.22420.2.6.6.2.3
Objects for the Regulator history statistics Group.
Status: current Access: read-only
OBJECT-GROUP    

acdRegulatorTidGroup 1.3.6.1.4.1.22420.2.6.6.2.4
List of scalars to monitior changes in tables.
Status: current Access: read-only
OBJECT-GROUP    

acdPaaCompliance 1.3.6.1.4.1.22420.2.6.6.1.1
The compliance statement for support of the ACD-REGULATOR-MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE