CTRON-TX-QUEUE-ARBITRATION-MIB
- Registered at
- 1.3.6.1.4.1.52.4.1.5.12.11.3.6.1.4.1.52.4.1.5.12.2
- Namespace
- enterasys
- Source file
CTRON-TX-QUEUE-ARBITRATION-MIB- Digest
sha256:60855efa56097041d029a37b4675e3b80b6b28350bd294b3e0ef83557d12245a
Imports
| From | Symbols |
|---|---|
| CTRON-MIB-NAMES | ctTxQArb |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CTRON-MIB-NAMES CTRON-OIDS CTRON-TX-QUEUE-ARBITRATION-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ctTxQArbConfig OBJECT-IDENTITY | 1.3.6.1.4.1.52.4.1.5.12.1 | |||
| ctTxQPortGroupMapTable OBJECT-TYPE The ctTxQPortGroupMapTable defines the mapping of interfaces to a specific port group. | 1.3.6.1.4.1.52.4.1.5.12.1.1 | not-accessible | mandatory | |
| ctTxQPortGroupEntry OBJECT-TYPE Defines a particular entry containing objects pertaining to definition and control over interfaces supporting multiple transmit queue arbitration. | 1.3.6.1.4.1.52.4.1.5.12.1.1.1 | not-accessible | mandatory | |
| ctTxQPortGroup OBJECT-TYPE Indicates the transmit queue port group to which the interface claims membership. The specific interface is indicated by the instancing information. | 1.3.6.1.4.1.52.4.1.5.12.1.1.1.1 | INTEGER | read-only | mandatory |
| ctTxQArbTable OBJECT-TYPE A table containing entries to specify the approximate priority for servicing of each transmit queue for each port group on the device. | 1.3.6.1.4.1.52.4.1.5.12.1.2 | not-accessible | mandatory | |
| ctTxQArbEntry OBJECT-TYPE Specifies the entries in the ctTxQArbTable. | 1.3.6.1.4.1.52.4.1.5.12.1.2.1 | not-accessible | mandatory | |
| ctTxQArbNumQueues OBJECT-TYPE The number of transmit queues for each port in this port group. | 1.3.6.1.4.1.52.4.1.5.12.1.2.1.2 | INTEGER | read-only | mandatory |
| ctTxQArbNumSlices OBJECT-TYPE The number of 'slices' into which transmit resources are divided. This determines the resolution with which transmit priority can be allocated to each of the transmit queues. For example, if the number of slices is 16, then transmit resources may be allocated to each transmit queue in units of 1/16 (6.25% of the total). The numbers of slices allocated to all queues must add up to the value of this object (i.e., 100%). | 1.3.6.1.4.1.52.4.1.5.12.1.2.1.3 | INTEGER | read-only | mandatory |
| ctTxQArbSetting OBJECT-TYPE The approximate percentage of a port's transmit resources to be allocated to each transmit queue. This allows for fine-tuning of the 'strict priority' configuration. Under strict priority, the highest queue (ctTxQArbNumQueues - 1) has the highest priority, followed by (ctTxQArbNumQueues - 2), etc. Queue 0 always has the lowest priority. All entries in a higher priority queue will be transmitted before any entries from the lower priority queues. This object allows the modification of the strict priority scheme so that lower priority queues can be guaranteed some access to the transmitter. This object is an octet string in which the number of octets corresponds to the number of transmit queues for each port in this port group, as indicated by ctTxQArbNumQueues. The value of the first octet represents the number of 'slices' of transmit resources to allocate to Queue 0, the second octet represents the number for Queue 1, and so forth. The sum of all the octets in the octet string must add up to the total number of slices available for the port. For example, on a port having 4 transmit queues and where transmit resources are divided into 16 slices, writing an octet string of {0x00, 0x04, 0x04, 0x08} would have the following effect: At least 50% of the frames transmitted are from Queue 3 At least 25% of the frames transmitted are from Queue 2 At least 25% of the frames transmitted are from Queue 1 No frames will be transmitted from Queue 0 until Queues 1, 2 and 3 are empty. | 1.3.6.1.4.1.52.4.1.5.12.1.2.1.4 | OCTET STRING | read-write | mandatory |
| ctTxQBufferConfig OBJECT-IDENTITY | 1.3.6.1.4.1.52.4.1.5.12.2 | |||
| ctTxQBufferOptimizeEnable OBJECT-TYPE enabled (1) - optimize system buffer distribution for default CoS queue disabled (2) - use default system buffer distribution. | 1.3.6.1.4.1.52.4.1.5.12.2.1 | INTEGER {enable(1), disable(2)} | read-write | optional |