...
...
borderColor | green |
---|
bgColor | transparent |
---|
borderWidth | 2 |
---|
...
Back to CLI Configure Mode
Back to Profiles - CLI
Back to Services - CLI
...
...
...
...
...
...
...
Excerpt Include |
---|
| Zone - Relay Port - CLI |
---|
| Zone - Relay Port - CLI |
---|
nopanel | true |
---|
|
...
Command Syntax
Code Block |
---|
|
% 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 |
---|
0 | Table |
---|
1 | Relay Profile Parameters |
---|
3 | Relay Profile Parameters |
---|
|
Parameter | Length/Range | Description |
---|
relayProfile
| 1-23 characters | The name of the relay profile to assign to a relayPort. | maxEgressConn
| >0 | The maximum simultaneous egress connections. (default = 1000) | maxEgressRate
| >0 | The maximum rate, in seconds, at which egress connections are accepted. (default = 50) | maxIngressConn
| >0 | The maximum simultaneous ingress connections. (default = 1000) | maxIngressRate
| >0 | The maximum rate, in seconds, at which ingress connections are accepted. (default = 50) | tcp keepAlive
| 1-1000 seconds | The TCP keep-alive interval in seconds. (default = 200) |
|
Command Examples
Code Block |
---|
|
% 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;
} |