All MIBs › CHECKPOINT-MIB-2 › udpLocalPort
udpLocalPort
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::udpLocalPort
OID (numeric): 1.3.6.1.2.1.7.5.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The local port number for this UDP listener.
What is udpLocalPort?
The local port number this UDP listener entry in the table is bound to. This tells an admin walking the UDP listener table exactly which services are actively bound and reachable on the gateway, such as SNMP on 161 or IKE on 500, a quick way to confirm a service is really listening, or to spot one that shouldn't be. Example: finding an entry with udpLocalPort 161 confirms SNMP is actively bound and listening on this gateway, worth checking against the intended access-control list for who's allowed to reach it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.7.5.1.2 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::udpLocalPort
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.7.5.1.2.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::udpLocalPort.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::udpLocalPort 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 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.7 | udp | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.7.5 | udpTable | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.7.5.1 | udpEntry | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.7.5.1.2 | udpLocalPort | CHECKPOINT-MIB-2 |