deviceBaseQosPolicySpBandwidthRange
NSCRTV-EPON-QOS-MGM-MIB ·
.1.3.6.1.4.1.17409.2.3.8.3.1.4
Object
column r/w
OctetString
Define SP assured bandwidth for each queue.
The size of this object is 4*(number of queue). For each queue, use 4 octets
to represend the assured bandwidth for the queue. The four-octet could be mapped
to an unsigned integer, in units of kbps. The sequence of the map is from queue
0 to queue max (for example, 7).
For example, 00 00 00 10 00 00 01 00 00 00 00 00 00 00 00 00
00 00 10 00 00 00 00 01 00 01 01 00 00 00 11 11
It means, 8 queues and the assured bandwidth for each queue as:
queue 0 16kbps
queue 1 256kbps
queue 2 0
queue 3 0
queue 4 4096kbps
queue 5 1kbps
queue 6 65792kbps
queue 7 65535kbps
Context
- MIB
- NSCRTV-EPON-QOS-MGM-MIB
- OID
.1.3.6.1.4.1.17409.2.3.8.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- deviceBaseQosPolicyEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-EPON-QOS-MGM-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-EPON-QOS-MGM-MIB::deviceBaseQosPolicySpBandwidthRange'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NSCRTV-EPON-QOS-MGM-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-EPON-QOS-MGM-MIB::deviceBaseQosPolicySpBandwidthRange.<deviceBaseQosPolicyDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NSCRTV-EPON-QOS-MGM-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NSCRTV-EPON-QOS-MGM-MIB::deviceBaseQosPolicySpBandwidthRange'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.