MIB Viewer

apexSesContConfRedundThreshold

OBJECT-TYPE
1.3.6.1.4.1.1166.1.31.9.1.1.4
Access
read-write
Status
obsolete
Source
APEX-MIB
Sub-identifiers
0
This object is obsolete. Session Control Redundancy Threshold. This is the percent used to determine Fail Over from Primary to Secondary, and Switch Back from Secondary to Primary. If a value of zero is specified, Fail Over or Switch Back will not occur. Range is 0 to 100%. Primary Fail Over to Secondary: FailOver = (PrimaryRate) < (Threshold * SecondaryRate) The Primary must remain below the threshold for apexGbeConfInRedundMonitorPeriod. Secondary Switch Back to Primary: SwitchBack = (PrimaryRate) >= (Threshold * SecondaryRate) The Primary must remain at or above the threshold for apexGbeConfInRedundMonitorPeriod seconds. The APEX will delay Switch Back an additional apexGbeConfInRedundSwitchTime seconds. Switch Back will not occur when apexGbeConfInRedundAutoSwitchBack is 'disabled'. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini')
Integer32(0..100)