Versions Compared

Key

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

...

Panel

...

borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

...

Back to Address Context - CLI

Back to Zone - CLI

...

In this section:

Table of Contents
maxLevel3

...

...

width40%
Info
iconfalse
Div
classexcerptdiv
Excerpt

The

...

Spacevars
0series4
supports the relaying TCP traffic (in addition to SIP/SDP traffic) with the use of a Relay Profile object and a Relay Port configuration on a per-Zone basis.

The Relay Port is used to establish end-to-end TCP relay connections between the TCP endpoints and the servers.

...

the

Spacevars
0product
terminates the connections initiated by the device and initiates connections towards the respective servers. TCP traffic policing and routing are performed based on the SBC local IP and port on which the connection is terminated. The

...

Spacevars
0product
can send policy requests for TCP (along with the other types of protocols such as HTTP, XCAP, SyncML, XMPP, USS) to PSX for further processing.

Info

Up to 512 Relay Ports are configurable per zone, and up to 1,000 system-wide.

Info

...

Refer to Relay Profile - CLI for Relay Profile configuration details.

 

Command Syntax

Code Block
languagenone
% set addressContext <addressContext name> zone <zone name> relayPort <relayPort Index> 
	ipAddress <IPv4 or IPv6 address> 
	ipInterfaceGroupName <ipInterfaceGroup name> 
	mode <inService | outOfService>
	portNumber <1-65535> 
	relayProfile <relayProfile name> 
	state <disabled | enabled> 
	transportProtocolsAllowed <tcp>

 

Command Parameters

Key:

...

M = Mandatory

...


O = Optional

Caption
0Table
1Zone Relay Port Parameters
3Zone Relay Port Parameters
 

Parameter

...

Length/Range

Description

 

relayPort

...

1-4000

The Relay Port index.

Note

Each relayPort index must be unique across all zones

M

ipAddress

...

valid IP address

The IPv4 or IPv6 address of the Interface for this Relay Port.

M
ipInterfaceGroupName

...

N/A

Name of IP interface group used by this Relay Port.

M
mode

...

N/A

The operational mode for this Relay Port.

  • inService
  • outOfService (default)
O
portNumber

...

1-65535

TCP listener port number to use for this relay. (default = 5269)

O

relayProfile

...

N/A

Enter the Relay Profile used by this Relay Port.

M
state

...

N/A

The administrative state of the Relay Port.

  • disable (default)
  • enable
O
transportProtocolsAllowed

...

N/A

The transport protocol allowed on relay port ("tcp" is the only option in this release).

O

 

Pagebreak