All MIBs › CHECKPOINT-MIB › fwNetIfIPAddr
fwNetIfIPAddr
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::fwNetIfIPAddr
OID (numeric): 1.3.6.1.4.1.2620.1.1.27.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: IPv4 Address (an empty address will be denoted by 0.0.0.0)
What is fwNetIfIPAddr?
The desc explicitly states this is the IPv4 address of the interface, and that an empty address is denoted by 0.0.0.0. A reading of 0.0.0.0 is explicitly meaningful per the object's own description — it doesn't mean missing data, it means the interface genuinely has no IP configured, normal for a pass-through bridge port but a real problem on an interface expected to route traffic. e.g. fwNetIfIPAddr = 192.168.10.1 for a normal LAN interface, versus 0.0.0.0 for a transparent bridge port that intentionally carries no IP.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.1.27.1.3 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::fwNetIfIPAddr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.1.27.1.3.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::fwNetIfIPAddr.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::fwNetIfIPAddr 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 (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.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.1 | fw | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.1.27 | fwNetIfTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.1.27.1 | fwNetIfEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.1.27.1.3 | fwNetIfIPAddr | CHECKPOINT-MIB |