vRtrLdpGenControlMode
TIMETRA-LDP-MIB ·
.1.3.6.1.4.1.6527.3.1.2.8.1.1.12
Object
column obsolete
Enumeration
The value of vRtrLdpGenControlMode specifies the mode used for
distributing labels in response to label binding requests.
When vRtrLdpGenControlMode has a value of 'ordered', label bindings
are not distributed in response to a label request until a label
binding has been received from the next hop for the destination.
When vRtrLdpGenControlMode has a value of 'independent', label
bindings are distributed immediately in response to a label request
even if a label binding has not yet been received from the next hop
for the destination.
This object was obsoleted in release 13.0.
Context
- MIB
- TIMETRA-LDP-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.8.1.1.12- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- vRtrLdpGeneralEntry
- 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-LDP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-LDP-MIB::vRtrLdpGenControlMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-LDP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-LDP-MIB::vRtrLdpGenControlMode.<vRtrID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-LDP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-LDP-MIB::vRtrLdpGenControlMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ordered |
2 | independent |