09-14-2021 07:31 AM
Hi team!!!
I´m looking for OID to monitoring “Dropped On No Resources” packets discards on ERS4900 switches and I found:
- if in discards (1.3.6.1.2.1.2.2.1.13) --> The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
- if out discards (1.3.6.1.2.1.2.2.1.19) --> The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
Are these dropped packets include on this counters or there is an specific OID for that?
Regards
EF
Solved! Go to Solution.
09-14-2021 01:36 PM
Hi,
Dropped on No Resource are counted under Out Discards, but there is also a separate MIB for them.bayStackStatsIfNoResourcesPktsDropped - 1.3.6.1.4.1.45.5.12.1.1.1.2
10-13-2021 05:36 AM
7.0.0 SW QoS egress queue statistics (show qos queue-statistics [port <port_list>] [queue <queue>] [non-zero]; qos clear-queue-stats [port <port_list>] [queue <queue>]) 7.0.0 SW SNMP & MIB Support for QoS egress queue statistics 7.0.0 SW EDM support for QOS egress queue statistics
7.1.0 SW QoS egress queue statistics (show qos queue-statistics [port <port_list>] [queue <queue>] [non-zero]; qos clear-queue-stats [port <port_list>] [queue <queue>]) 7.1.0 SW SNMP & MIB Support for QoS egress queue statistics 7.1.0 SW EDM support for QOS egress queue statistics
5.8.0 SW QoS egress queue statistics (show qos queue-statistics [port <port_list>] [queue <queue>] [non-zero]; qos clear-queue-stats [port <port_list>] [queue <queue>]) 5.9.0 SW SNMP & MIB Support for QoS egress queue statistics 5.9.0 SW EDM support for QOS egress queue statistics
bayStackStatsCoSQueueTable .1.3.6.1.4.1.45.5.12.1.3
bayStackStatsCoSQueueEntry .1.3.6.1.4.1.45.5.12.1.3.1
bayStackStatsCoSQueueIfIndex .1.3.6.1.4.1.45.5.12.1.3.1.1
bayStackStatsCoSQueueQueue .1.3.6.1.4.1.45.5.12.1.3.1.2
bayStackStatsCoSQueueOutPackets .1.3.6.1.4.1.45.5.12.1.3.1.3
bayStackStatsCoSQueueOutBytes .1.3.6.1.4.1.45.5.12.1.3.1.4
bayStackStatsCoSQueueDropPackets .1.3.6.1.4.1.45.5.12.1.3.1.5
bayStackStatsCoSQueueDropBytes .1.3.6.1.4.1.45.5.12.1.3.1.6
bayStackStatsCoSQueueClear .1.3.6.1.4.1.45.5.12.1.3.1.7
09-14-2021 01:36 PM
Hi,
Dropped on No Resource are counted under Out Discards, but there is also a separate MIB for them.bayStackStatsIfNoResourcesPktsDropped - 1.3.6.1.4.1.45.5.12.1.1.1.2