>
> And please do not top-post and reply to the list, not privately. Thank you.

sorry for that.

>
> They do but that's not what you need. You deal with untagged frames on
> igb5,
> so do not create any vlan on top on igb5 but use it directly:
> ifconfig bridge10 create addm igb5 addm vlan3 up


so if i need 2 ports with same vlan tags to communicate with each other
i create 2 bridges
ifconfig vlan2 create vlan 5 vlandev igb5
ifconfig vlan3 create vlan 5 vlandev igb6
ifconfig bridge10 create addm igb5 addm vlan3 up
ifconfig bridge11 create addm igb6 addm vlan2 up

is this the right way?

On Fri, Apr 27, 2018 at 8:52 PM, Eugene Grosbein <eu...@grosbein.net> wrote:

> 27.04.2018 21:39, Abdullah Tariq wrote:
>
> >     > No, i am trying to bridge untagged frames between vlans of these
> interfaces. Is it doable?
> >
> >     Sure. If you need to accept untagged frames from igb5, add tag 5 and
> send over igb6,
> >     just create a bridge and add igb5 and vlan2 (vlan 5 vlandev igb6) to
> the bridge.
>
> > ok sounds good but when i use following config
> >
> > ifconfig vlan2 create vlan 5 vlandev igb5
> > ifconfig vlan3 create vlan 5 vlandev igb6
> > ifconfig bridge10 create addm vlan2 addm vlan3 up|
> >
> > then it doesnt work.. 2 vlans with same tag dont work?
>
> They do but that's not what you need. You deal with untagged frames on
> igb5,
> so do not create any vlan on top on igb5 but use it directly:
>
> ifconfig bridge10 create addm igb5 addm vlan3 up
>
> And please do not top-post and reply to the list, not privately. Thank you.
>
>
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to