bgpNlriIsActive
DC-BGP-MIB ·
.1.2.826.42.1.1578918.5.65.1.4.1.1.31
Object
column BgpNlriIsActiveFlag
An indication of whether or not this route is installed in
the forwarding table.
If bgpRmAfiSafiAdvertiseInactive is set to 'false', then
this is set to
- 'active' if the route is installed in the forwarding
table, or is a route redistributed from another routing
protocol instance
- 'inactive' otherwise.
If bgpRmAfiSafiAdvertiseInactive is set to 'true', BGP does
not track active routes. In this case, bgpNlriIsActive is
set to 'notTracked'.
Context
- MIB
- DC-BGP-MIB
- OID
.1.2.826.42.1.1578918.5.65.1.4.1.1.31- 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::bgpNlriIsActive'
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::bgpNlriIsActive.<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::bgpNlriIsActive'
Syntax
- Source
- BgpNlriIsActiveFlag
- Base type
Enumeration
Values & Constraints
Type Values
1 | notTracked |
2 | inactive |
3 | active |
Conformance
Member of