25.5. IP Load Balancing

IPLB is a feature which allows to distribute traffic toward internet or VPN between two or more IP resources. Two methods are allowed:

25.5.1. D IPLB

Use the command d iplb to display the IP load balancing table.

[12:24:12] ABILIS_CPX:d iplb
-------------------------------------------------------------------------------
ID: [DESCR:]
    RULE:       RES1:[..RES8:]   GW1:[..GW8:]
-------------------------------------------------------------------------------
1   [test1]
    WQ          RES1:Ip-11       GW1:192.168.255.002
                RES2:Ip-12       GW2:#              
------------------------------------------------------------------------------

Meaning of the most important parameters:

ID

IP Load Balancing entry identifier [1..96].

RULE

Ip resources scanning rule [RR: Round Robin, WQ: Weighted Queue].

RES1..RES8

Ip resources in the group [# or NONE, Ip-nnn], where 'nnn' is an IP resource index [1..250].

GW1..GW8

Gateway IP address [#, 1-126.x.x.x, 127.0.0.1, 128-223.x.x.x].

25.5.2. A IPLB

This command allows to add an entry into the IPLB table.

[14:56:59] ABILIS_CPX:a iplb id:1 rule:wq descr:test res1:ip-1 res2:ip-2 gw1:192.168.0.232

COMMAND EXECUTED

[14:57:06] ABILIS_CPX:d iplb

- Not Saved (SAVE CONF), Not Refreshed (INIT) ---------------------------------
-------------------------------------------------------------------------------
ID: [DESCR:]
    RULE:       RES1:[..RES8:]   GW1:[..GW8:]
-------------------------------------------------------------------------------
1   [test]
    WQ          RES1:Ip-1        GW1:192.168.000.232
                RES2:Ip-2        GW2:#              
-------------------------------------------------------------------------------
[Caution]Caution

Changes made on the IP Load Balancing table are NOT immediately active, they can be activated by executing the initialization command init iplb. Then, remember to save the configuration (save conf).

A routing which uses an IPLB indicates this condition by showing the IPLB in the “GW: or IPLB:” field of the D IPR output.

[15:20:35] ABILIS_CPX:d ipr

Destination routes and conditional source routes:
+-+-+-+-+--------------------+--------------------+-----------------+----+---+
|B|P|S|H|     NET:/MASK:     |      MASK: or      |       GW: or    |IP: |AD:|
| | | | |                    |   SRNET:/SRMASK:   |      IPLB:      |    |   |
+-+-+-+-+--------------------+--------------------+-----------------+----+---+
|*|C| |*| 127.000.000.001/32 | 255.255.255.255    |                 |LOOP|  0|
|*|S| | | 129.132.002.021/32 | 255.255.255.255    |                 |D  2|  1|
|*|C| | | 192.168.000.201/32 | 255.255.255.255    |                 |R-ID|  0|
|*|C| | | 192.168.000.000/24 | 255.255.255.000    |                 |   1|  0|
|*|C| | | 192.168.001.000/24 | 255.255.255.000    |                 |   3|120|
| |S| | | 192.168.001.000/24 | 255.255.255.000    |                 |D  4|  1|
|*|C| | | 192.168.031.000/24 | 255.255.255.000    |                 |D 21|  0|
|*|S| | | 000.000.000.000/0  | 000.000.000.000    | (IPLB ID:01 UP) |   1|  1|
| |S| | | 000.000.000.000/0  | 000.000.000.000    |                 |   3|120|
| |C| | |                    | OUT-IP             |                 |D 22|   |
+-+-+-+-+--------------------+--------------------+-----------------+----+---+

25.5.3. C IPLB

This command allows to remove an entry of the IPLB table.

[15:19:33] ABILIS_CPX:d iplb

- Not Saved (SAVE CONF) -------------------------------------------------------
-------------------------------------------------------------------------------
ID: [DESCR:]
    RULE:       RES1:[..RES8:]   GW1:[..GW8:]
-------------------------------------------------------------------------------
1   [test1]
    WQ          RES1:Ip-11       GW1:192.168.255.002
                RES2:Ip-12       GW2:#              
------------------------------------------------------------------------------

[15:20:21] ABILIS_CPX:c iplb id:1

COMMAND EXECUTED

[15:20:33] ABILIS_CPX:d iplb

- Not Saved (SAVE CONF), Not Refreshed (INIT) ---------------------------------
-------------------------------------------------------------------------------
ID: [DESCR:]
    RULE:       RES1:[..RES8:]   GW1:[..GW8:]
-------------------------------------------------------------------------------
                         *** NO IPLB ENTRY DEFINED ***                         
[Caution]Caution

Changes made on the IP Load Balancing table are NOT immediately active, they can be activated by executing the initialization command init iplb. Remember to save the configuration (save conf).

25.5.4. S IPLB

This command allows to change the parameters of an entry inside the IPLB table:

[15:26:20] ABILIS_CPX:d iplb

- Not Saved (SAVE CONF), Not Refreshed (INIT) ---------------------------------
-------------------------------------------------------------------------------
ID: [DESCR:]
    RULE:       RES1:[..RES8:]   GW1:[..GW8:]
-------------------------------------------------------------------------------
1   [test]
    WQ          RES1:Ip-1        GW1:192.168.000.232
                RES2:Ip-2        GW2:#              
-------------------------------------------------------------------------------

[15:26:24] ABILIS_CPX:s iplb id:1 res2:ip-3

COMMAND EXECUTED

[15:26:58] ABILIS_CPX:d iplb

- Not Saved (SAVE CONF), Not Refreshed (INIT) ---------------------------------
-------------------------------------------------------------------------------
ID: [DESCR:]
    RULE:       RES1:[..RES8:]   GW1:[..GW8:]
-------------------------------------------------------------------------------
1   [test]
    WQ          RES1:Ip-1        GW1:192.168.000.232
                RES2:Ip-3        GW2:#              
-------------------------------------------------------------------------------
[Caution]Caution

Use command init iplb to activate changes on the IP Load Balancing. Then, remember to save the configuration (save conf).