hpSwitchRateLimitPortControlMode
CONFIG-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.23.1.1.2
Object
column mandatory
r/w
Enumeration
The mode by which this port will be Rate-Limited on ingress. If rateLimitPerPortOnly is configured, there will be a single maximum rate for the entire port. If rateLimitPerQueue is configured, the values for each of the four queues indicate the maximum percentage of port traffic that may be received by that queue (the sum of these values must not exceed 100). When rate-limiting is disabled, there are no maximum controls on ingress for this port.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.23.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- hpSwitchRateLimitPortConfigEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::hpSwitchRateLimitPortControlMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::hpSwitchRateLimitPortControlMode.<hpSwitchRateLimitPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::hpSwitchRateLimitPortControlMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | rateLimitPerPortOnly |
3 | rateLimitPerQueue |