Helllo people,
I have a problem with a Traffic Shaping configuration.
The situation is this:
I have three branch site and there are some servers that communicate between them and they saturate the WAN bandwidth.
I'd like configure the traffic shaping for limiting the bandwidth between their IP.
I have done this configuration:
------------------------------------------------------------------------------------------
create qosprofile qp2
configure qosprofile qp2 peak_rate 15 M ports 8:3
edit policy Traffic_Shaping_MAN
entry rule1 {
if match all{
source-address 10.19.2.201/32;
destination-address 10.0.1.208/32;
}
then {
qosprofile qp2;
}
}
entry rule2 {
if match all {
source-address 10.19.2.201/32;
destination-address 10.0.18.209/32;
}
then {
qosprofile qp2;
}
}
conf access-list Traffic_Shaping_MAN port 8:3 egress
-----------------------------------------------------------------------------------------------
This night I have noticed that the situation is not resolved.
Can you help me with the configuration?
Thank you
Leonardo