All MIBs › CHECKPOINT-MIB-2 › icmpOutEchoReps
icmpOutEchoReps
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::icmpOutEchoReps
OID (numeric): 1.3.6.1.2.1.5.22
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of ICMP Echo Reply messages sent.
What is icmpOutEchoReps?
Counts ICMP Echo Reply messages sent by the device, how many pings addressed to it the device answered. Comparing this against icmpInEchos shows whether the gateway is answering every ping it receives or silently dropping some; a gap between the two suggests an ICMP rate-limit or a partial policy block on ping responses is in effect. Example: icmpInEchos showing 1,000 received pings per minute during a flood but icmpOutEchoReps showing only 50 sent confirms ICMP rate-limiting kicked in and is protecting the gateway's CPU.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.5.22 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::icmpOutEchoReps
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.5.22.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::icmpOutEchoReps.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> icmpOutEchoReps.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::icmpOutEchoReps 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.5 | icmp | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.5.22 | icmpOutEchoReps | CHECKPOINT-MIB-2 |