hm2VpnConnInfoTunnelStatus
HM2-VPN-MIB ·
.1.3.6.1.4.1.248.11.120.1.2.16.1.3
Object
column Enumeration
The current operational status of the IPsec tunnel: o 'unknown': the IPsec-SA state is not (yet) known; o 'created': the IPsec-SA has been created; o 'routed': the SPD has been installed, but no SAD entries o 'installing': the in-use IPsec-SA is currently installing; o 'installed': the in-use IPsec-SA is installed; o 'updating': updating hosts; o 're-keying': the IPsec-SA is currently re-keying; o 're-keyed': the IPsec-SA has been re-keyed but is still installed; o 're-trying': the IPsec-SA negotian failed, but still is re-trying; o 'deleting': the IPsec-SA is in progress of delete; o 'destroying': the IPsec-SA object gets destroyed;
Context
- MIB
- HM2-VPN-MIB
- OID
.1.3.6.1.4.1.248.11.120.1.2.16.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hm2VpnConnInfoTunnelEntry
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::hm2VpnConnInfoTunnelStatus'
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::hm2VpnConnInfoTunnelStatus.<hm2VpnConnIndex>.<hm2VpnConnInfoTunnelIndex>'
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::hm2VpnConnInfoTunnelStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | created |
2 | routed |
3 | installing |
4 | installed |
5 | updating |
6 | re-keying |
7 | re-keyed |
8 | re-trying |
9 | deleting |
10 | destroying |