From: "Kristiadi Himawan" <kristiadi_himawan@dtp.net.id>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Htb on trunked line
Date: Tue, 07 Oct 2003 02:54:01 +0000 [thread overview]
Message-ID: <marc-lartc-106549523816910@msgid-missing> (raw)
In-Reply-To: <marc-lartc-106503280409228@msgid-missing>
Here is my scenario,
# create bridge 0
brctl addbr br0
brctl stp br0 off
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig eth0 up
ifconfig eth1 up
ifconfig br0 up
#create vlan 106
vconfig add eth0 106
vconfig add eth1 106
#create bridge 106 (vlan 106)
brctl addbr br106
brctl addif br106 eth0.106
brctl addif br106 eth1.106
I expect packet with vlan 106 would go to br106 and the others to br0.
Am I right?
----- Original Message -----
From: "Ryan Goldberg" <rgoldber-list-lartc@bitburst.com>
To: "Kristiadi Himawan" <kristiadi_himawan@dtp.net.id>
Cc: <lartc@mailman.ds9a.nl>
Sent: Monday, October 06, 2003 5:58 PM
Subject: Re: [LARTC] Htb on trunked line
> On Mon, 2003-10-06 at 01:14, Kristiadi Himawan wrote:
> > So you already succeed on bridging per vlan,
> > could you tell me how to make such kind of configuration
>
> I'll see if I can remember to grab the config from work today. But
> there shouldn't be much do it. For instance our linux box sits between
> a router and a 2924. We trunk on port 24, and bridge 23 vlans across
> into ports 1 - 23. The linux box has eth0 and eth1, and interfaces
> eth0.1, eth1.1 through eth0.23, eth1.23 are configured (vlans), and then
> we create 23 bridges br1 through br23 and apply shaping to eth0.x and
> eth1.x.
>
> Ryan
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
prev parent reply other threads:[~2003-10-07 2:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-01 18:41 [LARTC] Htb on trunked line Kristiadi Himawan
2003-10-01 18:55 ` Steve Wright
2003-10-01 20:39 ` Kristiadi Himawan
2003-10-01 20:48 ` Kristiadi Himawan
2003-10-01 23:02 ` Ryan Goldberg
2003-10-01 23:40 ` DTPNet Support
2003-10-03 8:11 ` Kristiadi Himawan
2003-10-06 10:58 ` Ryan Goldberg
2003-10-07 2:54 ` Kristiadi Himawan [this message]
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-106549523816910@msgid-missing \
--to=kristiadi_himawan@dtp.net.id \
--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.