JUNIPER-ATM-COS-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: JUNIPER-ATM-COS-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 |
jnxAtmCos | 1.3.6.1.4.1.2636.3.21 |
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 |
||
jnxCosAtmVcTable | 1.3.6.1.4.1.2636.3.21.1 | no-access |
A table of ATM VCs which have COS configured. |
|
1.3.6.1.4.1.2636.3.21.1.1 | no-access |
This entry contains COS info specific to an ATM VC. Each entry is indexed using ifIndex, vpi and vci of the VC. |
||
jnxCosAtmVcCosMode | 1.3.6.1.4.1.2636.3.21.1.1.1 | integer | read-only |
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. Enumeration: 'strict': 0, 'alternate': 1. |
jnxCosAtmVcScTable | 1.3.6.1.4.1.2636.3.21.2 | no-access |
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.1 | no-access |
This entry represents atm-scheduler config parameters per forwarding class and per VC. |
||
jnxCosAtmVcScPriority | 1.3.6.1.4.1.2636.3.21.2.1.1 | integer | read-only |
The atm-scheduler priority for the queue associated with the specified forwarding class within the specified VC. Enumeration: 'high': 1, 'low': 0. |
jnxCosAtmVcScTxWeightType | 1.3.6.1.4.1.2636.3.21.2.1.2 | integer | read-only |
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. Enumeration: 'cells': 0, 'percent': 1. |
jnxCosAtmVcScTxWeight | 1.3.6.1.4.1.2636.3.21.2.1.3 | integer32 | read-only |
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. |
jnxCosAtmVcScDpType | 1.3.6.1.4.1.2636.3.21.2.1.4 | integer | read-only |
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. Enumeration: 'linearRed': 0, 'epd': 1. |
jnxCosAtmVcScLrdpQueueDepth | 1.3.6.1.4.1.2636.3.21.2.1.5 | integer32 | read-only |
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)'. |
jnxCosAtmVcScLrdpLowPlpThresh | 1.3.6.1.4.1.2636.3.21.2.1.6 | integer32 | read-only |
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)'. |
jnxCosAtmVcScLrdpHighPlpThresh | 1.3.6.1.4.1.2636.3.21.2.1.7 | integer32 | read-only |
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)'. |
jnxCosAtmVcEpdThreshold | 1.3.6.1.4.1.2636.3.21.2.1.8 | integer32 | read-only |
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)'. |
jnxCosAtmVcQstatsTable | 1.3.6.1.4.1.2636.3.21.3 | no-access |
A table of per VC and per forwarding class queue stats entries. |
|
1.3.6.1.4.1.2636.3.21.3.1 | no-access |
This entry contains queue stats for a specified forwarding class and specified VC. |
||
jnxCosAtmVcQstatsOutPackets | 1.3.6.1.4.1.2636.3.21.3.1.1 | counter64 | read-only |
The number of packets belonging to the specified forwarding class transmitted on the specified VC. |
jnxCosAtmVcQstatsOutBytes | 1.3.6.1.4.1.2636.3.21.3.1.2 | counter64 | read-only |
The number of bytes belonging to the specified forwarding class that were transmitted on the specified VC. |
jnxCosAtmVcQstatsOutRedDropPkts | 1.3.6.1.4.1.2636.3.21.3.1.3 | counter64 | read-only |
The number of outgoing packets on the specified VC and belonging to the specified forwarding class, that were RED-dropped. |
jnxCosAtmVcQstatsOutNonRedDrops | 1.3.6.1.4.1.2636.3.21.3.1.4 | counter64 | read-only |
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. |
jnxCosAtmVcQstatsOutLpBytes | 1.3.6.1.4.1.2636.3.21.3.1.5 | counter64 | read-only |
The number of low PLP (PLP0) bytes transmitted. |
jnxCosAtmVcQstatsOutLpPkts | 1.3.6.1.4.1.2636.3.21.3.1.6 | counter64 | read-only |
The number of low PLP (PLP0) packets transmitted. |
jnxCosAtmVcQstatsOutLpDropBytes | 1.3.6.1.4.1.2636.3.21.3.1.7 | counter64 | read-only |
The number of low PLP (PLP0) bytes dropped at the output queue. |
jnxCosAtmVcQstatsOutHpDropBytes | 1.3.6.1.4.1.2636.3.21.3.1.8 | counter64 | read-only |
The number of high PLP (PLP1) bytes dropped at the output queue. |
jnxCosAtmVcQstatsOutLpDropPkts | 1.3.6.1.4.1.2636.3.21.3.1.9 | counter64 | read-only |
The number of low PLP (PLP0) packets dropped at the output queue. |
jnxCosAtmVcQstatsOutHpDropPkts | 1.3.6.1.4.1.2636.3.21.3.1.10 | counter64 | read-only |
The number of high PLP (PLP1) packets dropped at the output queue. |
jnxCosAtmTrunkTable | 1.3.6.1.4.1.2636.3.21.4 | no-access |
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.1 | no-access |
A single ATM Trunk CoS Entry. |
||
jnxCosAtmTrunkMode | 1.3.6.1.4.1.2636.3.21.4.1.1 | integer | read-only |
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. Enumeration: 'strict': 1, 'alternate': 2. |
jnxCosAtmTrunkScPriority | 1.3.6.1.4.1.2636.3.21.4.1.2 | integer | read-only |
The atm-scheduler priority for the queue associated with the specified forwarding class within the specified Trunk. Enumeration: 'high': 2, 'low': 1. |
jnxCosAtmTrunkScTxWeightType | 1.3.6.1.4.1.2636.3.21.4.1.3 | integer | read-only |
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. Enumeration: 'cells': 1, 'percent': 2. |
jnxCosAtmTrunkScTxWeight | 1.3.6.1.4.1.2636.3.21.4.1.4 | integer32 | read-only |
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. |
jnxCosAtmTrunkQaType | 1.3.6.1.4.1.2636.3.21.4.1.5 | integer | read-only |
The atm queue admission type used for the specified Trunk. Enumeration: 'dualEpd': 3, 'singleEpd': 2, 'red': 1. |
jnxCosAtmTrunkEpdThresholdPlp0 | 1.3.6.1.4.1.2636.3.21.4.1.6 | integer32 | read-only |
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. |
jnxCosAtmTrunkEpdThresholdPlp1 | 1.3.6.1.4.1.2636.3.21.4.1.7 | integer32 | read-only |
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. |
jnxCosAtmTrunkQstatsOutPackets | 1.3.6.1.4.1.2636.3.21.4.1.8 | counter64 | read-only |
The number of packets belonging to the specified forwarding class transmitted on the specified Trunk. |
jnxCosAtmTrunkQstatsOutBytes | 1.3.6.1.4.1.2636.3.21.4.1.9 | counter64 | read-only |
The number of bytes belonging to the specified forwarding class that were transmitted on the specified Trunk. |
jnxCosAtmTrunkQstatsOutDrops | 1.3.6.1.4.1.2636.3.21.4.1.10 | counter64 | read-only |
The number of outgoing packets on the specified Trunk and belonging to the specified forwarding class, that were dropped. |
jnxCosAtmTrunkQstatsOutLpBytes | 1.3.6.1.4.1.2636.3.21.4.1.11 | counter64 | read-only |
The number of low PLP (PLP0) bytes transmitted. |
jnxCosAtmTrunkQstatsOutLpPkts | 1.3.6.1.4.1.2636.3.21.4.1.12 | counter64 | read-only |
The number of low PLP (PLP0) packets transmitted. |
jnxCosAtmTrunkQstatsOutLpDropBytes | 1.3.6.1.4.1.2636.3.21.4.1.13 | counter64 | read-only |
The number of low PLP (PLP0) bytes dropped at the output queue. |
jnxCosAtmTrunkQstatsOutHpDropBytes | 1.3.6.1.4.1.2636.3.21.4.1.14 | counter64 | read-only |
The number of high PLP (PLP1) bytes dropped at the output queue. |
jnxCosAtmTrunkQstatsOutLpDropPkts | 1.3.6.1.4.1.2636.3.21.4.1.15 | counter64 | read-only |
The number of low PLP (PLP0) packets dropped at the output queue. |
jnxCosAtmTrunkQstatsOutHpDropPkts | 1.3.6.1.4.1.2636.3.21.4.1.16 | counter64 | read-only |
The number of high PLP (PLP1) packets dropped at the output queue. |
jnxCosAtmTrunkQstatsOutHpBytes | 1.3.6.1.4.1.2636.3.21.4.1.17 | counter64 | read-only |
The number of high PLP (PLP1) bytes transmitted. |
jnxCosAtmTrunkQstatsOutHpPkts | 1.3.6.1.4.1.2636.3.21.4.1.18 | counter64 | read-only |
The number of high PLP (PLP1) packets transmitted. |