|
|
Description:
|
localRecoverNow OBJECT-TYPE
-- This variable is only implemented on 1000 Series gateways,
-- which provide box-level redundancy.
-- On the 3000, 4000 and 5000 Series, this function is provided
-- separately for each port, in the localPortFailoverTable.
SYNTAX INTEGER { idle(0), recover(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When localRecoveryAction is set to Manual(0), localRecoverNow is used to
trigger a manual recovery of connections previously transferred to a backup
gateway. When read, localRecoverNow always returns 0. Setting localRecoverNow
to 0 has no effect. Setting localRecoverNow to 1 causes the gateway to:
- inform the backup gateway to terminate all active backup connections.
- re-establish primary connections to replace the backup connections.
If there are no connections being backed up, or when localRecoveryAction is
set to Automatic(1), setting localRecoverNow to 1 has no effect."
DEFVAL {idle}
|
|
|
|