All MIBs › ACC-BGP › accBgpImportOrigin
accBgpImportOrigin
Module: ACC-BGP
OID (symbolic): ACC-BGP::accBgpImportOrigin
OID (numeric): 1.3.6.1.4.1.5.1.1.51.4.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The Origin code of the NLRI in the announcement.
What is accBgpImportOrigin?
This OID stores the origin code of an announced route, which indicates how the route was added to BGP (IGP, EGP, or INCOMPLETE). Network engineers use this to prioritize routes, as IGP-originated routes are more reliable than INCOMPLETE routes which may come from external sources or legacy systems. An example value of 0 (IGP) means the route was originated by the receiving AS internally, while 2 (INCOMPLETE) might indicate a redistributed route from another routing protocol.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.51.4.1.6 snmpwalk -v2c -c public <target> ACC-BGP::accBgpImportOrigin
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.51.4.1.6.1 snmpget -v2c -c public <target> ACC-BGP::accBgpImportOrigin.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.6 | accBgpImportOrigin | ACC-BGP |