Displaying 2 results from an estimated 2 matches for "police_oth".
Did you mean:
police_other
2004 May 06
3
tcng ingress policing question
...#39;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);
class(<>) if ( ip_src == host("host.mir...
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
...andled 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);
> class(<>) if ( ip_s...