All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Folke Aeon" <aeon_folke@hotmail.com>
To: lartc@vger.kernel.org
Subject: [LARTC] can anyone help me to solve this problem?
Date: Fri, 25 Oct 2002 15:04:09 +0000	[thread overview]
Message-ID: <marc-lartc-103555834517971@msgid-missing> (raw)

hi,

my purpose is to setup qdiscs at the egress
according to the diffserv classes. and it
has to be color-aware scheme. i have planed
to mark the packets at the ingress qdisc and
setup the proper dscp value at egress and
still at the egress, directed those packets
marked with proper dscp into different qdiscs.

BUT my trouble is , since i also use have to
direct all packets into mpls layer , i cannot
do the dscp marking at the egress . because
the mpls header is added at the step immediately
after the packet passes through system routing
table. thus, when the packets goes into the
egress queue, there is already a mpls header
on the packet. i cannot setup proper filter
based on the index value marked at the ingress.
thought i still not quite sure whether it is
because of the mpls header that influences my
purpose,i think i'd better mark the dscp value
at the ingress qdisc. but i because i have to
classify the packets into different diffserv
classed based on their CIR and BURST value, i
cannot simply use iptables at the PREROUTING
table to mark the dscp value.


         Network
-----------+-----------
            |
  +---------+---------+
  |     PREROUTING    |
  +---------+---------+
            |
    +-------+-------+
    |      QOS      |
    |    INGRESS    |
    +-------+-------+
            |
    +-------+-------+
    |    ROUTING    |
    |     TABLE     | <------after the packet passes
    +-------+-------+        this section it has a
            |                mpls header with it.
  +---------+---------+
  |    POSTROUTING    |
  +---------+---------+
            |
     +------+------+
     |     QOS     |
     |    EGRESS   |
     +------+------+
            |
-----------+-----------
         Network


  does anybody have some good idea to
solve my problem?

thanks in advance .
any help will be appreciated.:)

folke.


_________________________________________________________________
Internet access plans that fit your lifestyle -- join MSN. 
http://resourcecenter.msn.com/access/plans/default.asp

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

             reply	other threads:[~2002-10-25 15:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-25 15:04 Folke Aeon [this message]
2002-10-25 17:39 ` [LARTC] can anyone help me to solve this problem? Werner Almesberger
2002-10-26  1:39 ` Folke Aeon
2002-10-26  2:27 ` Folke Aeon
2002-10-26  2:37 ` Werner Almesberger
2002-10-26  3:34 ` Werner Almesberger
2002-10-26  4:05 ` Folke Aeon
2002-10-26 13:57 ` Folke Aeon
2002-10-26 16:37 ` Werner Almesberger
2002-10-26 16:49 ` Werner Almesberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-103555834517971@msgid-missing \
    --to=aeon_folke@hotmail.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.