RE: [LARTC] prio not seeming to work

2007-02-20 Thread Flechsenhaar, Jon J
, February 19, 2007 9:58 AM To: Flechsenhaar, Jon J Cc: lartc@mailman.ds9a.nl Subject: Re: [LARTC] prio not seeming to work Flechsenhaar, Jon J wrote: > Two questions > > 1.) When you type tc class ls dev ethx > - Do you see that both ftp streams are flowing into their pr

Re: [LARTC] prio not seeming to work

2007-02-19 Thread Bob [EMAIL PROTECTED]
Flechsenhaar, Jon J wrote: > Two questions > > 1.) When you type tc class ls dev ethx > - Do you see that both ftp streams are flowing into their proper > class; 1:1, 1:3? > > 2.) Are you sending enough traffic to reach the point of congestion on > you link? > - If your not then

RE: [LARTC] prio not seeming to work

2007-02-19 Thread Flechsenhaar, Jon J
same rate. Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7 -Original Message- From: Bob Puff [mailto:[EMAIL PROTECTED] Sent: Sunday, February 18, 2007 3:32 PM To: lartc@mailman.ds9a.nl Subject: [LARTC] prio not seeming to work Hello, I am trying to mess with a

[LARTC] prio not seeming to work

2007-02-18 Thread Bob Puff
Hello, I am trying to mess with a prio type qdisc, and must be missing something. Here's my sample code: tc qdisc add dev eth0 root handle 1: prio tc filter add dev eth0 parent 1:0 prio 1 protocol ip u32 \ match ip dst 208.0.0.0/8 flowid 1:1 tc filter add dev eth0 parent 1:0 prio 3 protocol ip