a3ComQosCtrlRateLimitType
A3COM-SWITCHING-SYSTEMS-QOS-MIB ·
.1.3.6.1.4.1.43.29.4.21.2.1.1.8
Object
column mandatory
r/w
Enumeration
The rate limit type to use with this control.
A value of none(1) indicates that no rate limit is set for
this control.
A value of receivePort(2) indicates that the configured rate
limit is applied on a per-port basis.
A value of aggregate(3) indicates that the configured rate
limit is aggregated across the set of ports that are configured
for the rate limit.
For values other than none(1), the rate limit entries are
created via the a3ComQosCtrlRateLimitTable.
Context
- MIB
- A3COM-SWITCHING-SYSTEMS-QOS-MIB
- OID
.1.3.6.1.4.1.43.29.4.21.2.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComQosCtrlEntry
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 'A3COM-SWITCHING-SYSTEMS-QOS-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-QOS-MIB::a3ComQosCtrlRateLimitType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM-SWITCHING-SYSTEMS-QOS-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-QOS-MIB::a3ComQosCtrlRateLimitType.<a3ComQosCtrlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM-SWITCHING-SYSTEMS-QOS-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM-SWITCHING-SYSTEMS-QOS-MIB::a3ComQosCtrlRateLimitType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | receivePort |
3 | aggregate |