Versions Compared

Key

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

...

Include Page
IP_IGs_ServedBySeperateProcessors
IP_IGs_ServedBySeperateProcessors

Command Syntax

For SBC 5xx05400/7000/SWe:

Code Block
languagenone
% 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>

...

Caption
0Table
1Zone Gateway Signaling Port Parameters


Parameter

Length/Range

Description

zone

1-23 characters

The name of the zone. For GW-to-GW calls, the zone must be “defaultSigZone”.

gwSigPort

1-2048

Gateway (GW) signaling port index number. For gateway signaling the value must be 1.

ipAddress – IP address of the 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 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 of the gateway signaling port.
    • inService (default)
    • outOfService
  • portNumber – TCP port number of gateway signaling port
      (default = 2569).
  • role – Role of the gateway signaling port.
    • primary – (default) Creates a port for gateway signaling traffic.
    • secondary – An alternate port used for listening only and cannot be used to establish new gateway signaling links.
  • state – Administrative state of gateway listening port.  
    • disabled (default)
    • enabled
     


CLI Examples

To configure the gateway signaling port on SBC 5xx05400/7000/SWe, execute the following commands:

...