* [LARTC] Marking and bandwidth share
@ 2002-12-02 21:42 Kaustubh Phanse
2002-12-04 12:31 ` Mathieu Deziel
0 siblings, 1 reply; 2+ messages in thread
From: Kaustubh Phanse @ 2002-12-02 21:42 UTC (permalink / raw)
To: lartc
Hello!
I am trying to figure out a way to accomplish both DSCP marking and
bandwidth sharing at an edge router; the packets will first be classified
based on IP address, ports, etc. So, the tc set-up would be something like:
Incoming packets ---> Classifier (u32 filter) ---> DSCP marking
(dsmark) ---> schedule (e.g., HTB)
I am a little confused on how to schedule packets into appropriate HTB class
after dsmark?? Or is there an alternate way?
Any comments/suggestions are welcome.
Thank you
Regards
Kaustubh
-----------------------
PhD student
ECE Dept., Virginia Tech
-------------------------
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] Marking and bandwidth share
2002-12-02 21:42 [LARTC] Marking and bandwidth share Kaustubh Phanse
@ 2002-12-04 12:31 ` Mathieu Deziel
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Deziel @ 2002-12-04 12:31 UTC (permalink / raw)
To: lartc
Kaustubh,
Here is how I do it:
Incoming packets ---> Classifier (u32 filter) ---> schedule (e.g., HTB)
---> DSCP marking (dsmark)
If you absolutely need to mark before the "scheduling", than maybe you can use
iptable.
Mathieu.
> I am trying to figure out a way to accomplish both DSCP marking and
> bandwidth sharing at an edge router; the packets will first be classified
> based on IP address, ports, etc. So, the tc set-up would be something like:
>
> Incoming packets ---> Classifier (u32 filter) ---> DSCP marking
> (dsmark) ---> schedule (e.g., HTB)
>
> I am a little confused on how to schedule packets into appropriate HTB class
> after dsmark?? Or is there an alternate way?
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-04 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-02 21:42 [LARTC] Marking and bandwidth share Kaustubh Phanse
2002-12-04 12:31 ` Mathieu Deziel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.