DO NOT SHARE THESE DOCS WITH CUSTOMERS!
This is an LA release that will only be provided to a select number of PLM-sanctioned customers (PDFs only). Contact PLM for details.
In this section:
Use the link detection allowArpBroadcastProbeReply
parameter to control at the system-level whether the SBC allows or drops broadcast ARP replies.
For the SBC SWe deployments, enabling this parameter results in the SBC allowing through both ARP Broadcast opCode Reply and opCode Request packets. This can make the SBC susceptible to a false indication of link failure if the network carries a high volume of opCode Request packets. This type of packet is typically sent during broadcast ARP storms.
% set system admin <systemName> linkDetection allowArpBroadcastProbeReply <disabled | enabled>
Parameter | Description |
---|---|
| Enable this flag to have the SBC allow broadcast replies to ARP probe requests on standby ports.
|
Issue the following commands to enable accepting broadcast replies to ARP probe requests on standby ports on a system named "SBC-1."
% set system admin SBC-1 linkDetection allowArpBroadcastProbeReply enabled % commit
This feature adds the link detection toggleRecoverTimer.
The toggleRecoverTimer
starts if configured with a non-zero value when the SBX stops toggling between primary and secondary ports - 5 switches in 30 seconds (2 minutes for BFD). When this timer expires, the SBC checks the link status. If the links are not good and the node switchover is possible (checks multiple conditions such as the standby node's state, peer LDG state, and so on), then it initiates the node switchover and triggers an alarm to highlight the condition. If the switchover is not possible, or the switchover doesn't succeed, then the timer restarts.
% set system admin <systemName> linkDetection toggleRecoverTimer <0-3600>
Parameter | Length/Range | Default | Description |
---|---|---|---|
| 0-3600 seconds | 0 | The toggleRecoverTimer starts if configured with a non-zero value when the SBC stops toggling between primary and secondary ports. When the timer expires, the alarm sonusSbxLvmPrgSwitchoverToRecoverLinksNotification - MAJOR is generated. |
Issue the following commands to start the Toggle Recover Timer on a system named "SBC-1" when it stops toggling between primary and secondary ports.
% set system admin SBC-1 linkDetection toggleRecoverTimer 120 % commit