cancel
Showing results for 
Search instead for 
Did you mean: 

SLB EXOS

SLB EXOS

Luis_Mendes
Contributor
How its possible create a SLB (ldap) with EXOS(X8) like LSNAT on Enterasys ??
13 REPLIES 13

Stephane_Grosj1
Extreme Employee
Depending on your topology, you can have a look at the Health Check Link Aggregation feature (p.271 of 16.1 User Guide). I never really used it, but that might help you.

Another approach could be via ACL. You can create a "sort of" SLB if the servers' IP can be masked correctly. Here's an example of such ACL (you would have several rules like that):

entry r11 {
if {
source-address 0.0.0.0 mask 0.0.0.7;
} then {
redirect-port-list 1:1;
}
}

entry r12 {
if {
source-address 0.0.0.1 mask 0.0.0.7;
} then {
redirect-port-list 1:2;
}
}

there any example???

But with LSNAT i need only 1 IP, and all devices have the ip with authenticator, then the switch redirectly to devices according with algorithm chosen...
GTM-P2G8KFN