Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 22 additions & 13 deletions docs/configuration/interfaces/bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,22 @@ links providing fault tolerance if an active link fails.
VLAN
====

.. note:: It is not valid to use the `vif 1` option for VLAN aware bridges
because VLAN aware bridges assume that all unlabeled packets belong to
the default VLAN 1 member and that the VLAN ID of the bridge's parent
interface is always 1
Enable VLAN-Aware Bridge
------------------------

.. cfgcmd:: set interfaces bridge <interface> enable-vlan

To activate the VLAN aware bridge, you must activate this setting to use VLAN
settings for the bridge

VLAN Options
------------

.. note:: It is not valid to use the `vif 1` option for VLAN aware bridges
because VLAN aware bridges assume that all unlabeled packets belong to
the default VLAN 1 member and that the VLAN ID of the bridge's parent
interface is always 1

.. cmdinclude:: /_include/interface-vlan-8021q.txt
:var0: bridge
:var1: br0
Expand Down Expand Up @@ -170,9 +176,12 @@ Port Mirror (SPAN)
:var1: br1
:var2: eth3

******************************
Example: Create a basic bridge
******************************
********
Examples
********

Create a basic bridge
=====================

Creating a bridge interface is very simple. In this example we will
have:
Expand Down Expand Up @@ -205,9 +214,9 @@ This results in the active configuration:
}
stp

*********************************
Example: Using VLAN aware Bridge
*********************************

Using VLAN aware Bridge
=======================

An example of creating a VLAN-aware bridge is as follows:

Expand Down Expand Up @@ -246,9 +255,9 @@ This results in the active configuration:
address 2001:db8::ffff/64
}

********************************************************************
Example: Using the operation mode command to view Bridge Information
********************************************************************

Using the operation mode command to view Bridge Information
===========================================================

.. opcmd:: show bridge

Expand Down