Resources | system | virtualMediaGateway | h248SigPort

h248SigPort

The H248 Signaling Port of the Virtual Media Gateway.

Exists on Condition (/system/deploymentType != 'microservices')

Configuration

ParameterPresenceTypeDefaultDescription
indexMuint32 The index of this H248 Signaling Port.
addressContextOreferencedefault Address Context.
ipInterfaceGroupMreference The ip Interface Group to use.
addressTypeOenumerationipV4Addr Address Type of the H248 signaling port.
ipAddressV4Oipv4-address IPv4 address for this H248 signaling port.
ipAddressV6Oipv6-address IPv6 address for this H248 signaling port.
ipVarV4Ostring Name of configuration variable to get IPv4 address for this H248 signaling port.
ipPublicVarV4Ostring Name of configuration variable to get public/floating IPv4 address for this H248 signaling port.
ipVarV6Ostring Name of configuration variable to get IPv6 address for this H248 signaling port.
ipPublicVarV6Ostring Name of configuration variable to get public/floating IPv6 address for this H248 signaling port.
portNumberOint322944 UDP port number of H248 Signaling Port (default is 2944).
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusVirtualMediaGateway:virtualMediaGateway={name}/sonusH248SigPort:h248SigPort={index}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusVirtualMediaGateway:virtualMediaGateway={name} --data '
<h248SigPort>
     <index>{index}</index>
     <ipInterfaceGroup>{ipInterfaceGroup}</ipInterfaceGroup>
</h248SigPort>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusVirtualMediaGateway:virtualMediaGateway={name}/sonusH248SigPort:h248SigPort={index}

  • No labels