hm2VpnConnIkeAlgMac
HM2-VPN-MIB ·
.1.3.6.1.4.1.248.11.120.1.2.10.1.21
Object
column r/w
Enumeration
Integrity (MAC) algorithm to be used in IKEv2:
o any: accept all supported algorithms as responder, use various pre-defined
as initiator
o hmacmd5: HMAC-MD5 (length 96 bit)
o hmacsha1: HMAC-SHA1 (length 96 bit)
o hmacsha256: HMAC-SHA256 (length 128 bit)
o hmacsha384: HMAC-SHA384 (length 196 bit)
o hmacsha512: HMAC-SHA512 (length 256 bit)
Context
- MIB
- HM2-VPN-MIB
- OID
.1.3.6.1.4.1.248.11.120.1.2.10.1.21- 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::hm2VpnConnIkeAlgMac'
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::hm2VpnConnIkeAlgMac.<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::hm2VpnConnIkeAlgMac'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | hmacmd5 |
3 | hmacsha1 |
4 | hmacsha256 |
5 | hmacsha384 |
6 | hmacsha512 |