bgpNlriAggrType
DC-BGP-MIB ·
.1.2.826.42.1.1578918.5.65.1.4.1.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.1.1.47- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bgpNlriEntry
- Groups
- 1
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 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BGP-MIB::bgpNlriAggrType'
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::bgpNlriAggrType.<bgpRmEntIndex>.<bgpNlriPeerOrAfm>.<bgpNlriPeerAfmIndex>.<bgpNlriAfi>.<bgpNlriSafi>.<bgpNlriPrfx>.<bgpNlriPrfxLen>.<bgpNlriPathId>'
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::bgpNlriAggrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAggregation |
2 | aggregateRoute |
3 | unsuppAggregatedRoute |
4 | suppressedAggregatedRoute |
Conformance
Member of