Forum Discussion
Implementing multi-link bandwidth usage threshold redundancy for outbound traffic
I can't say I know how to do this but you can try links Configuring Bandwidth Load Balancing (this may need extra license).
when CLIENT_ACCEPTED {
set mycookie "[IP::remote_addr]:[TCP::remote_port]"
BWC::policy attach BandwidthControl_100Mbps $mycookie
BWC::measure start session
after 5 {
set rate [BWC::measure get rate session]
set bytes [BWC::measure get bytes session]
log local0. "Rate: $rate/sec, Bytes: $bytes for [IP::remote_addr]:[TCP::remote_port]"
}
pool ChinaRadioTelevisionPool
}
Feb 24 16:36:34 F5-BIGIP-0C-13 info tmm4[18286]: Rule /Common/OutboundIRules <CLIENT_ACCEPTED>: Rate: 0/sec, Bytes: 0 for 172.16.0.30:43217
Feb 24 16:36:34 F5-BIGIP-0C-13 info tmm6[18286]: Rule /Common/OutboundIRules <CLIENT_ACCEPTED>: Rate: 0/sec, Bytes: 0 for 172.16.0.30:42912
The above irules seem like a good idea, but I don't know how to modify them to implement it.
I am trying the link control permission module, but it does not provide a smooth switching solution. I need to specify a link. If the bandwidth exceeds the specified threshold of 100Mbps, but other specified address libraries still do not need to switch link exits, the remaining unspecified exits can be switched. How to set it through BWC policy? I have not found a way
Recent Discussions
Related Content
* 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