SLB EXOS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-03-2016 03:10 PM
How its possible create a SLB (ldap) with EXOS(X8) like LSNAT on Enterasys ??
13 REPLIES 13
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2016 07:49 AM
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;
}
}
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;
}
}
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2016 07:49 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2016 07:49 AM
there any example???
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2016 07:49 AM
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...
