| Attributes |
string[0..] |
-
commands
-
Deprecated.
An array of commands that are executed when the ALB is activated. The commands are referred by their identity specified in the EvipCommandDefinition. The commands are preceded by a floating point order number and a colon, for example "1.0:defroute". The commands are executed in order lower to higher. The commands are executed on all LBEs, FEEs in the ALB.
Deprecated: Deprecated in eVIP 2.3
|
string key mandatory noNotification restricted |
-
evipAlbId
-
The RDN attribute. Must be a unique name selected by the operator.
|
string[0..1] |
-
ipsecServiceIp
-
This is an IPv6 address for internal use in eVIP (one per ALB). The eVIP system administrator must make sure this IP does not collide with anything else in the system.
If this value is not provided then eVIP uses an internally calculated value.
|
string[0..1] |
-
ipvsTcpfinTimeout
=
120
-
This timeout value (in seconds) is used for IPVS connections, for TCP sessions after receiving a FIN packet. The default value is 120.
For more information see manual page of IPVS (IP Virtual Server).
|
string[0..1] |
-
ipvsTcpTimeout
=
9000
-
This timeout value (in seconds) is used for IPVS connections, for TCP sessions in ESTABLISHED state. The default value is 9000.
For more information see manual page of IPVS (IP Virtual Server).
|
string[0..1] |
-
ipvsUdpTimeout
=
120
-
This timeout value (in seconds) is used for IPVS connections, for UDP packets. The default value is 120.
For more information see manual page of IPVS (IP Virtual Server).
|
string[0..1] |
-
lbeHash
=
2-tuple
-
Defines the hash algorithm for traffic distribution to Load Balancing Elements (LBE).
Valid settings; 2-tuple | 5-tuple
2-tuple is default. Protocol ports are not included and hence all traffic between a src,dest address pait will pass the same LBE.
5-tuple hashing will include protocol port and traffic from a specific source will be distributed between available LBE's. HOWEVER THERE IS A PRICE TO PAY;
5-tuple distribution will exclude some important features such as;
- IPSec - "Strict" traffic distribution - Traffic bundling
|
string[0..1] |
-
numIpsecKeys
=
256
-
Number of units (keys) used for SE connection distribution. Must be a power of 2. This value should be several times higher than the number of SEs but a too high value will slow down reconfiguration on an SE failure. The default is 256 and will do nicely for most cases.
|
string |
-
numKeys
=
256
-
Number of units (keys) used for connection distribution. Must be a power of 2. This value should be several times higher than the number of LBEs but a too high value will slow down reconfiguration on an LBE failure. The default is 256 and will do nicely for most cases.
|
string[0..1] |
-
private
=
no
-
Private ALB secures full traffic separation towards the user-application allowing IP-address ranges to overlap between ALBs. Default value is "no".
|
string[0..1] |
-
serviceIp
-
This is an IPv6 address for internal use in eVIP (one per ALB). The eVIP system administrator must make sure this IP does not collide with anything else in the system.
If this value is not provided then eVIP uses an internally calculated value.
|
string[0..1] |
-
stackOnFixedNode
=
no
-
This attribute can be used to enable/disable stacking of FEE local IP's on fixed nodes in case there are no fixed nodes available to host the IP. Default value is no.
|
string[0..1] readOnly |
-
state
-
This is the state of the ALB. The state can be "ACTIVE" or "INACTIVE".
|
string[0..1] |
-
udpEncapsulationPort
=
0
-
Optional port number used for UDP encapsulation of IPsec packets, aka NAT traversal. If the value is 0 or the attribute is omitted, NAT-T is disabled. Recommended value is 4500 if not 0.
|