fsVpnIkePhase1HashAlgo

FS-VPNPOLICY-MIB · aricent variant · .1.3.6.1.4.1.2076.143.1.1.1.26

Object

column r/w Enumeration
SHA - Specifies to use Secure Hash Algorithm (SHA) as the hash
algorithm. SHA1 produces 160-bit hash values, SHA256 produces 256-bit
hash values, SHA384 produces 384-bit hash values, SHA512 produces 
512-bit hash values, which are longer than MD5. SHA is generally 
considered more secure and is the recommended hash algorithm.
              
MD5 - Specifies to use Message Digest 5 (MD5) as the hash algorithm.
MD5 produces a 128-bit hash values.

Context

MIB
FS-VPNPOLICY-MIB
OID
.1.3.6.1.4.1.2076.143.1.1.1.26
Type
column
Access
readwrite
Status
current
Parent
fsVpnEntry

Walk 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 'FS-VPNPOLICY-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-VPNPOLICY-MIB::fsVpnIkePhase1HashAlgo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-VPNPOLICY-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-VPNPOLICY-MIB::fsVpnIkePhase1HashAlgo.<fsVpnPolicyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-VPNPOLICY-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-VPNPOLICY-MIB::fsVpnIkePhase1HashAlgo'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1md5
2sha1
12sha256
13sha384
14sha512