All MIBs › CHECKPOINT-MIB › fwNetIfSlaves
fwNetIfSlaves
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::fwNetIfSlaves
OID (numeric): 1.3.6.1.4.1.2620.1.1.27.1.10
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: If this device is acting as a master, this string contains space separated names of all its slave devices.
What is fwNetIfSlaves?
The desc explicitly states that if this device is acting as a master, this string contains space-separated names of all its slave devices. This is what lets you verify, purely via SNMP, that a bond you expect to have multiple active slave NICs actually reports all of them; a slave dropping out of the bond due to a failed link shrinks this list, often the first symptom visible before a full outage. e.g. fwNetIfSlaves = 'eth1 eth2' for bond0, or just 'eth1' if eth2 has dropped out of the bond.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.1.27.1.10 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::fwNetIfSlaves
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.1.27.1.10.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::fwNetIfSlaves.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::fwNetIfSlaves 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.10 | fwNetIfSlaves | CHECKPOINT-MIB |