vRtrIfDhcpClRtStatus

TIMETRA-VRTR-MIB · .1.3.6.1.4.1.6527.3.1.2.3.202.1.4.1.6

Object

column Enumeration
The value of vRtrIfDhcpClRtStatus indicates the state of this route.
              
A value of 'installed' indicates the received route is valid, and is
successfully installed in the route table.
              
A value of 'invalid' indicates that the received route is invalid for
this DHCP client, and no attempt is made to install it in the route
table.
              
A value of 'noRouteToNexthop' indicates that the route is valid, but
the next hop is unreachable, and no attempt is made to install it in
the route table.
              
A value of 'errorInternal' indicates that the system encountered a
generic error attempting to install the route in the route table.
              
A value of 'errorInstallCheck' indicates that the system encountered a
configuration validation check error attempting to install the route
in the route table.
              
A value of 'errorInstallInternal' indicates that the system
encountered a runtime validation error attempting to install the route
in the route table.
              
A value of 'errorUninstallCheck' indicates that the system encountered
a configuration validation check error attempting to uninstall the
route in the route table.
              
A value of 'errorUninstallInternal' indicates that the system
encountered a runtime validation error attempting to uninstall the
route in the route table.

Context

MIB
TIMETRA-VRTR-MIB
OID
.1.3.6.1.4.1.6527.3.1.2.3.202.1.4.1.6
Type
column
Access
readonly
Status
current
Parent
vRtrIfDhcpClRtEntry
Groups
1

Walk 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-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-VRTR-MIB::vRtrIfDhcpClRtStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-VRTR-MIB::vRtrIfDhcpClRtStatus.<vRtrID>.<vRtrIfIndex>.<vRtrIfDhcpClRtAddrType>.<vRtrIfDhcpClRtAddr>.<vRtrIfDhcpClRtPrefixLen>.<vRtrIfDhcpClRtNhAddrType>.<vRtrIfDhcpClRtNhAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-VRTR-MIB::vRtrIfDhcpClRtStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1installed
2invalid
3noRouteToNexthop
4errorInternal
5errorOutOfMemory
6errorInstallCheck
7errorInstallInternal
8errorUninstallCheck
9errorUninstallInternal

Conformance