hmSecVPNipsecAlg
HmSecurityGateway-MIB ·
.1.3.6.1.4.1.248.51.1.2.1.17
Object
column mandatory
r/w
Enumeration
ipsec encryption algorithm: des/ 3des168 / aes128 / aes192 / aes256 / null
Context
- MIB
- HmSecurityGateway-MIB
- OID
.1.3.6.1.4.1.248.51.1.2.1.17- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- hmSecVPNConnectionEntry
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 'HmSecurityGateway-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HmSecurityGateway-MIB::hmSecVPNipsecAlg'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HmSecurityGateway-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HmSecurityGateway-MIB::hmSecVPNipsecAlg.<hmSecVPNconIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HmSecurityGateway-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HmSecurityGateway-MIB::hmSecVPNipsecAlg'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | des |
2 | tripledes168 |
3 | aes128 |
4 | aes192 |
5 | aes256 |
6 | null |