Forum Discussion
Chris_Phillips
Nimbostratus
Aug 07, 2008Per packet RR LB for next hop
Hi,
Does anyone know how to configure a forwarding vip to route all ip packets with per packet LB? Obviously it makes no sense within a normal vip / pool, but there's the nexthop comman...
Nicolas_Menant
Employee
Aug 07, 2008Hi,
The LINK::nexthop command is read only you can not interact with it: Click here
To load balance each packet you can try something like this:
when CLIENT_ACCEPTED {
set first_bind 1
TCP::collect
}
when CLIENT_DATA {
if { $first_bind } {
set first_bind 0
} else {
LB::detach
}
TCP::release
TCP::collect
}
You should activate oneconnect at the same time.
HTH
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects