hwRateLimitExceedDrop
HUAWEI-QOS-MIB ·
.1.3.6.1.4.1.2011.5.2.3.1.11
Object
Indicates the action when traffic exceeds the target value. Options: 1.true(1) -discard 2.false(2) -not discard If this leaf is not specified, the default value is true(1). In the set operation, if false(2) is entered, must input valid value of hwRateLimitExceedDscp, otherwise the default value is true(1) will take effect.
Context
- MIB
- HUAWEI-QOS-MIB
- OID
.1.3.6.1.4.1.2011.5.2.3.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwRateLimitEntry
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 'HUAWEI-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-QOS-MIB::hwRateLimitExceedDrop'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-QOS-MIB::hwRateLimitExceedDrop.<hwRateLimitAclIndex>.<hwRateLimitIfIndex>.<hwRateLimitDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-QOS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-QOS-MIB::hwRateLimitExceedDrop'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |