All MIBs › CHECKPOINT-MIB › fwNetIfFlags
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 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.5 | fwNetIfFlags | CHECKPOINT-MIB |