* [Bridge] vlan "aware" bridges
@ 2015-08-25 18:59 Dennis Jacobfeuerborn
2015-08-25 21:21 ` Stephen Hemminger
0 siblings, 1 reply; 4+ messages in thread
From: Dennis Jacobfeuerborn @ 2015-08-25 18:59 UTC (permalink / raw)
To: bridge
Hi,
through the cumulus documentation I learned that there apparently now
exists a way to create a single bridge that allows vlan filtering rather
than the old method using an individual bridge for each vlan.
That documentation only uses this new bridge model in the context of
their new ifupdown2 tool though.
Is there any practical documentation out there or some
tutorials/examples that explain how to use/configure such a vlan aware
bridge using the basic bridge/ip toolset?
Regards,
Dennis
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bridge] vlan "aware" bridges
2015-08-25 18:59 [Bridge] vlan "aware" bridges Dennis Jacobfeuerborn
@ 2015-08-25 21:21 ` Stephen Hemminger
2015-08-26 2:00 ` Dennis Jacobfeuerborn
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2015-08-25 21:21 UTC (permalink / raw)
To: Dennis Jacobfeuerborn; +Cc: bridge
On Tue, 25 Aug 2015 20:59:14 +0200
Dennis Jacobfeuerborn <dennisml@conversis.de> wrote:
> Hi,
> through the cumulus documentation I learned that there apparently now
> exists a way to create a single bridge that allows vlan filtering rather
> than the old method using an individual bridge for each vlan.
> That documentation only uses this new bridge model in the context of
> their new ifupdown2 tool though.
>
> Is there any practical documentation out there or some
> tutorials/examples that explain how to use/configure such a vlan aware
> bridge using the basic bridge/ip toolset?
>
> Regards,
> Dennis
Did you look in current iproute2 man pages.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bridge] vlan "aware" bridges
2015-08-25 21:21 ` Stephen Hemminger
@ 2015-08-26 2:00 ` Dennis Jacobfeuerborn
2015-08-26 3:46 ` Toshiaki Makita
0 siblings, 1 reply; 4+ messages in thread
From: Dennis Jacobfeuerborn @ 2015-08-26 2:00 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: bridge
On 08/25/2015 11:21 PM, Stephen Hemminger wrote:
> On Tue, 25 Aug 2015 20:59:14 +0200
> Dennis Jacobfeuerborn <dennisml@conversis.de> wrote:
>
>> Hi,
>> through the cumulus documentation I learned that there apparently now
>> exists a way to create a single bridge that allows vlan filtering rather
>> than the old method using an individual bridge for each vlan.
>> That documentation only uses this new bridge model in the context of
>> their new ifupdown2 tool though.
>>
>> Is there any practical documentation out there or some
>> tutorials/examples that explain how to use/configure such a vlan aware
>> bridge using the basic bridge/ip toolset?
>>
>> Regards,
>> Dennis
>
> Did you look in current iproute2 man pages.
>
I've looked at the man pages but they only contain information about the
syntax of the commands and don't give any explanation of the bigger
picture of examples of common possible setups.
I can find plenty of examples on the net when it comes to the
"traditional" one-bridge-per-vlan setup but none that explain similar
setups for the vlan aware bridge.
In fact there seem to be few people out there who even know about this
probably because this seems to be a bit of a secret right now because of
a lack of documentation.
Regards,
Dennis
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bridge] vlan "aware" bridges
2015-08-26 2:00 ` Dennis Jacobfeuerborn
@ 2015-08-26 3:46 ` Toshiaki Makita
0 siblings, 0 replies; 4+ messages in thread
From: Toshiaki Makita @ 2015-08-26 3:46 UTC (permalink / raw)
To: Dennis Jacobfeuerborn, Stephen Hemminger; +Cc: bridge
On 2015/08/26 11:00, Dennis Jacobfeuerborn wrote:
> On 08/25/2015 11:21 PM, Stephen Hemminger wrote:
>> On Tue, 25 Aug 2015 20:59:14 +0200
>> Dennis Jacobfeuerborn <dennisml@conversis.de> wrote:
>>
>>> Hi,
>>> through the cumulus documentation I learned that there apparently now
>>> exists a way to create a single bridge that allows vlan filtering rather
>>> than the old method using an individual bridge for each vlan.
>>> That documentation only uses this new bridge model in the context of
>>> their new ifupdown2 tool though.
>>>
>>> Is there any practical documentation out there or some
>>> tutorials/examples that explain how to use/configure such a vlan aware
>>> bridge using the basic bridge/ip toolset?
>>>
>>> Regards,
>>> Dennis
>>
>> Did you look in current iproute2 man pages.
>>
>
> I've looked at the man pages but they only contain information about the
> syntax of the commands and don't give any explanation of the bigger
> picture of examples of common possible setups.
> I can find plenty of examples on the net when it comes to the
> "traditional" one-bridge-per-vlan setup but none that explain similar
> setups for the vlan aware bridge.
> In fact there seem to be few people out there who even know about this
> probably because this seems to be a bit of a secret right now because of
> a lack of documentation.
Would you check this?
https://www.netdev01.org/docs/netdev_tutorial_bridge_makita_150213.pdf
Note that these slides are getting old and now the latest net-next
kernel and iproute2 have most features to manipulate vlan_filtering by
netlink rather than sysfs, like
# ip link set br0 type bridge vlan_filtering 1
Toshiaki Makita
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-26 3:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 18:59 [Bridge] vlan "aware" bridges Dennis Jacobfeuerborn
2015-08-25 21:21 ` Stephen Hemminger
2015-08-26 2:00 ` Dennis Jacobfeuerborn
2015-08-26 3:46 ` Toshiaki Makita
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.