CHECKPOINT-MIB-2 :: ipAdEntNetMask

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCHECKPOINT-MIB-2ipAdEntNetMask

ipAdEntNetMask

Module: CHECKPOINT-MIB-2

OID (symbolic): CHECKPOINT-MIB-2::ipAdEntNetMask

OID (numeric): 1.3.6.1.2.1.4.20.1.3

Node type: OBJECT-TYPE

Type: IpAddress

Access: read-only

Description: The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.

What is ipAdEntNetMask?

The subnet mask associated with the IP address in the same table row, expressed as an IP address with network bits set to 1 and host bits set to 0. This is what an admin cross-checks against the intended subnet design when troubleshooting connectivity; a mask that doesn't match what was configured in the management console indicates the running config on the gateway has drifted from what's expected. Example: ipAdEntNetMask reading 255.255.255.128 when the design called for a /24 would explain why half the expected hosts on that segment are unreachable from this gateway.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.20.1.3
snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::ipAdEntNetMask

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.4.20.1.3.1
snmpget -v2c -c public <target> CHECKPOINT-MIB-2::ipAdEntNetMask.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::ipAdEntNetMask 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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.2mgmtAXON-MIB
1.3.6.1.2.1mib_2AXON-MIB
Numeric OIDNameModule
1.3.6.1.2.1.4ipCHECKPOINT-MIB-2
1.3.6.1.2.1.4.20ipAddrTableCHECKPOINT-MIB-2
1.3.6.1.2.1.4.20.1ipAddrEntryCHECKPOINT-MIB-2
1.3.6.1.2.1.4.20.1.3ipAdEntNetMaskCHECKPOINT-MIB-2