Resources | addressContext | zone | gwSigPort

gwSigPort

Use this command to configure Gateway signaling ports.

Exists on Condition /system/sbcPersonality/role !='slb'

Configuration

ParameterPresenceTypeDefaultDescription
indexMuint32 Index for this GW Signaling port
ipInterfaceGroupNameMreference The name of the IP interface group used by this Signaling Port.
dscpvalueOuint160 SCP value (0-63) for packets from this GW signaling port.
ipAddressOip-address IP Address of the Gateway Signal Listen Port - this is a required parameter.
portNumberOint322569 Listen port number for Gateway Signaling ( default is Sonus registered port 2569).
roleOenumerationprimary Role of the Gateway Signal Listen Port.
modeOenumerationinService Mode of the Gateway Signal Listen Port.
stateOenumerationdisabled State of the Gateway Signal Listen Port.
ipVarOstring IPv4 or IPv6 address of the Gateway Signal Listen Port.
networkSegmentNameOreference Name of network segment Id.
ipv4NameOreference Name of configuration variable to get IPv4 address for this GW signaling port.
ipv6NameOreference Name of configuration variable to get IPv6 address for this GW signaling port.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusGwSigPort:gwSigPort={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 '
<gwSigPort>
     <index>{index}</index>
     <ipInterfaceGroupName>{ipInterfaceGroupName}</ipInterfaceGroupName>
</gwSigPort>
'

RESTCONF API: DELETE Example

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

  • No labels