Resources | node | system | dsbc | dsbcSigPortStatistics

dsbcSigPortStatistics

This table contains status of the active signaling channels with other dsbcs.

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/sbcPersonality/role !='isbc') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/global/signaling/sigOnlyMode/sigOnlyModeValue !='global') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices')

Operational Data

ParameterDescription
DsbcIpAddress IP Address of the remote DSBC.
State Current state of the signaling link of this remote Dsbc
Interface The interface used for this link.
BytesSent The total number of signaling bytes sent to this remote DSBC
PdusSent The total number of signaling PDUS sent to this remote DSBC
BytesReceived The total number of signaling bytes received from this remote DSBC
PdusReceived The total number of signaling PDUS received from this remote DSBC
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListDsbc:dsbc/sonusNodeListDsbcSigPort:dsbcSigPortStatistics={DsbcIpAddress}

  • No labels