vRtrLdpStaticFecNHType
TIMETRA-LDP-MIB ·
.1.3.6.1.4.1.6527.3.1.2.8.19.1.3
Object
column obsolete
r/w
Enumeration
The value of vRtrLdpStaticFecNHType specifies the type of next-hop
represented by this row entry.
unknown (0) - the next-hop type has not been set.
ipAddress (1) - the next-hop is an IP address.
pop (2) - there is no next-hop i.e. pop the label and route
ifName (3) - the next-hop is of this ifName
ifNameAndIpAddress (4) - the next-hop is an IP address of this
ifName
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.19.1.3- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- vRtrLdpStaticFecNHEntry
- Groups
- 2
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::vRtrLdpStaticFecNHType'
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::vRtrLdpStaticFecNHType.<vRtrID>.<vRtrLdpStaticFecIpPrefix>.<vRtrLdpStaticFecIpMask>.<vRtrLdpStaticFecNHIndex>'
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::vRtrLdpStaticFecNHType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | ipAddress |
2 | pop |
3 | ifName |
4 | ifNameAndIpAddress |