Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c9b90306, userName='null'}
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c7cc0040, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c7ce0048, userName='null'}

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
IP_IGs_ServedBySeperateProcessors
IP_IGs_ServedBySeperateProcessors

Command Syntax

For SBC 5xx0/7000/SWe:

Code Block
languagenone
% set addressContext <addressContext_name> zone <zone_name> gwSigPort <#>
ipVaripAddress <IP<IPv4 Var>
ipAddressor <IPIPv6 address>
ipInterfaceGroupName <name>
mode <inService | outOfService>
portNumber <#>
role <primary | secondary>
state <disabled | enabled>

 

// Mandatory parameters:

Code Block
languagenone
ipInterfaceGroupName <name>
portNumberipAddress <Ip Address>
 portNumber <#>

// Non-mandatory parameters:

Code Block
languagenone
mode <outOfService | inService>
role <primary | secondary>
state <disabled | enabled> 

For I-SBC and D-SBC

Code Block
languagenone
ipAddress <ip address>
mode <outOfService | inService>% 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 
ipVar <IP Var><IPv4 or IPv6 private IP address - I-SBC/D-SBC only>
mode <inService | outOfService>
portNumber <#>
role <primary | secondary>
state <disabled | enabled>

Command Parameters

Caption
0Table
1Zone Gateway Signaling Port Parameters
 

.

gwSigPort

Parameter

Length/Range

Description

zone

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.

note

Zone name must be unique across all address contexts

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.

ipAddress – IP

Address

address of the

Gateway Signal Listen Port

gateway signaling listening port, either in IPv4 or IPv6 format.

Note
An IPv4-mapped IPv6 address is not allowed.
  • ipInterfaceGroupName – Name of IP interface group used by this the gateway signaling port.
  • ipVar Metavariable name associated with the gateway signaling port IP address. The ipVar parameter is used to configure the gateway signaling IP address in SBC SWe N:1 HA or cloud-based deployments.
    Note: You can view this parameter only for cloud-based SBC SWe I-SBC and D-SBC deployments.
     
  • mode – The operational mode for this of the gateway signaling port.
    • inService (default)
    • outOfService
  • portNumber – TCP Port port number of gateway signaling port
      (default = 2569).
  • role – Role of the gateway signal listening signaling port.
    • primary – (default) Create a listening port for Gateway Creates a port for gateway signaling traffic.
    • secondary – An alternate port used for listening only and cannot be used to establish new gateway signal signaling links.
  • state – Administrative state of gateway listening port.  
    • disabled (default)
    • enabled
     
  • ipVar Metavariable name associated with

 

CLI Examples

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 MCS Signaling Gateway gateway signaling on an I-SBC and or D-SBC, execute the commandfollowing commands:

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 

Pagebreak