All MIBs › ACC-BGP › accBgpExportPeerAddress
accBgpExportPeerAddress
Module: ACC-BGP
OID (symbolic): ACC-BGP::accBgpExportPeerAddress
OID (numeric): 1.3.6.1.4.1.5.1.1.51.8.1.2
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
The BGP peer's address.
What is accBgpExportPeerAddress?
This OID contains the IP address of the BGP peer router that is receiving exported or filtered routes under a specific policy. You check this to confirm which neighbor router is affected by a particular export rule. For instance, 10.0.0.1 identifies the peer at that IP address that will receive the policy's route actions.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.51.8.1.2 snmpwalk -v2c -c public <target> ACC-BGP::accBgpExportPeerAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.51.8.1.2.1 snmpget -v2c -c public <target> ACC-BGP::accBgpExportPeerAddress.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accBgpExportPeerAddress.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.8 | accBgpExportTable | ACC-BGP |
| 1.3.6.1.4.1.5.1.1.51.8.1 | accBgpExportEntry | ACC-BGP |
| 1.3.6.1.4.1.5.1.1.51.8.1.2 | accBgpExportPeerAddress | ACC-BGP |