hpEgressRateLimitPortControlMode
HP-ICF-RATE-LIMIT-MIB ·
.1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.2
Object
column r/w
Enumeration
The mode by which this port will be Rate-Limited on egress. If egressRateLimitPerPortOnly is configured, there will be a single maximum percentage-based rate for the entire port. If egressRateLimitPerQueue is configured, the values for each of the queues indicate the maximum percentage of port traffic that may be transmitted by that queue. If egressRateLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per-second rate for the entire port. The queues are defined under hpEgressRateLimitPortPrctTable. When egress rate-limiting is disabled, there are no maximum controls on egress for this port. NOTE : Currently, egressRateLimitPerPortOnlyBpsMode and egressRateLimitPerQueueBpsMode are not supported.
Context
- MIB
- HP-ICF-RATE-LIMIT-MIB
- OID
.1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpEgressRateLimitPortConfigEntry
- Groups
- 3
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 'HP-ICF-RATE-LIMIT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-RATE-LIMIT-MIB::hpEgressRateLimitPortControlMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ICF-RATE-LIMIT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-RATE-LIMIT-MIB::hpEgressRateLimitPortControlMode.<hpEgressRateLimitPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ICF-RATE-LIMIT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ICF-RATE-LIMIT-MIB::hpEgressRateLimitPortControlMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | egressRateLimitPerPortOnly |
3 | egressRateLimitPerQueue |
4 | egressRateLimitPerPortOnlyBpsMode |
5 | egressRateLimitPerQueueBpsMode |
6 | egressRateLimitPerPortOnlyKbpsMode |