All MIBs › RAISECOM-NAT-MIB › natBindRemAddress
natBindRemAddress
Module: RAISECOM-NAT-MIB
OID (symbolic): RAISECOM-NAT-MIB::natBindRemAddress
OID (numeric): 1.3.6.1.4.1.8886.15.1.1.2.8.1.5
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description: The remote IP address for the transport bind, as seen in the first packet that triggered this bind instance. The value of 0.0.0.0 means there is no remote address associated with this bind yet. The value of 255.255.255.255 means the bind is for a broadcast message.
For address binds, the remote address shown is actually the global address of the local host. NAT doesn't keep track of the remote address in address binds.
What is natBindRemAddress?
The remote IP address seen in the first packet that triggered this bind; 0.0.0.0 means no remote address is yet associated, and 255.255.255.255 flags a broadcast-triggered bind. For address-only binds, per the DESCRIPTION, this field actually shows the local host's global address rather than a true remote peer, since address binds don't track remote endpoints.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.8886.15.1.1.2.8.1.5 snmpwalk -v2c -c public <target> RAISECOM-NAT-MIB::natBindRemAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.8886.15.1.1.2.8.1.5.1 snmpget -v2c -c public <target> RAISECOM-NAT-MIB::natBindRemAddress.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> natBindRemAddress.1
Start monitoring Raisecom gateway/CPE router or switch (NAT address mapping) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the RAISECOM-NAT-MIB::natBindRemAddress OID value, configure state conditions and alerts, and monitor any Raisecom gateway/CPE router or switch (NAT address mapping) from a single console.
OID Breakdown
Upper-level ancestors (9 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.8886 | raisecom | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.15 | raisecomOptSysCommon | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.15.1 | optSysMgmt | RAISECOM-BASE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.8886.15.1.1 | raisecomNatMIB | RAISECOM-NAT-MIB |
| 1.3.6.1.4.1.8886.15.1.1.2 | natBind | RAISECOM-NAT-MIB |
| 1.3.6.1.4.1.8886.15.1.1.2.8 | natBindTable | RAISECOM-NAT-MIB |
| 1.3.6.1.4.1.8886.15.1.1.2.8.1 | natBindEntry | RAISECOM-NAT-MIB |
| 1.3.6.1.4.1.8886.15.1.1.2.8.1.5 | natBindRemAddress | RAISECOM-NAT-MIB |