CHECKPOINT-MIB :: fwNetIfFlags

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCHECKPOINT-MIBfwNetIfFlags

fwNetIfFlags

Module: CHECKPOINT-MIB

OID (symbolic): CHECKPOINT-MIB::fwNetIfFlags

OID (numeric): 1.3.6.1.4.1.2620.1.1.27.1.5

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-only

Description: Flags indicating the type(s) of the device: Possible values include: VPN tunnel device 1 Unnumbered device 2 Proxy device 4 Bridge 8 Bond 16 Slave 32 (e.g. belongs to a bond or bridge device)

What is fwNetIfFlags?

The desc explicitly lists these as bit flags for the device type: VPN tunnel device (1), Unnumbered device (2), Proxy device (4), Bridge (8), Bond (16), Slave (32). Because these are bit flags, a single interface can carry more than one at once, for example a value of 24 would mean Bridge plus Bond, so you need to decode this as a bitmask rather than a single enumerated state to know exactly what kind of interface you're looking at. e.g. fwNetIfFlags = 16 marks this row as a bonded interface, while a value of 1 on a different row marks a VPN tunnel interface instead.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.1.27.1.5
snmpwalk -v2c -c public <target> CHECKPOINT-MIB::fwNetIfFlags

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.1.27.1.5.1
snmpget -v2c -c public <target> CHECKPOINT-MIB::fwNetIfFlags.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::fwNetIfFlags 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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.2620checkpointCHECKPOINT-GAIA-TRAP-MIB
1.3.6.1.4.1.2620.1productsCHECKPOINT-GAIA-TRAP-MIB
Numeric OIDNameModule
1.3.6.1.4.1.2620.1.1fwCHECKPOINT-MIB
1.3.6.1.4.1.2620.1.1.27fwNetIfTableCHECKPOINT-MIB
1.3.6.1.4.1.2620.1.1.27.1fwNetIfEntryCHECKPOINT-MIB
1.3.6.1.4.1.2620.1.1.27.1.5fwNetIfFlagsCHECKPOINT-MIB