All MIBs › CIRCUIT-MIB › circuitLoadBalanceNumPerInterval
circuitLoadBalanceNumPerInterval
Module: CIRCUIT-MIB
OID (symbolic): CIRCUIT-MIB::circuitLoadBalanceNumPerInterval
OID (numeric): 1.3.6.1.4.1.5812.6.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Indicates the number of circuits being loadbalanced in a fixed interval. The maximum value is 10 circuits per second.
What is circuitLoadBalanceNumPerInterval?
This sets how many circuits are evaluated for load balancing within each circuitLoadBalanceInterval period, capped at a maximum of 10 circuits per second by the platform. Raising this value speeds up how quickly a large batch of circuits gets rebalanced onto better ring paths after a network change, but doing many rebalances per second risks more simultaneous traffic disruption since each moved circuit briefly interrupts its own traffic. For example, on a device carrying hundreds of circuits, setting this near the maximum of 10 would clear a rebalancing backlog far faster than the default of examining just one circuit per interval, at the cost of more concurrent switch-related traffic hits.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5812.6.3 snmpwalk -v2c -c public <target> CIRCUIT-MIB::circuitLoadBalanceNumPerInterval
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5812.6.3.1 snmpget -v2c -c public <target> CIRCUIT-MIB::circuitLoadBalanceNumPerInterval.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5812.6.3.1 i <value>
Start monitoring Coriolis Networks optical/lambda transport equipment (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIRCUIT-MIB::circuitLoadBalanceNumPerInterval OID value, configure state conditions and alerts, and monitor any Coriolis Networks optical/lambda transport equipment (legacy) 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.5812 | coriolisMibs | CORIOLIS-MIB |
| 1.3.6.1.4.1.5812.6 | circuit | CORIOLIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5812.6.3 | circuitLoadBalanceNumPerInterval | CIRCUIT-MIB |