All MIBs › CISCO-CEF-MIB › cefPathInterface
cefPathInterface
Module: CISCO-CEF-MIB
OID (symbolic): CISCO-CEF-MIB::cefPathInterface
OID (numeric): 1.3.6.1.4.1.9.9.492.1.1.5.1.3
Node type: OBJECT-TYPE
Type: InterfaceIndexOrZero
Access: read-only
Description: Interface associated with this CEF path.
A value of zero for this object will indicate that no interface is associated with this path entry.
What is cefPathInterface?
This reports the outgoing interface associated with this CEF path, with a value of zero specifically meaning no interface is associated with this particular path entry. Not every path type has an associated interface, per cefPathType, so this object's value of zero is itself diagnostic information; for a path expected to forward out a physical interface, seeing zero here would indicate the path is of a type, like a drop or receive path, that does not route traffic out any interface at all. A path entry typed as a drop path, traffic destined to be discarded, would correctly show 0 here, since there is no outbound interface for traffic that never actually gets forwarded.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.492.1.1.5.1.3 snmpwalk -v2c -c public <target> CISCO-CEF-MIB::cefPathInterface
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.492.1.1.5.1.3.1 snmpget -v2c -c public <target> CISCO-CEF-MIB::cefPathInterface.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cefPathInterface.1
Start monitoring Cisco routers/Layer-3 switches (Cisco Express Forwarding) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-CEF-MIB::cefPathInterface OID value, configure state conditions and alerts, and monitor any Cisco routers/Layer-3 switches (Cisco Express Forwarding) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.492 | ciscoCefMIB | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1 | ciscoCefMIBObjects | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.1 | cefFIB | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.1.5 | cefPathTable | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.1.5.1 | cefPathEntry | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.1.5.1.3 | cefPathInterface | CISCO-CEF-MIB |