ACD-REGULATOR-MIB: View SNMP OID List / Download MIB
VENDOR: ACCEDIAN
Home | MIB: ACD-REGULATOR-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
acdRegulator | 1.3.6.1.4.1.22420.2.6 |
The Regulators database for this Accedian Networks device. |
||
acdRegulatorTable | 1.3.6.1.4.1.22420.2.6.1 | no-access |
Table of all Regulators |
|
1.3.6.1.4.1.22420.2.6.1.1 | no-access |
A Regulator is a two rates three colors engine to regulate a given traffic. |
||
acdRegulatorID | 1.3.6.1.4.1.22420.2.6.1.1.1 | unsigned32 | no-access |
Unique value for each regulator entry. Its value ranges from 1 to MAXINT (4 bytes). |
acdRegulatorName | 1.3.6.1.4.1.22420.2.6.1.1.2 | displaystring | read-only |
This is a string to identify the regulator. |
acdRegulatorCir | 1.3.6.1.4.1.22420.2.6.1.1.3 | unsigned32 | read-only |
The committed information rate. |
acdRegulatorCbs | 1.3.6.1.4.1.22420.2.6.1.1.4 | unsigned32 | read-only |
The committed burst size. |
acdRegulatorEir | 1.3.6.1.4.1.22420.2.6.1.1.5 | unsigned32 | read-only |
The excess information rate. |
acdRegulatorEbs | 1.3.6.1.4.1.22420.2.6.1.1.6 | unsigned32 | read-only |
The excess burst size. |
acdRegulatorIsBlind | 1.3.6.1.4.1.22420.2.6.1.1.7 | truthvalue | read-only |
Enable or disable the pre-marking color processing. |
acdRegulatorIsCouple | 1.3.6.1.4.1.22420.2.6.1.1.8 | truthvalue | read-only |
Enable or disable the coupling flag in this regulator. |
acdRegulatorRowStatus | 1.3.6.1.4.1.22420.2.6.1.1.9 | rowstatus | read-only |
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. |
acdRegulatorWorkingRate | 1.3.6.1.4.1.22420.2.6.1.1.10 | integer | read-only |
The layer at which the regulator work. The layer-1 Ethernet Frame contains all Ethernet Frame fields plus the Inter-Frame Gap (IPG), Preamble and Start-Frame Delimiter (SFD). The layer-2 Ethernet Frame contains all Ethernet Frame fields. Enumeration: 'layer2': 2, 'layer1': 1. |
acdRegulatorStatsTable | 1.3.6.1.4.1.22420.2.6.2 | no-access |
Table of all counters associated with each regulator. |
|
1.3.6.1.4.1.22420.2.6.2.1 | no-access |
An Entry consists of statitics related to a regulator entry. |
||
acdRegulatorStatsID | 1.3.6.1.4.1.22420.2.6.2.1.1 | unsigned32 | no-access |
Unique value for each regulator entry. Its value ranges from 1 to MAXINT (4 bytes). |
acdRegulatorStatsAcceptOctets | 1.3.6.1.4.1.22420.2.6.2.1.2 | counter32 | read-only |
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. |
acdRegulatorStatsAcceptOverflowOctets | 1.3.6.1.4.1.22420.2.6.2.1.3 | counter32 | read-only |
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. |
acdRegulatorStatsAcceptHCOctets | 1.3.6.1.4.1.22420.2.6.2.1.4 | counter64 | read-only |
The total number of octets received by this regulator. |
acdRegulatorStatsAcceptPkts | 1.3.6.1.4.1.22420.2.6.2.1.5 | counter32 | read-only |
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. |
acdRegulatorStatsAcceptOverflowPkts | 1.3.6.1.4.1.22420.2.6.2.1.6 | counter32 | read-only |
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. |
acdRegulatorStatsAcceptHCPkts | 1.3.6.1.4.1.22420.2.6.2.1.7 | counter64 | read-only |
The total number of packets received by this regulator. |
acdRegulatorStatsAcceptRate | 1.3.6.1.4.1.22420.2.6.2.1.8 | gauge32 | read-only |
The accept rate. |
acdRegulatorStatsDropOctets | 1.3.6.1.4.1.22420.2.6.2.1.9 | counter32 | read-only |
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. |
acdRegulatorStatsDropOverflowOctets | 1.3.6.1.4.1.22420.2.6.2.1.10 | counter32 | read-only |
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. |
acdRegulatorStatsDropHCOctets | 1.3.6.1.4.1.22420.2.6.2.1.11 | counter64 | read-only |
The total number of octets received by this regulator. |
acdRegulatorStatsDropPkts | 1.3.6.1.4.1.22420.2.6.2.1.12 | counter32 | read-only |
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. |
acdRegulatorStatsDropOverflowPkts | 1.3.6.1.4.1.22420.2.6.2.1.13 | counter32 | read-only |
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. |
acdRegulatorStatsDropHCPkts | 1.3.6.1.4.1.22420.2.6.2.1.14 | counter64 | read-only |
The total number of packets received by this regulator. |
acdRegulatorStatsDropRate | 1.3.6.1.4.1.22420.2.6.2.1.15 | gauge32 | read-only |
The drop rate. |
acdRegulatorHistStatsTable | 1.3.6.1.4.1.22420.2.6.3 | no-access |
Table of all counters associated with each regulator. |
|
1.3.6.1.4.1.22420.2.6.3.1 | no-access |
An Entry consists of statitics related to a regulator entry. |
||
acdRegulatorHistStatsID | 1.3.6.1.4.1.22420.2.6.3.1.1 | unsigned32 | no-access |
Unique value for each regulator entry. Its value ranges from 1 to MAXINT (4 bytes). |
acdRegulatorHistStatsSampleIndex | 1.3.6.1.4.1.22420.2.6.3.1.2 | unsigned32 | no-access |
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. |
acdRegulatorHistStatsStatus | 1.3.6.1.4.1.22420.2.6.3.1.3 | integer | read-only |
The status of this acdRegulatorHistStats entry. Enumeration: 'valid': 1, 'invalid': 2. |
acdRegulatorHistStatsDuration | 1.3.6.1.4.1.22420.2.6.3.1.4 | unsigned32 | read-only |
The interval in seconds over which the data is sampled for this entry. |
acdRegulatorHistStatsIntervalEnd | 1.3.6.1.4.1.22420.2.6.3.1.5 | dateandtime | read-only |
This is the time of the end of this entry. |
acdRegulatorHistStatsAcceptOctets | 1.3.6.1.4.1.22420.2.6.3.1.6 | counter32 | read-only |
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. |
acdRegulatorHistStatsAcceptOverflowOctets | 1.3.6.1.4.1.22420.2.6.3.1.7 | counter32 | read-only |
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. |
acdRegulatorHistStatsAcceptHCOctets | 1.3.6.1.4.1.22420.2.6.3.1.8 | counter64 | read-only |
The total number of octets received by this regulator during this sampling interval. |
acdRegulatorHistStatsAcceptPkts | 1.3.6.1.4.1.22420.2.6.3.1.9 | counter32 | read-only |
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. |
acdRegulatorHistStatsAcceptOverflowPkts | 1.3.6.1.4.1.22420.2.6.3.1.10 | counter32 | read-only |
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. |
acdRegulatorHistStatsAcceptHCPkts | 1.3.6.1.4.1.22420.2.6.3.1.11 | counter64 | read-only |
The total number of packets received by this regulator during this sampling interval. |
acdRegulatorHistStatsAcceptAvgRate | 1.3.6.1.4.1.22420.2.6.3.1.12 | gauge32 | read-only |
The average accept rate during this sampling interval. |
acdRegulatorHistStatsAcceptMinRate | 1.3.6.1.4.1.22420.2.6.3.1.13 | gauge32 | read-only |
The minimum accept rate during this sampling interval. |
acdRegulatorHistStatsAcceptMaxRate | 1.3.6.1.4.1.22420.2.6.3.1.14 | gauge32 | read-only |
The maximum accept rate during this sampling interval. |
acdRegulatorHistStatsDropOctets | 1.3.6.1.4.1.22420.2.6.3.1.15 | counter32 | read-only |
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. |
acdRegulatorHistStatsDropOverflowOctets | 1.3.6.1.4.1.22420.2.6.3.1.16 | counter32 | read-only |
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. |
acdRegulatorHistStatsDropHCOctets | 1.3.6.1.4.1.22420.2.6.3.1.17 | counter64 | read-only |
The total number of octets received by this regulator during this sampling interval. |
acdRegulatorHistStatsDropPkts | 1.3.6.1.4.1.22420.2.6.3.1.18 | counter32 | read-only |
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. |
acdRegulatorHistStatsDropOverflowPkts | 1.3.6.1.4.1.22420.2.6.3.1.19 | counter32 | read-only |
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. |
acdRegulatorHistStatsDropHCPkts | 1.3.6.1.4.1.22420.2.6.3.1.20 | counter64 | read-only |
The total number of packets received by this regulator during this sampling interval. |
acdRegulatorHistStatsDropAvgRate | 1.3.6.1.4.1.22420.2.6.3.1.21 | gauge32 | read-only |
The average drop rate during this sampling interval. |
acdRegulatorHistStatsDropMinRate | 1.3.6.1.4.1.22420.2.6.3.1.22 | gauge32 | read-only |
The minimum drop rate during this sampling interval. |
acdRegulatorHistStatsDropMaxRate | 1.3.6.1.4.1.22420.2.6.3.1.23 | gauge32 | read-only |
The maximum drop rate during this sampling interval. |
acdRegulatorNotifications | 1.3.6.1.4.1.22420.2.6.4 | |||
acdRegulatorMIBObjects | 1.3.6.1.4.1.22420.2.6.5 | |||
acdRegulatorTableTid | 1.3.6.1.4.1.22420.2.6.5.1 | |||
acdRegulatorTableLastChangeTid | 1.3.6.1.4.1.22420.2.6.5.1.1 | unsigned32 | read-only |
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. |
acdRegulatorConformance | 1.3.6.1.4.1.22420.2.6.6 | |||
acdRegulatorCompliances | 1.3.6.1.4.1.22420.2.6.6.1 | |||
acdRegulatorCompliance | 1.3.6.1.4.1.22420.2.6.6.1.1 |
The compliance statement for support of the ACD-REGULATOR-MIB module. |
||
acdRegulatorGroups | 1.3.6.1.4.1.22420.2.6.6.2 | |||
acdRegulatorGroup | 1.3.6.1.4.1.22420.2.6.6.2.1 |
Objects for the Regulator configurtion Group. |
||
acdRegulatorStatsGroup | 1.3.6.1.4.1.22420.2.6.6.2.2 |
Objects for the Regulator statistics Group. |
||
acdRegulatorHistStatsGroup | 1.3.6.1.4.1.22420.2.6.6.2.3 |
Objects for the Regulator history statistics Group. |
||
acdRegulatorTidGroup | 1.3.6.1.4.1.22420.2.6.6.2.4 |
List of scalars to monitior changes in tables. |