Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision Next revisionBoth sides next revision | ||
| playground:arinc9:bridge-vlan-filtering [2021/09/22 21:46] – created arinc9 | playground:arinc9:bridge-vlan-filtering [2022/05/31 19:48] – [Egress untagged and PVID (Primary VLAN ID)] Improve explanation arinc9 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ===== Local ===== | ===== Local ===== | ||
| - | Local option will make the specified VLAN traffic available locally. So the router can use a subinterface of the bridge to be involved in that VLAN. | ||
| - | If you don't want to tag the router for a VLAN, you can disable this option and run '' | + | Local option will automatically assign the specified VLAN ID to the bridge interface and create |
| + | If you don't want the router to be involved in that VLAN, you can disable this option and run '' | ||
| - | ===== Egress untagged and PVID (Port VLAN ID) ===== | + | |
| - | // | + | ===== Egress untagged and PVID ===== |
| **Untagged Traffic**: Traffic between devices where there' | **Untagged Traffic**: Traffic between devices where there' | ||
| - | **Ingress**: | + | **Ingress**: |
| - | + | * **PVID**: | |
| - | * **PVID**: | + | **Egress**: Traffic going out of the bridge through an interface |
| - | + | * **Egress untagged**: | |
| - | **Egress**: Traffic going out of the bridge through an interface | + | * **Egress tagged**: Frames will leave the bridge through the specified interface as tagged with the specified VLAN ID. Untagged ingress is discarded unless PVID is set to a VLAN ID on the interface. Tagged ingress is discarded if the VLAN ID on the tag doesn' |
| - | + | ||
| - | * **Egress untagged**: | + | |
| - | + | ||
| - | To be able to transmit and receive packets | + | |
| [[https:// | [[https:// | ||