Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section:

Table of Contents
maxLevel4

 

Link Detection Group

The link detection group details associated with this address context.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> linkDetectionGroup
	linkDetectionGroup
	linkDetectionGroupStatistics
	linkDetectionGroupStatus

Multiexcerpt
MultiExcerptNameLinkDetectionGroup

Command Parameters

Caption
0Table
1Link Detection Group Parameters
3Link Detection Group Parameters
ParameterDescription
ceNameThe name of SBC node that hosts this link detection group.
linkMonitor The link monitor that monitors a link to a destination for a specific interface.
linkMonitorStatistics  Link failure statistics detected per IP interface.
  • averageTime – Average time (in microseconds) used to get a reply for an echo request packet.
  • doubleFailures– Number of double failures for this IP interface.
  • duplicateReplies – Number of duplicate replies.
  • failures – Number of failures for this IP interface.
  • lateReplies – Number of late replies.
  • maxTime –Maximum time (in microseconds) used to get a reply for an echo request packet.
  • minTime –Minimum time (in microseconds) used to get a reply for an echo request packet.
  • replies – Total number of replies.
  • singleFailures– Number of single failures for this IP interface.
 
linkMonitorStatus Link verification status for a link monitor.
  • linkStatus – The current link verification status for this link monitor.
  • monitorStatus – The current status of link monitoring for this link monitor.
 
reattemptTimer The time to wait (in milliseconds) for a link verification reattempt.  
responseTimerThe time to wait (in milliseconds) for a link verification attempt. 
retries The number of retries before link verification is considered failed. 
state Administrative state of the link detection group.
threshold The number of link monitor failures that will trigger this link detection group to declare a failure and attempt a switchover to the standby server.
type Interface type supported by this link detection group.

verifyTimer 

The time interval (in milliseconds) between link verification attempts.

Link Detection Group Statistics

Link failure statistics per trunk group.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> linkDetectionGroupStatistics <Link Detection Group name> 
	doubleFailures
	failures
	singleFailures

Multiexcerpt
MultiExcerptNameLinkDetectionGroupStatistics

Command Parameters

Caption
0Table
1Link Detection Group Statistics Parameters
3Link Detection Group Statistics Parameters
ParameterDescription

<Link Detection Group name>

Link Detection Group name.
doubleFailures Number of times a link monitor within this link detection group failed to receive two consecutive echo replies. The second (next) reattempt was successful.
failures Number of times a link monitor within this link detection group declared itself failed.

singleFailures 

Number of times a link monitor within this link detection group failed to receive a single echo reply. The first reattempt was successful.

 

Link Detection Group Status

Displays the number of link monitors with this Link Detection Group that have declared themselves as failed.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> linkDetectionGroupStatus <Link Detection Group name> failures

Multiexcerpt
MultiExcerptNameLinkDetectionGroupStatus

Command Parameters

Caption
0Table
1Link Detection Group Status Parameters
3Link Detection Group Status Parameters
ParameterDescription

<Link Detection Group name>

Link Detection Group name.

failures 

The current number of link monitors within this link detection group that have declared themselves as failed.

 

Pagebreak