Forum Discussion

LEON_LI_38034's avatar
LEON_LI_38034
Icon for Nimbostratus rankNimbostratus
Jan 23, 2015

About monitor rate shapping 's question.

Hi All

I configured a outbund vs(0.0.0.0/0 type is forwarding ip),and associated an irules(irules_rate_shapping),This iruls Control of the different segments were respectively at outbund vs。

How can I carry on the monitoring to these rateclass,To prove that I is the configuration effect.

irules_rate_shapping, See below:

when CLIENT_ACCEPTED {

if { [class match [IP::client_addr] equals Class_VOIP] or [class match [IP::remote_addr] equals VOIP] } {

rateclass VOIP_20M

}

elseif { [class match [IP::client_addr] equals net10] or [class match [IP::remote_addr] equals net10] } {

rateclass net10_10M

}

elseif { [class match [IP::client_addr] equals net20] or [class match [IP::remote_addr] equals net20] } {

rateclass net20_10M }

else { rateclass Rateshape_default

}

}

text

I how to monitor the three rate shpping(VOIP_20M、net10_10M and net20_10M) is control bandwidth situation.

Thank many!