All MIBs › CHECKPOINT-MIB-2 › ipOutDiscards
ipOutDiscards
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::ipOutDiscards
OID (numeric): 1.3.6.1.2.1.4.11
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of output IP datagrams for which no
problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion.
What is ipOutDiscards?
Counts output IP datagrams with no delivery problem that were nonetheless discarded, for example due to lack of buffer space, and the DESCRIPTION notes it would include any forwarded packets that met this discretionary criterion. On a busy gateway this counter rising alongside ipForwDatagrams growth is a sign the outbound path is buffer-starved under load, a subtler capacity problem than an interface error since the packets were otherwise fine to send. Example: ipOutDiscards ticking up only during peak business hours, in step with ipForwDatagrams, points to transient output-buffer exhaustion under peak load rather than a persistent hardware fault.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.11 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::ipOutDiscards
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.11.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::ipOutDiscards.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipOutDiscards.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB-2::ipOutDiscards OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances from a single console.
OID Breakdown
Upper-level ancestors (6 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.4 | ip | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.4.11 | ipOutDiscards | CHECKPOINT-MIB-2 |