Add_workflow_for_techpubs | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Use this command to configure Gateway signaling ports for a specified zone. For additional routing details, see Routing Mechanisms page.
...
Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext_name> zone <zone_name> gwSigPort <#>
ipVar <IP Var>
ipAddress <IP address>
ipInterfaceGroupName <name>
mode <inService | outOfService>
portNumber <#>
role <primary | secondary>
state <disabled | enabled> |
...
Code Block | ||
---|---|---|
| ||
ipAddress <ip address> mode <outOfService | inService> role <primary | secondary> state <disabled | enabled> enabled> ipVar <IP Var> |
Caption | ||||
---|---|---|---|---|
| ||||
Parameter | Length/Range | Description | ||
---|---|---|---|---|
| 1-23 characters | The name of the zone. For GW-to-GW calls, zone must be “defaultSigZone”. You can configure signaling, media, and control for a zone in the address context.
. | ||
| 1-2048 | Gateway (GW) signaling ports for this zone. Enter an index number for this port, and select parameters:
|
To configure MCS Signaling Gateway on I-SBC and D-SBC, execute the command:
Code Block |
---|
set addressContext default zone defaultSigZone id 1 gwSigPort 1 ipVar IF2.IPV4 portNumber 2569 ipInterfaceGroupName LIG1 mode inService role primary state enabled
commit
set addressContext default zone defaultSigZone gwTrunkGroup GATEWAY_TG media mediaIpInterfaceGroupName LIG1
commit
set addressContext default zone defaultSigZone gwTrunkGroup GATEWAY_TG state enabled mode inService ingressIpPrefix 10.34.0.0 16
commit
|