NETGRAPH- bridge vlans using netgraph help
Abdullah Tariq
ab.tariq90 at gmail.com
Sat Apr 28 18:26:53 UTC 2018
>
> If you want to think of it in switch terms, FreeBSD supports access ports
> (untagged vlan) and trunk ports (tagged vlans). But there's no support for
> hybrid ports (tagged vlans with a PVID on the port that adds tags to
> untagged traffic).
>
> What you are trying to do is create a hybrid port with a vlan tag of 5 and
> a PVID of 5, such that untagged traffic from PC1 is allowed into vlan5
> interface. Not going to happen.
>
>
Ok everything clear now, thank you. One last thing, is this not doable with
netgraph either?
On Sat, Apr 28, 2018 at 7:57 PM, Freddie Cash <fjwcash at gmail.com> wrote:
> If you want to think of it in switch terms, FreeBSD supports access ports
> (untagged vlan) and trunk ports (tagged vlans). But there's no support for
> hybrid ports (tagged vlans with a PVID on the port that adds tags to
> untagged traffic).
>
> What you are trying to do is create a hybrid port with a vlan tag of 5 and
> a PVID of 5, such that untagged traffic from PC1 is allowed into vlan5
> interface. Not going to happen.
>
> Cheers,
> Freddie
>
> Typos courtesy of my phone.
>
>>
More information about the freebsd-net
mailing list