bgpRoutesTableInfoPathStatus
VIPTELA-OPER-BGP ·
.1.3.6.1.4.1.41916.14.6.1.26
Object
column BgpRibStatusType
BGP path status
Context
- MIB
- VIPTELA-OPER-BGP
- OID
.1.3.6.1.4.1.41916.14.6.1.26- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bgpRoutesTableInfoEntry
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 'VIPTELA-OPER-BGP' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VIPTELA-OPER-BGP::bgpRoutesTableInfoPathStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VIPTELA-OPER-BGP' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VIPTELA-OPER-BGP::bgpRoutesTableInfoPathStatus.<bgpRoutesTableVpnId>.<bgpRoutesTablePrefix>.<bgpRoutesTableInfoInfoId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VIPTELA-OPER-BGP' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VIPTELA-OPER-BGP::bgpRoutesTableInfoPathStatus'
Syntax
- Source
- BgpRibStatusType
- Base type
Bits
Values & Constraints
Type Values
0 | valid |
1 | best |
2 | internal |
3 | external |
4 | removed |
5 | stale |
6 | history |
7 | damped |
8 | inaccessible |
9 | multipath |