psampFiltHashFunction
PSAMP-MIB ·
.1.3.6.1.2.1.194.1.1.7.3.1.2
Object
column Enumeration
The hash function used by this filter. The PSAMP-MIB
defines the following hash functions:
crc32(1): The CRC-32 Hash Function as defined in RFC 1141.
ipsx(2): The IPSX Hash Function as described in RFC 5475,
Appendix A.1.
bob(3): The BOB Hash Function as described in RFC 5475,
Appendix A.2.
Context
- MIB
- PSAMP-MIB
- OID
.1.3.6.1.2.1.194.1.1.7.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- psampFiltHashParamSetEntry
- Groups
- 1
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 'PSAMP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PSAMP-MIB::psampFiltHashFunction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PSAMP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PSAMP-MIB::psampFiltHashFunction.<psampFiltHashIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PSAMP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PSAMP-MIB::psampFiltHashFunction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | crc32 |
2 | ipsx |
3 | bob |
Conformance
Member of