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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


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.
             discardCountersEntry 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.