Hi,
We have internet connection with two uplink/two interface, first uplink to local country(50Mbps) and second one to international(50Mbps). What the best way to limit/prioritize some source traffic to some bandwidth. If i set a 1 rule simple queue to 10Mbps, it doesnt define wheres that traffic go, local or international. I already try this simple queue, but doesnt catch the Source-A, but it catch other
1.Parent-A => Target_Interface_Local => Limit 50 => Priority 8
2.Source-A=> Parent-A => Source(10.0.0.0/24) => Limit 30Mbps => Priority 1
3.Other=> Parent-A => Source(0.0.0.0/0) => Limit 50Mbps => Priority 8
4.Parent-B => Target_Interface_International => Limit 50 => Priority 8
5.Source-A=> Parent-A => Source(10.0.0.0/24) => Limit 30Mbps => Priority 1
6.Other=> Parent-A => Source(0.0.0.0/0) => Limit 50Mbps => Priority 8
Thx, any answer apricated.