cIpForwardType
CISCO-IETF-IP-FORWARD-MIB ·
.1.3.6.1.4.1.9.10.85.2.1.6
Object
column obsolete
r/w
Enumeration
The type of route. Note that local(3) refers to a route
for which the next hop is the final destination; remote(4)
refers to a route for which the next hop is not the final
destination.
Setting this object to the value invalid(2) has the effect
of invalidating the corresponding entry in the
cIpForwardTable object. That is, it effectively
disassociates the destination identified with said entry
from the route identified with said entry. It is an
implementation-specific matter as to whether the agent
removes an invalidated entry from the table. Accordingly,
management stations must be prepared to receive tabular
information from agents that corresponds to entries not
currently in use. Proper interpretation of such entries
requires examination of the relevant cIpForwardType
object.
Context
- MIB
- CISCO-IETF-IP-FORWARD-MIB
- OID
.1.3.6.1.4.1.9.10.85.2.1.6- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- cIpForwardEntry
- Groups
- 1
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 'CISCO-IETF-IP-FORWARD-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-IP-FORWARD-MIB::cIpForwardType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IETF-IP-FORWARD-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-IP-FORWARD-MIB::cIpForwardType.<cIpForwardDest>.<cIpForwardProto>.<cIpForwardPolicy>.<cIpForwardNextHop>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IETF-IP-FORWARD-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IETF-IP-FORWARD-MIB::cIpForwardType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | invalid |
3 | local |
4 | remote |
Conformance
Member of