All MIBs › CIRCUIT-MIB › circuitInOctetsDiscard
circuitInOctetsDiscard
Module: CIRCUIT-MIB
OID (symbolic): CIRCUIT-MIB::circuitInOctetsDiscard
OID (numeric): 1.3.6.1.4.1.5812.6.8.1.56
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description: Number of octets received at the ingress point but are discarded due to the non-conformance of the contract, i.e., it exceeds the traffic contract (BE).
What is circuitInOctetsDiscard?
This Counter64 counts octets discarded at ingress for exceeding this circuit's traffic contract, the byte-volume counterpart to circuitInFramesDiscard, letting an admin quantify actual data loss in bytes rather than just frame counts. Combined with circuitInOctets, this lets an admin compute a byte-loss percentage for the circuit, which is often a more meaningful capacity-planning metric than a frame-loss percentage when frame sizes vary. For example, a small percentage of frames discarded (from circuitInFramesDiscard vs circuitInFrames) but a disproportionately large percentage of octets discarded here would suggest it's specifically large frames that are being dropped, perhaps bulk transfers rather than small control packets.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.56 snmpwalk -v2c -c public <target> CIRCUIT-MIB::circuitInOctetsDiscard
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5812.6.8.1.56.1 snmpget -v2c -c public <target> CIRCUIT-MIB::circuitInOctetsDiscard.1
Start monitoring Coriolis Networks optical/lambda transport equipment (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIRCUIT-MIB::circuitInOctetsDiscard OID value, configure state conditions and alerts, and monitor any Coriolis Networks optical/lambda transport equipment (legacy) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.5812 | coriolisMibs | CORIOLIS-MIB |
| 1.3.6.1.4.1.5812.6 | circuit | CORIOLIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5812.6.8 | circuitTable | CIRCUIT-MIB |
| 1.3.6.1.4.1.5812.6.8.1 | circuitEntry | CIRCUIT-MIB |
| 1.3.6.1.4.1.5812.6.8.1.56 | circuitInOctetsDiscard | CIRCUIT-MIB |