All MIBs › PEA-BRIDGE-IPDSLAM › schedulingScheme
schedulingScheme
Module: PEA-BRIDGE-IPDSLAM
OID (symbolic): PEA-BRIDGE-IPDSLAM::schedulingScheme
OID (numeric): 1.3.6.1.4.1.193.72.300.30.1.3.1.62
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The DSLAM may schedule packets in this flow in competition with packets in other flows in the same PVC. none (0) There is only one flow, no scheduling needed. strictPriority (1) Strict Priority, the flow with flowIndex=0 has highest priority. deficitRoundRobin (2) Deficit Round Robin, dfcBytesPerRound determines how many bytes are sent from the flow for each turn of the Round Robin. modifiedDeficitRoundRobin (3) Modified Deficit Round Robin, the flow with flowIndex=0 has strict priority over the others. The other flows are scheduled according to DRR on what bandwidth remains.
What is schedulingScheme?
This OID selects which packet scheduling method a DSL network uses (strict priority or round-robin fairness). It determines how network data from different flows competes for bandwidth. A DSL service provider would configure this to balance between giving high-priority traffic immediate service or ensuring all traffic gets fair turns sending data.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.193.72.300.30.1.3.1.62 snmpwalk -v2c -c public <target> PEA-BRIDGE-IPDSLAM::schedulingScheme
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.193.72.300.30.1.3.1.62.1 snmpget -v2c -c public <target> PEA-BRIDGE-IPDSLAM::schedulingScheme.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.193.72.300.30.1.3.1.62.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.193 | ericsson | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.72 | diaxMIB | DXD-SMI |
| 1.3.6.1.4.1.193.72.300 | peaIpDslam | DIESEL-SMI |
| 1.3.6.1.4.1.193.72.300.30 | peaBridgeIpDslam | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1 | bridgeControl | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.3 | pvcTable | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.3.1 | pvcEntry | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.3.1.62 | schedulingScheme | PEA-BRIDGE-IPDSLAM |