extremePortLoadshare2Algorithm
EXTREME-PORT-MIB ·
.1.3.6.1.4.1.1916.1.4.3.1.3
Object
column r/w
Enumeration
This value identifies the load sharing algorithm to be used for this group of load shared ports.
Context
- MIB
- EXTREME-PORT-MIB
- OID
.1.3.6.1.4.1.1916.1.4.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremePortLoadshare2Entry
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 'EXTREME-PORT-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-PORT-MIB::extremePortLoadshare2Algorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-PORT-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-PORT-MIB::extremePortLoadshare2Algorithm.<extremePortLoadshare2MasterIfIndex>.<extremePortLoadshare2SlaveIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-PORT-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-PORT-MIB::extremePortLoadshare2Algorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ingressPortOffset |
2 | hash |
3 | roundRobin |
4 | l2Address |
5 | l3Address |
6 | l3l4Address |
7 | customAddress |