hm2VpnConnIpsecAlgEncr

HM2-VPN-MIB · .1.3.6.1.4.1.248.11.120.1.2.10.1.29

Object

column r/w Enumeration
Encryption algorithm to be used for payload
encryption in IPsec:
o  any: accept all supported algorithms as responder, use various pre-defined
        as initiator
o  des: DES
o  des3: Triple-DES
o  aes128: AES-CBC with 128 key bits
o  aes192: AES-CBC with 192 key bits
o  aes256: AES-CBC with 256 key bits
o  aes128ctr: AES-COUNTER with 128 key bits
o  aes192ctr: AES-COUNTER with 192 key bits
o  aes256ctr: AES-COUNTER with 256 key bits
o  aes128gcm64: AES-GCM with 64 bit ICV with 128 key bits
o  aes128gcm96: AES-GCM with 96 bit ICV with 128 key bits
o  aes128gcm128: AES-GCM with 128 bit ICV with 128 key bits
o  aes192gcm64: AES-GCM with 64 bit ICV with 192 key bits
o  aes192gcm96: AES-GCM with 96 bit ICV with 192 key bits
o  aes192gcm128: AES-GCM with 128 bit ICV with 192 key bits
o  aes256gcm64: AES-GCM with 64 bit ICV with 256 key bits
o  aes256gcm96: AES-GCM with 96 bit ICV with 256 key bits
o  aes256gcm128: AES-GCM with 128 bit ICV with 256 key bits

Context

MIB
HM2-VPN-MIB
OID
.1.3.6.1.4.1.248.11.120.1.2.10.1.29
Type
column
Access
readwrite
Status
current
Parent
hm2VpnConnEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1any
2des
3des3
4aes128
5aes192
6aes256
7aes128ctr
8aes192ctr
9aes256ctr
10aes128gcm64
11aes128gcm96
12aes128gcm128
13aes192gcm64
14aes192gcm96
15aes192gcm128
16aes256gcm64
17aes256gcm96
18aes256gcm128