coolhill_17403
Mar 14, 2011Nimbostratus
The question about bandwidth of link
Hello everyboday, I want to record the bandwidth of link. so I used a iRules to solve this problem
when CLIENT_ACCEPTED {
set Gateway_Tel 1.1.1.1
set Gateway_Cnc 2.2.2.2
log local0. "bandwidth is: [ROUTE::bandwidth [IP::local_addr] $Gateway_Tel]"
log local0. "bandwidth is: [ROUTE::bandwidth [IP::local_addr] $Gateway_Cnc]"
}
but the log always display a value of "0". Why?
Thanks!