hm2VpnConnIpsecAlgDh

HM2-VPN-MIB · .1.3.6.1.4.1.248.11.120.1.2.10.1.27

Object

column r/w Enumeration
Diffie-Hellman key agreement algorithm to be used
for IPsec-SA session key establishment:
o  any: accept all supported algorithms as responder, use various pre-defined
        as initiator
o  modp1024: RSA with 1024 bits modulus (DH Group 2)
o  modp1536: RSA with 1536 bits modulus (DH Group 5)
o  modp2048: RSA with 2048 bits modulus (DH Group 14)
o  modp3072: RSA with 3072 bits modulus (DH Group 15)
o  modp4096: RSA with 4096 bits modulus (DH Group 16)
o  none: no Perfect Forward Secrecy (PFS)
o  ecp256: NIST Elliptic Curve with 256 bits (DH Group 19)
o  ecp384: NIST Elliptic Curve with 384 bits (DH Group 20)
o  ecp521: NIST Elliptic Curve with 521 bits (DH Group 21)

Context

MIB
HM2-VPN-MIB
OID
.1.3.6.1.4.1.248.11.120.1.2.10.1.27
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::hm2VpnConnIpsecAlgDh'
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::hm2VpnConnIpsecAlgDh.<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::hm2VpnConnIpsecAlgDh'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1any
2modp1024
3modp1536
4modp2048
5modp3072
6modp4096
7none
8ecp256
9ecp384
10ecp521