Resources | addressContext | zone | h323SigPort

h323SigPort

This object is used to configure H.323 signaling ports for a specified zone.

Exists on Condition (/system/sbcPersonality/role !='slb') and (/system/deploymentType != 'microservices')

Configuration

ParameterPresenceTypeDefaultDescription
indexMuint32 Index number of this H323 Signaling Port.
ipInterfaceGroupNameMreference IP interface group to be used by this Signaling Port.
h225IpAddressMipv4-address H225 IPv4 Address of the H323 Signaling Port.
portNumberOint321720 TCP Port number of the H323 Signaling Port (default is 1720).
h245IpAddressOipv4-address H245 IPv4 Address of the H323 Signaling Port.
modeOenumerationinService The operational mode for this H323 Signaling Port.
stateOenumerationdisabled Administrative state of the H323 Signaling Port.
actionOenumerationdryup Action (force or dryup) upon mode outOfService on this H323 Signaling Port.
dryUpTimeoutOuint160 Dryup timeout (in minutes) when this H323 Signaling Port is outOfService with dryup action.
dscpValueOuint160 DSCP value (0-63) for packets from this H323 Signaling Port.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusH323SigPort:h323SigPort={index}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name} --data '
<h323SigPort>
     <index>{index}</index>
     <ipInterfaceGroupName>{ipInterfaceGroupName}</ipInterfaceGroupName>
     <h225IpAddress>{h225IpAddress}</h225IpAddress>
</h323SigPort>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusH323SigPort:h323SigPort={index}

  • No labels