l2TblHashAlgo
NMS-HAL-GLOBAL-MIB ·
.1.3.6.1.4.1.3320.9.1.1.1.1.17
Object
scalar mandatory
r/w
Enumeration
The hash algorithm of MAC address table. The range is 1-5. 1 means CRC32 upper,2 means CRC32 lower, 3 means LSB,4 means CRC16 lower,5 means CRC16 upper. Default is 2.
Context
- MIB
- NMS-HAL-GLOBAL-MIB
- OID
.1.3.6.1.4.1.3320.9.1.1.1.1.17- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- switchHALGlobal
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 'NMS-HAL-GLOBAL-MIB' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NMS-HAL-GLOBAL-MIB::l2TblHashAlgo.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NMS-HAL-GLOBAL-MIB' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NMS-HAL-GLOBAL-MIB::l2TblHashAlgo'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | crc32upper |
2 | crc32lower |
3 | lsb |
4 | crc14lower |
5 | crc16upper |