hwifAggregateModel

HUAWEI-ETHERLIKE-EXT-MIB · .1.3.6.1.4.1.2011.5.14.2.2.1.4

Object

column r/w Enumeration
Mode of a link-aggregating group.
Options:
1. ingress(1)        -load sharing only according to the source MAC
2. ingressEgress(2)  -Ingress+egress, load sharing according to source MAC and the destination MAC
3. roundRobin(3)     -round load sharing
4. egress(4)         -load sharing only according to destination MAC
5. mplsLabel(5)     -load sharing only according to mpls label
6. srcDstIp(6)     -load sharing according to source IP and destination IP
7. ipEnhance(7)     -load sharing according to source IP, destination IP, protocol number etc
Only ingress(1), ingressEgress(2), mplsLabel(5), srcDstIp(6) and ipEnhance(7) is supported.

Context

MIB
HUAWEI-ETHERLIKE-EXT-MIB
OID
.1.3.6.1.4.1.2011.5.14.2.2.1.4
Type
column
Access
readwrite
Status
current
Parent
hwifAggregateEntry

Walk 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::hwifAggregateModel'
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::hwifAggregateModel.<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::hwifAggregateModel'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1ingress
2ingressEgress
3roundRobin
4egress
5mplsLabel
6srcDstIp
7ipEnhance