hwMifSctpCfgParaChecksumArith
HWMUSA-SIGTRAN-MIB ·
.1.3.6.1.4.1.2011.2.6.7.6.1.14.1.20
Object
column r/w
Enumeration
Checksum algorithm. Options: 1. adler32(1) -indicates that Checksum algorithm is ADLER32 2. crc32(2) -indicates that Checksum algorithm is CRC32
Context
- MIB
- HWMUSA-SIGTRAN-MIB
- OID
.1.3.6.1.4.1.2011.2.6.7.6.1.14.1.20- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwMifSctpCfgParaEntry
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 'HWMUSA-SIGTRAN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HWMUSA-SIGTRAN-MIB::hwMifSctpCfgParaChecksumArith'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HWMUSA-SIGTRAN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HWMUSA-SIGTRAN-MIB::hwMifSctpCfgParaChecksumArith.<hwMifSctpCfgParaProtoType>.<hwMifSctpCfgParaInterfaceId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HWMUSA-SIGTRAN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HWMUSA-SIGTRAN-MIB::hwMifSctpCfgParaChecksumArith'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | adler32 |
2 | crc32 |