Add_workflow_for_techpubs | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
borderColor | green |
---|---|
bgColor | transparent |
borderWidth | 2 |
...
Use this command to configure Gateway the gateway signaling ports port for a specified zone. For additional routing details, see Routing Mechanisms page.
...
Include Page | ||||
---|---|---|---|---|
|
For SBC 5xx0/7000/SWe:
Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext_name> zone <zone_name> gwSigPort <#> ipAddress <IP<IPv4 or IPv6 address> ipInterfaceGroupName <name> mode <inService | outOfService> portNumber <#> role <primary | secondary> state <disabled | enabled> |
// Mandatory parameters:
Code Block | ||
---|---|---|
| ||
ipInterfaceGroupName <name> portNumber ipAddress <Ip Address> portNumber <#> |
// Non-mandatory parameters:
Code Block | ||
---|---|---|
| ||
mode <outOfService | inService>
role <primary | secondary>
state <disabled | enabled>
|
For I-SBC and D-SBC
Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext_name> zone <zone_name> gwSigPort <#>
ipInterfaceGroupName <name>
ipVar <IPv4 or IPv6 private IP address - I-SBC/D-SBC only>
mode <inService | outOfService>
portNumber <#>
role <primary | secondary>
state <disabled | enabled> |
// Mandatory parameters:
Code Block |
---|
ipInterfaceGroupName <name> |
// Non-mandatory parameters:
Code Block |
---|
ipVar <IPv4 or IPv6 private IP address - I-SBC/D-SBC only> mode <inService | outOfService> portNumber <#>ipAddress <ip address> mode <outOfService | inService> role <primary | secondary> state <disabled | enabled> enabled> |
Caption | ||||
---|---|---|---|---|
| ||||
Parameter | Length/Range | Description | ||
---|---|---|---|---|
| 1-23 characters | The name of the zone. For GW-to-GW calls, the 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: port index number. For gateway signaling the value must be 1.
address of the Gateway Signal Listen Portgateway signaling listening port, either in IPv4 or IPv6 format.
|
To configure the gateway signaling port on SBC 5xx0/7000/SWe, execute the following commands:
Code Block |
---|
% set addressContext default zone defaultSigZone gwSigPort 1 ipInterfaceGroupName LIF1 ipAddress 10.54.23.51 portNumber 1 role primary state enable |
To configure gateway signaling on an I-SBC or D-SBC, execute the following commands:
Code Block |
---|
set addressContext default zone defaultSigZone 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 |
Pagebreak |
---|