bgpNlriPrefixAggrType

DC-BGP-MIB · .1.2.826.42.1.1578918.5.65.1.4.5.1.47

Object

column Enumeration
This object indicates any aggregation processing that
has been applied to this 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 peers.
              
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.

Context

MIB
DC-BGP-MIB
OID
.1.2.826.42.1.1578918.5.65.1.4.5.1.47
Type
column
Access
readonly
Status
current
Parent
bgpNlriPrefixEntry
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::bgpNlriPrefixAggrType'
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::bgpNlriPrefixAggrType.<bgpRmEntIndex>.<bgpNlriPrefixAfi>.<bgpNlriPrefixSafi>.<bgpNlriPrefixPrfx>.<bgpNlriPrefixPrfxLen>.<bgpNlriPrefixPeerOrAfm>.<bgpNlriPrefixPeerAfmIndex>.<bgpNlriPrefixPathId>'
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::bgpNlriPrefixAggrType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noAggregation
2aggregateRoute
3unsuppAggregatedRoute
4suppressedAggregatedRoute

Conformance