CUMULUS-COUNTERS-MIB: View SNMP OID List / Download MIB
VENDOR: CUMULUS NETWORKS, INC
Home | MIB: CUMULUS-COUNTERS-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 |
sysSpecificCounters | 1.3.6.1.4.1.40310.2 | |||
discardCounters | 1.3.6.1.4.1.40310.2.1 | |||
discardCountersTable | 1.3.6.1.4.1.40310.2.1.1 | no-access |
This table breaks out ingress packet discards into more reason-specific discard counters. |
|
1.3.6.1.4.1.40310.2.1.1.1 | no-access |
Reason-specific ingress discard counters indexed by ifIndex |
||
portName | 1.3.6.1.4.1.40310.2.1.1.1.1 | displaystring | read-only |
Port name |
l3v4InDiscards | 1.3.6.1.4.1.40310.2.1.1.1.2 | counter32 | read-only |
Number of inbound IPv4 packets discarded by the routing engine. |
bufferOverflowDiscards | 1.3.6.1.4.1.40310.2.1.1.1.3 | counter32 | read-only |
Number of inbound packets discarded due to ingress buffer overflow. |
l3AclDiscards | 1.3.6.1.4.1.40310.2.1.1.1.4 | counter32 | read-only |
Number of inbound IPv4 packets discarded due to ingress ACL table. |
egressQOverflowDiscards | 1.3.6.1.4.1.40310.2.1.1.1.6 | counter32 | read-only |
Number of packets discarded due to egress queue overflow. |
egressNonQDiscards | 1.3.6.1.4.1.40310.2.1.1.1.7 | counter32 | read-only |
Total number of packets discarded on egress due to reasons reasons other than queue overflow. With IF MIB's ifOutDiscards not accounting for certain specific drops, this one accounts for drops seen in the egress pipeline of the system that were not because of egress queue overflow drops. |