All MIBs › ACC-BGP › accBgpImportPeerAddress
accBgpImportPeerAddress
Module: ACC-BGP
OID (symbolic): ACC-BGP::accBgpImportPeerAddress
OID (numeric): 1.3.6.1.4.1.5.1.1.51.4.1.4
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
The BGP peer's IP address.
What is accBgpImportPeerAddress?
This OID records the IP address of the BGP neighbor that originated the route announcement being processed by an import policy. You care about this because it identifies which specific neighbor (out of potentially many) the route came from, which matters when debugging routing issues or troubleshooting why certain neighbors are being rejected. A concrete example is 192.0.2.1, the IP of a BGP peer whose routes are being filtered or modified by policy.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.51.4.1.4 snmpwalk -v2c -c public <target> ACC-BGP::accBgpImportPeerAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.51.4.1.4.1 snmpget -v2c -c public <target> ACC-BGP::accBgpImportPeerAddress.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.51 | accBgp | ACC-BGP |
| 1.3.6.1.4.1.5.1.1.51.4 | accBgpImportTable | ACC-BGP |
| 1.3.6.1.4.1.5.1.1.51.4.1 | accBgpImportEntry | ACC-BGP |
| 1.3.6.1.4.1.5.1.1.51.4.1.4 | accBgpImportPeerAddress | ACC-BGP |