Displaying 2 results from an estimated 2 matches for "police_mirror".
2004 May 06
3
tcng ingress policing question
...ces...)
TIA
Simon
PS, the other interfaces don''t have any queues, since this would be
handled by the ingress policing in this way.
==============================
script:
==============================
dev eth0 {
ingress {
$police_isp = SLB( cbs 100kB, cir 50000 kbps );
$police_mirror = SLB( cbs 20kB, cir 2000 kbps );
$police_other = SLB( cbs 10kB, cir 1000 kbps );
class(<>) if (ip_src == XXX.XXX.XXX.XXX || /* external host */
ip_src == YYY.YYY.YYY.YYY ) && /* backup traffic */
SLB_ok($police_isp);...
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
...don''t have any queues, since this would be
> handled by the ingress policing in this way.
> ==============================
> script:
> ==============================
>
> dev eth0 {
> ingress {
> $police_isp = SLB( cbs 100kB, cir 50000 kbps );
> $police_mirror = SLB( cbs 20kB, cir 2000 kbps );
> $police_other = SLB( cbs 10kB, cir 1000 kbps );
>
> class(<>) if (ip_src == XXX.XXX.XXX.XXX || /* external host */
> ip_src == YYY.YYY.YYY.YYY ) && /* backup traffic */
>...