All MIBs › CISCO-CEF-MIB › cefIntLoadSharing
cefIntLoadSharing
Module: CISCO-CEF-MIB
OID (symbolic): CISCO-CEF-MIB::cefIntLoadSharing
OID (numeric): 1.3.6.1.4.1.9.9.492.1.5.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The status of load sharing on the interface.
perPacket(1) : Router to send data packets over successive equal-cost paths without regard to individual hosts or user sessions.
perDestination(2) : Router to use multiple, equal-cost paths to achieve load sharing
Load sharing is enabled by default for an interface when CEF is enabled.
What is cefIntLoadSharing?
This object controls whether the router load-shares traffic on the interface per-packet across equal-cost paths or keeps each destination pinned to one path. The choice matters because perPacket(1) sharing can reorder packets within a TCP flow, hurting throughput for latency-sensitive traffic, while perDestination(2) preserves per-flow ordering at the cost of potentially uneven link utilization. An admin running two equal-cost WAN links for a VoIP-heavy branch would set this to perDestination(2) to avoid out-of-order RTP packets, even though one link might then carry 70% of the load and the other 30%.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.492.1.5.1.1.2 snmpwalk -v2c -c public <target> CISCO-CEF-MIB::cefIntLoadSharing
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.492.1.5.1.1.2.1 snmpget -v2c -c public <target> CISCO-CEF-MIB::cefIntLoadSharing.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.492.1.5.1.1.2.1 i <value>
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::cefIntLoadSharing 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.5 | cefInterface | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.5.1 | cefIntTable | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.5.1.1 | cefIntEntry | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.5.1.1.2 | cefIntLoadSharing | CISCO-CEF-MIB |