tBgpInstanceTransportTunnel
TIMETRA-BGP-MIB ·
.1.3.6.1.4.1.6527.3.1.2.14.2.6.1.17
Object
column obsolete
r/w
Bits
The bits of tBgpInstanceTransportTunnel specify whether VPNs can
exchange routes across autonomous system boundaries, providing model B
connectivity. The 'no' form of the command disallows ASBRs to
advertise VPRN routes to their peers in other autonomous systems. If a
bit is set, the corresponding mechanism will be used to exchange
routes.
The mechanisms represented by each bit are:
ldp(0) - This allows LDP based LSPS to be used as transport from
the ASBR to local PE routers
rsvp-te(1) - This allows RSVP-TE based LSPS to be used as transport
from the ASBR to local PE routers
mpls(2) - This allows both LDP and RSVP-TE to be used to resolve
the BGP nexthop for VPRN routes in an associated VPRN
instance.
This object was obsoleted in release 13.0.
Context
- MIB
- TIMETRA-BGP-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.14.2.6.1.17- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- tBgpInstanceParamsEntry
- Groups
- 3
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 'TIMETRA-BGP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-BGP-MIB::tBgpInstanceTransportTunnel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-BGP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-BGP-MIB::tBgpInstanceTransportTunnel.<tBgpInstanceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-BGP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-BGP-MIB::tBgpInstanceTransportTunnel'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | ldp |
1 | rsvp-te |
2 | mpls |