hm2VpnConnIkeAlgDh
HM2-VPN-MIB ·
.1.3.6.1.4.1.248.11.120.1.2.10.1.20
Object
column r/w
Enumeration
Diffie-Hellman key agreement algorithm to be used for establishment of IKE-SA: o any: accept all supported algorithms as responder, use default 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 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.20- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hm2VpnConnEntry
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 'HM2-VPN-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-VPN-MIB::hm2VpnConnIkeAlgDh'
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::hm2VpnConnIkeAlgDh.<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::hm2VpnConnIkeAlgDh'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | modp1024 |
3 | modp1536 |
4 | modp2048 |
5 | modp3072 |
6 | modp4096 |
7 | ecp256 |
8 | ecp384 |
9 | ecp521 |