Forum Discussion
veeranna_ganige
Nimbostratus
Nov 12, 2007Scheduling the virtual server
hi
I am looking for Scheduling the Virtual server for specific time for a specific destination (ftp server on the internet)
Product Link Controller.
customer has bustable bandwith up to 20 mbps, but customer wants to make use of the bustable bandwith only from 4pm to 6pm for a specific ftp site.(single server on the internet)
In the reqular hrs they want to use the 2mbps only.
I understand we need to use the shell script for the same, kindly let me know if any of them has the solution for the same
reg/Veeranna
- Deb_Allen_18Historic F5 AccountHi Veeranna -
when CLIENT_ACCEPTED { rateclass 2Mbps if { [IP::local_addr] == 192.168.1.222 } { set current_time [clock seconds] set time_min [clock scan {16:00}] set time_max [clock scan {18:00}] if {($current_time > $time_min) and ($current_time < $time_max)} { rateclass 20Mbps } } }
- Deb_Allen_18Historic F5 Account(moved post over to the iRules forum)
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