Versions Compared

Key

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

In this section:

Table of Contents
maxLevel3

Info
iconfalse

Related articles:

 

Excerpt Include
Zone - Relay Port - CLI
Zone - Relay Port - CLI
nopaneltrue

Info

Refer to Zone - Relay Port - CLI for Relay Port configuration details.

 

Command Syntax

Code Block
languagenone
% set profiles services relayProfile <relayProfile name>
	maxEgressConn <value>
	maxEgressRate <# connections/second>
	maxIngressConn <value>
	maxIngressRate <# connections/second>
	tcp keepAlive <1-1000 seconds>

Command Parameters

The Relay Profile parameters are as shown:

Caption
0Table
1Relay Profile Parameters
3Relay Profile Parameters

Parameter

Length/Range

Description

relayProfile

1-23 charactersThe name of the relay profile to assign to a relayPort.

maxEgressConn

>0The maximum number of simultaneous egress connections for this Relay Profile. (default = 1000)

maxEgressRate

>0The maximum rate, in seconds, at which egress connections are accepted. (default = 50)

maxIngressConn

>0The maximum number of simultaneous ingress connections for this Relay Profile. (default = 1000)

maxIngressRate

>0The maximum rate, in seconds, at which ingress connections are accepted. (default = 50)

tcp keepAlive

1-1000 secondsThe TCP keep-alive interval in seconds. (default = 200)

Command Examples

Code Block
languagenone
% set profiles services relayProfile MyRelayProfile maxEgressConn 1000 maxEgressRate 50 maxIngressConn 1000 maxIngressRate 50 tcp keepAlive 300

% show profiles services relayProfile MyRelayProfile
maxIngressRate 50;
maxIngressConn 1000;
maxEgressRate  50;
maxEgressConn  1000;
tcp {
    keepAlive 300;
}

Pagebreak