JUNIPER-ATM-COS-MIB
- Registered at
- 1.3.6.1.4.1.2636.3.21
- Last updated
- 2003-04-09 00:00
- Organization
- Juniper Networks, Inc.
- Revisions
- 2003-04-09 00:00, 2003-06-20 00:00, 2002-09-04 00:00
- Namespace
- juniper
- Source file
JUNIPER-ATM-COS-MIB- Digest
sha256:1ce48a720017e24796f4e36084fcd96a9717ccc1b3ee329fab665bd66c4c962f
Description
The Juniper enterprise MIB for ATM COS (Class Of Service) infrastructure. For detailed information on ATM COS, Junos Documentation is recommended as the reference. Abbreviations: COS - Class Of Service RED - Random Early Detection PLP - Packet Loss Priority
Contact
Juniper Technical Assistance Center Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, CA 94089 E-mail: support@juniper.net
Imports
| From | Symbols |
|---|---|
| ATM-MIB | atmVclVci, atmVclVpi |
| IF-MIB | ifIndex |
| JUNIPER-COS-MIB | jnxCosFcId |
| JUNIPER-SMI | jnxMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, Integer32, 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.
ATM-MIB ATM-TC-MIB HCNUM-TC IANAifType-MIB IF-MIB JUNIPER-ATM-COS-MIB JUNIPER-COS-MIB JUNIPER-SMI SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| jnxCosAtmVcTable OBJECT-TYPE A table of ATM VCs which have COS configured. | 1.3.6.1.4.1.2636.3.21.1 | not-accessible | current | |
| jnxCosAtmVcEntry OBJECT-TYPE This entry contains COS info specific to an ATM VC. Each entry is indexed using ifIndex, vpi and vci of the VC. | 1.3.6.1.4.1.2636.3.21.1.1 | not-accessible | current | |
| jnxCosAtmVcCosMode OBJECT-TYPE The mode of COS queue priority for the VC. strict mode : One queue of the four queues has strict high priority and is always serviced before the rest of the queues. The remaining queues are serviced in round robin fashion. alternate mode : One queue has high priority, but the servicing of the queues alternates between the high priority queue and the rest of the queues. | 1.3.6.1.4.1.2636.3.21.1.1.1 | INTEGER {strict(0), alternate(1)} | read-only | current |
| jnxCosAtmVcScTable OBJECT-TYPE A table of rows representing atm-scheduler config parameters for each forwarding class within a specified VC. NOTE: These schedulers are specific to an atm interface and are different from the typical schedulers specified under class-of-service config in CLI. Hence, hereafter, through out this mib, scheduler will be referred to as atm-scheduler to avoid any confusion. | 1.3.6.1.4.1.2636.3.21.2 | not-accessible | current | |
| jnxCosAtmVcScEntry OBJECT-TYPE This entry represents atm-scheduler config parameters per forwarding class and per VC. | 1.3.6.1.4.1.2636.3.21.2.1 | not-accessible | current | |
| jnxCosAtmVcScPriority OBJECT-TYPE The atm-scheduler priority for the queue associated with the specified forwarding class within the specified VC. | 1.3.6.1.4.1.2636.3.21.2.1.1 | INTEGER {low(0), high(1)} | read-only | current |
| jnxCosAtmVcScTxWeightType OBJECT-TYPE The atm-scheduler transmit-weight-type for the queue associated with the specified forwarding class inside the specified VC. An atm-scheduler can specify the transmit-weight-type either as number of cells or as a percentage of the queue size. | 1.3.6.1.4.1.2636.3.21.2.1.2 | INTEGER {cells(0), percent(1)} | read-only | current |
| jnxCosAtmVcScTxWeight OBJECT-TYPE The atm-scheduler's transmit weight for the queue associated with the specified forwarding class and the specified VC. This object value is either expressed in units of cells or as a percentage of the total VC bandwidth. The unit (value-type) can be determined using the object jnxCosAtmVcScTxWeightType. | 1.3.6.1.4.1.2636.3.21.2.1.3 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmVcScDpType OBJECT-TYPE The type of RED drop profile configured for the specified forwarding class within the specified VC. A scheduler can specify either linear or constant drop profile. A constant type drop profile (aka EPD) specifies that when the number of queued cells exceeds a threshold, all the cells should be dropped. Whereas a linear type drop profile specifies that only a percentage of cells be dropped based on the number of queued cells at any time. | 1.3.6.1.4.1.2636.3.21.2.1.4 | INTEGER {linearRed(0), epd(1)} | read-only | current |
| jnxCosAtmVcScLrdpQueueDepth OBJECT-TYPE The maximum queue size in cells, as specified by the linear RED drop profile associated with the specified forwarding class within the specified VC. This object is valid only when value of object jnxCosAtmVcScDpType is 'linearRed(0)'. | 1.3.6.1.4.1.2636.3.21.2.1.5 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmVcScLrdpLowPlpThresh OBJECT-TYPE The threshold percentage of fill-level beyond which low PLP (Packet Loss Priority) packets belonging to the specified forwarding class within the specified VC are randomly dropped. This value is specified by linear RED drop profile config. This object is valid only when value of object jnxCosAtmVcScDpType is 'linearRed(0)'. | 1.3.6.1.4.1.2636.3.21.2.1.6 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmVcScLrdpHighPlpThresh OBJECT-TYPE The threshold percentage of fill-level beyond which high PLP (Packet Loss Priority) packets belonging to the specified forwarding class within the specified VC are randomly dropped. This value is specified by linear RED drop profile config. This object is valid only when jnxCosAtmVcScDpType is 'linearRed(0)'. | 1.3.6.1.4.1.2636.3.21.2.1.7 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmVcEpdThreshold OBJECT-TYPE If a EPD type drop profile is configured for this scheduler and if the number of cells queued exceeds this threshold value, all the cells in the queue are dropped. This object has valid value only when jnxCosAtmVcScDpType is 'epd(1)'. | 1.3.6.1.4.1.2636.3.21.2.1.8 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmVcQstatsTable OBJECT-TYPE A table of per VC and per forwarding class queue stats entries. | 1.3.6.1.4.1.2636.3.21.3 | not-accessible | current | |
| jnxCosAtmVcQstatsEntry OBJECT-TYPE This entry contains queue stats for a specified forwarding class and specified VC. | 1.3.6.1.4.1.2636.3.21.3.1 | not-accessible | current | |
| jnxCosAtmVcQstatsOutPackets OBJECT-TYPE The number of packets belonging to the specified forwarding class transmitted on the specified VC. | 1.3.6.1.4.1.2636.3.21.3.1.1 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutBytes OBJECT-TYPE The number of bytes belonging to the specified forwarding class that were transmitted on the specified VC. | 1.3.6.1.4.1.2636.3.21.3.1.2 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutRedDropPkts OBJECT-TYPE The number of outgoing packets on the specified VC and belonging to the specified forwarding class, that were RED-dropped. | 1.3.6.1.4.1.2636.3.21.3.1.3 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutNonRedDrops OBJECT-TYPE The number of outgoing packets on the specified VC and belonging to the specified forwarding class, that were dropped not as a result of RED mechanism, but because of errors in packets. | 1.3.6.1.4.1.2636.3.21.3.1.4 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutLpBytes OBJECT-TYPE The number of low PLP (PLP0) bytes transmitted. | 1.3.6.1.4.1.2636.3.21.3.1.5 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutLpPkts OBJECT-TYPE The number of low PLP (PLP0) packets transmitted. | 1.3.6.1.4.1.2636.3.21.3.1.6 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutLpDropBytes OBJECT-TYPE The number of low PLP (PLP0) bytes dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.3.1.7 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutHpDropBytes OBJECT-TYPE The number of high PLP (PLP1) bytes dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.3.1.8 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutLpDropPkts OBJECT-TYPE The number of low PLP (PLP0) packets dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.3.1.9 | Counter64 | read-only | current |
| jnxCosAtmVcQstatsOutHpDropPkts OBJECT-TYPE The number of high PLP (PLP1) packets dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.3.1.10 | Counter64 | read-only | current |
| jnxCosAtmTrunkTable OBJECT-TYPE A table of all ATM Trunk CoS entries. Stats and configuration information is provided for each ATM Trunk CoS interface. | 1.3.6.1.4.1.2636.3.21.4 | not-accessible | current | |
| jnxCosAtmTrunkEntry OBJECT-TYPE A single ATM Trunk CoS Entry. | 1.3.6.1.4.1.2636.3.21.4.1 | not-accessible | current | |
| jnxCosAtmTrunkMode OBJECT-TYPE The mode of COS queue priority for the Trunk. strict mode : One queue of the four queues has strict high priority and is always serviced before the rest of the queues. The remaining queues are serviced in round robin fashion. alternate mode : One queue has high priority, but the servicing of the queues alternates between the high priority queue and the rest of the queues. | 1.3.6.1.4.1.2636.3.21.4.1.1 | INTEGER {strict(1), alternate(2)} | read-only | current |
| jnxCosAtmTrunkScPriority OBJECT-TYPE The atm-scheduler priority for the queue associated with the specified forwarding class within the specified Trunk. | 1.3.6.1.4.1.2636.3.21.4.1.2 | INTEGER {low(1), high(2)} | read-only | current |
| jnxCosAtmTrunkScTxWeightType OBJECT-TYPE The atm-scheduler transmit-weight-type for the queue associated with the specified forwarding class inside the specified Trunk. An atm-scheduler can specify the transmit-weight-type either as number of cells or as a percentage of the queue size. | 1.3.6.1.4.1.2636.3.21.4.1.3 | INTEGER {cells(1), percent(2)} | read-only | current |
| jnxCosAtmTrunkScTxWeight OBJECT-TYPE The atm-scheduler's transmit weight for the queue associated with the specified forwarding class and the specified Trunk. This object value is either expressed in units of cells or as a percentage of the total Trunk bandwidth. The unit (value-type) can be determined using the object jnxCosAtmTrunkScTxWeightType. | 1.3.6.1.4.1.2636.3.21.4.1.4 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmTrunkQaType OBJECT-TYPE The atm queue admission type used for the specified Trunk. | 1.3.6.1.4.1.2636.3.21.4.1.5 | INTEGER {red(1), singleEpd(2), dualEpd(3)} | read-only | current |
| jnxCosAtmTrunkEpdThresholdPlp0 OBJECT-TYPE If an EPD type drop profile is configured for this scheduler and if the number of cells queued exceeds this threshold value, all the cells which have plp equal to 0 will be dropped. This object has valid value only when jnxCosAtmTrunkQaType is singleEpd or dualEpd. | 1.3.6.1.4.1.2636.3.21.4.1.6 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmTrunkEpdThresholdPlp1 OBJECT-TYPE If a EPD type drop profile is configured for this scheduler and if the number of cells queued exceeds this threshold value, all the cells which have plp equal to 1 will be dropped. This object has valid value only when jnxCosAtmTrunkQaType is dualEpd. | 1.3.6.1.4.1.2636.3.21.4.1.7 | Integer32 (0..32000) | read-only | current |
| jnxCosAtmTrunkQstatsOutPackets OBJECT-TYPE The number of packets belonging to the specified forwarding class transmitted on the specified Trunk. | 1.3.6.1.4.1.2636.3.21.4.1.8 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutBytes OBJECT-TYPE The number of bytes belonging to the specified forwarding class that were transmitted on the specified Trunk. | 1.3.6.1.4.1.2636.3.21.4.1.9 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutDrops OBJECT-TYPE The number of outgoing packets on the specified Trunk and belonging to the specified forwarding class, that were dropped. | 1.3.6.1.4.1.2636.3.21.4.1.10 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutLpBytes OBJECT-TYPE The number of low PLP (PLP0) bytes transmitted. | 1.3.6.1.4.1.2636.3.21.4.1.11 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutLpPkts OBJECT-TYPE The number of low PLP (PLP0) packets transmitted. | 1.3.6.1.4.1.2636.3.21.4.1.12 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutLpDropBytes OBJECT-TYPE The number of low PLP (PLP0) bytes dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.4.1.13 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutHpDropBytes OBJECT-TYPE The number of high PLP (PLP1) bytes dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.4.1.14 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutLpDropPkts OBJECT-TYPE The number of low PLP (PLP0) packets dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.4.1.15 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutHpDropPkts OBJECT-TYPE The number of high PLP (PLP1) packets dropped at the output queue. | 1.3.6.1.4.1.2636.3.21.4.1.16 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutHpBytes OBJECT-TYPE The number of high PLP (PLP1) bytes transmitted. | 1.3.6.1.4.1.2636.3.21.4.1.17 | Counter64 | read-only | current |
| jnxCosAtmTrunkQstatsOutHpPkts OBJECT-TYPE The number of high PLP (PLP1) packets transmitted. | 1.3.6.1.4.1.2636.3.21.4.1.18 | Counter64 | read-only | current |