eltexBgpAdjRibOutLocalAggrType
ELTEX-BGP-MIB ·
.1.3.6.1.4.1.35265.45.1.3.3.1.9
Object
column Enumeration
This object indicates any aggregation processing that
has been applied to this Adj-RIB-Out route.
A value of noAggregation(1) indicates that this route
does not aggregate any other routes, and is not
aggregated by any route.
A value of aggregateRoute(2) indicates that this route
is a locally configured aggregating route.
A value of unsuppAggregatedRoute(3) indicates that this
route has been aggregated by a locally configured
aggregate route and is not suppressed - the route is
still explicitly advertised to the peer.
A value of suppressedAggregatedRoute(4) indicates that
this route has been aggregated by a locally configured
aggregate route and is flagged such that it should not be
advertised along with the aggregate route. Typically such
routes are not installed on an Adj-RIB-Out. If however the
aggregate route itself is not permitted to be added to the
Adj-RIB-Out then suppressed routes are advertised if they
themselves are permitted by policy.
Context
- MIB
- ELTEX-BGP-MIB
- OID
.1.3.6.1.4.1.35265.45.1.3.3.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexBgpAdjRibOutEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpAdjRibOutLocalAggrType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpAdjRibOutLocalAggrType.<eltexBgpProcessId>.<eltexBgpPeerStatusPeerIndex>.<eltexBgpAdjRibOutAfi>.<eltexBgpAdjRibOutSafi>.<eltexBgpAdjRibOutPrfxType>.<eltexBgpAdjRibOutPrfx>.<eltexBgpAdjRibOutPrfxLen>.<eltexBgpAdjRibOutPathId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-BGP-MIB::eltexBgpAdjRibOutLocalAggrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAggregation |
2 | aggregateRoute |
3 | unsuppAggregatedRoute |
4 | suppressedAggregatedRoute |