hwifAggregateHashOption
HUAWEI-ETHERLIKE-EXT-MIB ·
.1.3.6.1.4.1.2011.5.14.2.2.1.11
Object
column r/w
Enumeration
Setting the hash option algorithm of a link-aggregating group. Options: 1. default(1) -Indicates the default route selection algorithm. 2. crc(2) -Indicates that the CRC algorithm is used to calculate packets outgoing. 3. xor8(3) -Indicates that the 8-bit XOR algorithm is used to calculate packets outgoing. 4. xor3(4) -Indicates that the 3-bit XOR algorithm is used to calculate packets outgoing. Default: default(1)
Context
- MIB
- HUAWEI-ETHERLIKE-EXT-MIB
- OID
.1.3.6.1.4.1.2011.5.14.2.2.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwifAggregateEntry
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-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERLIKE-EXT-MIB::hwifAggregateHashOption'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERLIKE-EXT-MIB::hwifAggregateHashOption.<hwifAggregateIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ETHERLIKE-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ETHERLIKE-EXT-MIB::hwifAggregateHashOption'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | crc |
3 | xor8 |
4 | xor3 |