Resources | node | addressContext | ipInterfaceGroup | mediaPortRangeByTGNameAssigned

mediaPortRangeByTGNameAssigned

Specifies the used media 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
tgName The name of the trunk group using this media port range.
baseUdpPort The baseUdpPort for this media port range
maxUdpPort The maxUdpPort for this media port range.
maxSessions The maximum number of sessions this TCP port range could support
mediaIpAddress The media IP address assigned to this trunk group, if any
RESTCONF API: GET Example

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

  • No labels