Resources | node | addressContext | zone | gwSigPortStatistics

gwSigPortStatistics

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

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/sbcPersonality/role !='slb')

Operational Data

ParameterDescription
GwIpAddress IP Address of the remote Gateway.
LnkProto The protocol being used between gateways.
NumActiveCalls Number of active calls between local and remote Gateway.
NumActiveCallsTo Number of active calls to this remote Gateway.
NumActiveCallsFrom Number of active calls from this remote Gateway.
ToState Current state of the signaling link to this remote Gateway
FromState Current state of the signaling link from this remote Gateway
Interface The interface used for this link.
FromBytesSent The total number of signaling bytes sent to this remote Gateway for incoming calls
FromPdusSent The total number of signaling PDUS sent to this remote Gateway for incoming calls
FromBytesReceived The total number of signaling bytes received from this remote Gateway for incoming calls
FromPdusReceived The total number of signaling PDUS received from this remote Gateway for incoming calls
FromTotalCalls The total number of calls originated by the remote on this link
FromCallRate The number of calls/sec processed by the GWFE in the last minute on the link which was originated by the remote
ToBytesSent The total number of signaling bytes sent to this remote Gateway for outgoing calls
ToPdusSent The total number of signaling PDUS sent to this remote Gateway for outgoing calls
ToBytesReceived The total number of signaling bytes received from this remote Gateway for outgoing calls
ToPdusReceived The total number of signaling PDUS received from this remote Gateway for outgoing calls
ToTotalCalls The total number of calls originated locally on this link
ToCallRate The number of calls/sec processed by the GWFE in the last minute on the link which was originated locally
FromLnkMajorVer The major version of link protocol being used between gateways.
FromLnkMinorVer The minor version of link protocol being used between gateways.
ToLnkMajorVer The major version of link protocol being used between gateways.
ToLnkMinorVer The minor version of link protocol being used between gateways.
RemoteMcLevel The remote gateways machine congestion level.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/node/{nodeName}/addressContext/{name}/zone/{name}/gwSigPortStatistics/{GwIpAddress}

  • No labels