You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

 

Use this command to configure Gateway signaling ports for a specified zone. For additional routing details, see Routing Mechanisms page.

GW signaling port limitations:

  • Create the GW signaling port under the default address context and within the 'defaultSigZone'.
  • GW signaling port must use an ID of "1".

Note

The SBC 52x0 and SBC 7000 systems support creating IP Interface Groups containing sets of IP interfaces that are not "processor friendly" (i.e. carried on physical Ethernet ports served by separate processors). However, restrictions exist regarding the usage of such Interface Groups.

(This ability does not apply to the SBC 51x0 and SBC 5400 systems which have only two physical media ports. IP interfaces from the two physical ports may be configured within the same IP Interface Groups without restriction.)

For complete details, refer to Configuring IP Interface Groups and Interfaces.

Command Syntax

For SBC 5xx0/7000/SWe:

% set addressContext <addressContext_name> zone <zone_name> gwSigPort <#>
ipAddress <IPv4 or IPv6 address>
ipInterfaceGroupName <name>
mode <inService | outOfService>
portNumber <#>
role <primary | secondary>
state <disabled | enabled>

 

// Mandatory parameters:

ipInterfaceGroupName <name>
ipAddress <Ip Address>
 portNumber <#>

// Non-mandatory parameters:

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

For Virtual SBC ,I-SBC and D-SBC

% 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:

ipInterfaceGroupName <name>

 

// Non-mandatory parameters:

ipVar <IPv4 or IPv6 private IP address - I-SBC/D-SBC only>
mode <inService | outOfService>
portNumber <#>
role <primary | secondary>
state <disabled | enabled>

Command Parameters

Zone Gateway Signaling Port Parameters

 

Parameter

Length/Range

Description

zone

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.

Zone name must be unique across all address contexts

.

gwSigPort

1-2048

Gateway (GW) signaling ports for this zone. Enter an index number for this port, and select parameters:

  •   ipAddress – IP Address of the Gateway Signal Listen Port, either in IPv4 or IPv6 format.
An IPv4-mapped IPv6 address is not allowed.
  • ipInterfaceGroupName – Name of IP interface group used by this gateway signaling port.
  • ipVar Metavariable name associated with the gateway signaling port IP address. This is used to configure gateway signaling IP address in SBC SWe Cloud.

    Note: You can view the parameter only for virtual SBC SWe, I-SBC and D-SBC platforms.
     
  • mode – The operational mode for this gateway signaling port.
    • inService (default)
    • outOfService
  • portNumber – TCP Port number of gateway signaling port
      (default = 2569).
  • role – Role of the gateway signal listening port.
    • primary – (default) Create a listening port for Gateway signaling traffic.
    • secondary – An alternate port used for listening only and cannot be used to establish new gateway signal links.
  • state – Administrative state of gateway listening port.  
    • disabled (default)
    • enabled
     

 

CLI Example

To configure gateway signaling on for SBC 5xx0/7000/SWe, execute the following commands

set addressContext default zone defaultSigZone gwSigPort 1
Value for 'ipInterfaceGroupName' [LIF1,LIF2]: LIF1
Value for 'ipAddress' (<IP address>): 10.54.23.51
[ok]
set addressContext default zone defaultSigZone gwSigPort 1 ipInterfaceGroupName LIFI ipAddress 10.54.23.51 portNumber 1 role primary state enable

 

To configure gateway signaling on an I-SBC and D-SBC, execute the following commands

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 

 

  • No labels