Resources | addressContext | zone | gwTrunkGroup

gwTrunkGroup

Use this object to configure gateway trunk group parameters.

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

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this Gw trunk group.
stateOenumerationdisabled Administrative state to disable or enable a Gw trunk group.
modeOenumerationoutOfService The operation mode for this Gw trunk group.
actionOenumerationdryUp The action for the operation mode for this Gw trunk group.
dryUpTimeoutOuint165 Timeout value in minutes for the dry up action.
accMc1PercentOuint890 The percentage of calls to continue to send to a remote congested gateway (in MC1)
accMc2PercentOuint870 The percentage of calls to continue to send to a remote congested gateway (in MC2)
accTimerOuint80 Automatic congestion control timer
parentSharedCacLimitsPoolNameOreference An existing shared CAC pool.
packetOutageO Packet outage detection parameters.
callReservationO Parameters for reserving a portion of the resources for specific call direction or type.
cacO Call admission control parameters for all peers using this Gw trunk group.
mediaM A collection of media parameters.
ingressIpPrefixO Ingress peers matching these ingress IP prefixes will be assigned to this Gw trunk group.
RESTCONF API: GET Example

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

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 '
<gwTrunkGroup>
     <name>{name}</name>
     <media>
     <mediaIpInterfaceGroupName>{mediaIpInterfaceGroupName}</mediaIpInterfaceGroupName>
     </media>
</gwTrunkGroup>
'

RESTCONF API: DELETE Example

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

  • No labels