fsVpnIkePhase1DHGroup

FS-VPNPOLICY-MIB · aricent variant · .1.3.6.1.4.1.2076.143.1.1.1.28

Object

column r/w Enumeration
Diffie-Hellman (DH) is a public key cryptography protocol that enables
two parties to establish a shared secret over unsecured communications
channels. It will be used in Internet Key Exchange (IKE) to establish
session keys.
              
GROUP_1 - Specifies to use 768-bit Diffie-Hellman Group 1 cryptography.
GROUP_2 - Specifies to use 1024-bit Diffie-Hellman Group 2 cryptography.
GROUP_5 - Specifies to use 1536-bit Diffie-Hellman Group 5 cryptography.
GROUP_14 - Specifies to use 2048-bit Diffie-Hellman Group 14 cryptography.

Context

MIB
FS-VPNPOLICY-MIB
OID
.1.3.6.1.4.1.2076.143.1.1.1.28
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::fsVpnIkePhase1DHGroup'
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::fsVpnIkePhase1DHGroup.<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::fsVpnIkePhase1DHGroup'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1group1
2group2
5group5
14group14