All MIBs › PRVT-QOS-MIB › hqosVirtualSchedulerPriority
hqosVirtualSchedulerPriority
Module: PRVT-QOS-MIB
OID (symbolic): PRVT-QOS-MIB::hqosVirtualSchedulerPriority
OID (numeric): 1.3.6.1.4.1.738.1.7.1.6.2.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Priority of the scheduler.
What is hqosVirtualSchedulerPriority?
This object sets the priority level of a virtual scheduler when it feeds traffic to its parent scheduler in a hierarchical QoS system. Higher priority values ensure that packets from this scheduler are dequeued and transmitted before lower-priority schedulers. Network engineers use this to enforce traffic policing, ensuring critical traffic (like VoIP or video) gets preferential treatment over best-effort traffic.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.738.1.7.1.6.2.1.6 snmpwalk -v2c -c public <target> PRVT-QOS-MIB::hqosVirtualSchedulerPriority
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.738.1.7.1.6.2.1.6.1 snmpget -v2c -c public <target> PRVT-QOS-MIB::hqosVirtualSchedulerPriority.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.738.1.7.1.6.2.1.6.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> hqosVirtualSchedulerPriority.1
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.738 | privateVendorOID | PRIV-VENDORDEF-MIB |
| 1.3.6.1.4.1.738.1 | prvt_products | PRVT-SWITCH-MIB |
| 1.3.6.1.4.1.738.1.7 | serviceAccessSwitch | PRVT-QOS-MIB |
| 1.3.6.1.4.1.738.1.7.1 | prvtQosMIB | PRVT-QOS-MIB |
| 1.3.6.1.4.1.738.1.7.1.6 | hqosSchedulerObjects | PRVT-QOS-MIB |
| 1.3.6.1.4.1.738.1.7.1.6.2 | hqosVirtualSchedulerTable | PRVT-QOS-MIB |
| 1.3.6.1.4.1.738.1.7.1.6.2.1 | hqosVirtualSchedulerEntry | PRVT-QOS-MIB |
| 1.3.6.1.4.1.738.1.7.1.6.2.1.6 | hqosVirtualSchedulerPriority | PRVT-QOS-MIB |