All MIBs › CHECKPOINT-MIB › tunnelPeerType
tunnelPeerType
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::tunnelPeerType
OID (numeric): 1.3.6.1.4.1.2620.500.9002.1.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
What is tunnelPeerType?
Classifies the kind of remote peer this tunnel connects to: a regular fixed-IP gateway, a DAIP, or Dynamically Assigned IP, gateway whose address can change, or a ROBO, Remote Office/Branch Office, gateway. This classification matters because DAIP peers need to be resolved by name or registration rather than a static IP each time they reconnect, so a tunnel flagged daip that keeps failing to re-establish after the peer's ISP-assigned address changes points at a DNS or registration resolution problem rather than a policy or crypto issue. Example: a tunnel to a small branch office correctly reporting tunnelPeerType daip(2) explains why that specific tunnel needs to re-resolve the peer's address on every reconnect, unlike the regular(1) tunnels to fixed data-center peers.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.500.9002.1.10 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::tunnelPeerType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.500.9002.1.10.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::tunnelPeerType.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::tunnelPeerType 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 (7 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.500 | tables | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9002 | tunnelTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9002.1 | tunnelEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.500.9002.1.10 | tunnelPeerType | CHECKPOINT-MIB |