ecmpBalanceMode
AOS5810-54X-MIB ·
.1.3.6.1.4.1.259.12.1.5.1.18.7.1
Object
scalar r/w
Enumeration
This defines the load balancing mode of ECMP in the system. dstIpL4Port(1) means selection is based on destination IP address and L4 port. hashSelectionList(2) means selection is based on hash selection list. When the value of this object is set to hashSelectionList(2), use ecmpHashSelectionListIndex to specify the index of hash selection list to be used.
Context
- MIB
- AOS5810-54X-MIB
- OID
.1.3.6.1.4.1.259.12.1.5.1.18.7.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ecmpMgt
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AOS5810-54X-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AOS5810-54X-MIB::ecmpBalanceMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AOS5810-54X-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AOS5810-54X-MIB::ecmpBalanceMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dstIpL4Port |
2 | hashSelectionList |