Evening,
I have a bit of a challenge which I'm still trying to get working. I need to rate limit the total traffic, in and out, to two ports. Each port is connected to a firewall, active\active configuration, and the IP addresses are fixed (and as they belong to third party, cannot be changed)
So, I have gigabit port 1 and 2, which need to be limited to 200Mbps total, with client IP addresses 192.168.0.3 and .4 connecting to gateway on 192.168.0.1 on port 24, so a /31 subnet mask doesn't work for matching in ACL or DiffServ, neither does a /30 due to gateway address.
Any suggestions on how this can most effectively be achieved?
--Richard