extremeIQosProfileMaxBwType
EXTREME-QOS-MIB ·
.1.3.6.1.4.1.1916.1.3.1.10.1.5
Object
column Enumeration
The type of the current maximum bandwith setting. A value of 1 signifies that the maximum bandwith value is a percentage of the configurable port bandwidth. A value of 2 or 3 signifies a maximum allowed bandwidth in Kbps or Mbps respectively.
Context
- MIB
- EXTREME-QOS-MIB
- OID
.1.3.6.1.4.1.1916.1.3.1.10.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeIQosProfileEntry
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 'EXTREME-QOS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-QOS-MIB::extremeIQosProfileMaxBwType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-QOS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-QOS-MIB::extremeIQosProfileMaxBwType.<ifIndex>.<extremeIQosProfileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-QOS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-QOS-MIB::extremeIQosProfileMaxBwType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | percentage |
2 | kbps |
3 | mbps |