Resources | node | addressContext | linkDetectionGroup

linkDetectionGroup

The Link Detection Group object allows you to group link interfaces (LIFs) and associated Link Monitors together and track link verification failures within the group. A Link Detection Group will be configured with a unique name and a failover threshold. The Link Detection Group tracks the number of link verification failures that have occurred among the Link Monitors configured.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
name The name of this link detection group.
linkMonitorStatus Status of link verification for a link monitor
linkMonitorStatistics Statistics for link failure detected per IP interface.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListLvm:linkDetectionGroup={name}

  • No labels