Resources | node | addressContext | ipInterfaceGroup | tcpPortRangeUnassigned

tcpPortRangeUnassigned

Specifies the available TCP port ranges on this IP interface group.

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

Operational Data

ParameterDescription
baseServerPort The baseServerPort for this TCP port range
maxServerPort The maxServerPort for this TCP port range.
maxSessions The maximum number of sessions this TCP port range could support
RESTCONF API: GET Example

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

  • No labels