PEA-BRIDGE-IPDSLAM :: schedulingScheme

MIB Reference — IPNetwork Monitor

All MIBsPEA-BRIDGE-IPDSLAMschedulingScheme

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.193ericssonANS-COMMON-MIB
1.3.6.1.4.1.193.72diaxMIBDXD-SMI
1.3.6.1.4.1.193.72.300peaIpDslamDIESEL-SMI
1.3.6.1.4.1.193.72.300.30peaBridgeIpDslamPEA-BRIDGE-IPDSLAM
1.3.6.1.4.1.193.72.300.30.1bridgeControlPEA-BRIDGE-IPDSLAM
1.3.6.1.4.1.193.72.300.30.1.3pvcTablePEA-BRIDGE-IPDSLAM
1.3.6.1.4.1.193.72.300.30.1.3.1pvcEntryPEA-BRIDGE-IPDSLAM
1.3.6.1.4.1.193.72.300.30.1.3.1.62schedulingSchemePEA-BRIDGE-IPDSLAM