configIpSubnetPersistence

ACKSYS-MIB · .1.3.6.1.4.1.28097.8.1.1.1.12

Object

column r/w TriState
Define the behaviour of the IP layer when the lower interface
loses its connection.
- When enabled, the IP settings (IP addresses, routes through
  this interface...) remain in place.
- When disabled, the IP settings are removed, possibly hanging
  a tunnel or requiring a DHCP negotiation when the connection
  recovers.
- When set to default, follow the legacy behaviour i.e. enabled
  for 'static' protocol configuration, disabled for 'dhcp'
  configuration.
[FW:E2148.AC.1:4.12.0.1]

Context

MIB
ACKSYS-MIB
OID
.1.3.6.1.4.1.28097.8.1.1.1.12
Type
column
Access
readwrite
Status
current
Parent
configIpSubnetEntry

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 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configIpSubnetPersistence'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configIpSubnetPersistence.<configIpSubnetName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACKSYS-MIB::configIpSubnetPersistence'

Syntax

Source
TriState
Base type
Enumeration

Values & Constraints

Type Values
0default
1disable
2enable