Exceed bandwidth utilization on standby device
Hello All, I have two virtual F5 in HA, one of them Active and second one is in standby mode.
From my monitoring I received ping delay, which is around 400ms, so I checked logs on F5.
On active F5 there was everything okay, but on Standby F5 there are this logs (logs have connection with ping delay of monitoring , I have checked time):
notice tmm[<PID>]: 01010045:5: Bandwidth utilization is <rate> Mbps, exceeded <percent>% of Licensed <limit> Mbps
Why are this logs on Standby device ?
Could you please help me how to find out, where I can see there is realy exceeded bandwidth?
Thank you
Yes, the problem you are facing is because of this UDP 8116 traffic. There are 360 packets (of 500) related to this flow.
# cat output.txt | grep 8116 | wc -l 360
This is not a specific problem of F5, so you should check your enviroment to figure out what the source of traffic is and how to stop it.
BTW, I would appreciate if you mark my answer as 'the best' or give me some upvote :-).
KR,
Dario.