bgpAdjRibOutLocalAggrType

DC-BGP-MIB · .1.2.826.42.1.1578918.5.65.1.4.4.1.8

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,
corresponding to an entry in the bgpAggregateTable.
              
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
DC-BGP-MIB
OID
.1.2.826.42.1.1578918.5.65.1.4.4.1.8
Type
column
Access
readonly
Status
current
Parent
bgpAdjRibOutEntry
Groups
1

Walk 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 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BGP-MIB::bgpAdjRibOutLocalAggrType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BGP-MIB::bgpAdjRibOutLocalAggrType.<bgpRmEntIndex>.<bgpPeerIndex>.<bgpAdjRibOutAfi>.<bgpAdjRibOutSafi>.<bgpAdjRibOutPrfx>.<bgpAdjRibOutPrfxLen>.<bgpAdjRibOutPathId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-BGP-MIB::bgpAdjRibOutLocalAggrType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noAggregation
2aggregateRoute
3unsuppAggregatedRoute
4suppressedAggregatedRoute

Conformance