
C613-50186-01 Rev B
Command Reference for AR2050V
452
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
B
RIDGING
C
OMMANDS
BRIDGE
-
GROUP
bridge-group
Overview
Use this command to add an interface to a bridge.
Use the
no
variant of this command to remove an interface from a bridge.
Syntax
bridge-group <
1-64
>
no bridge-group
Default
An interface is not part of any bridge by default.
Mode
Interface configuration.
Usage
Interfaces can only be part of one bridge, so when removing the bridge no
parameters are required.
Interfaces that have been added to a bridge will lose their Layer 3 properties. The
bridge will act as the Layer 3 interface. The bridge will provide Layer 2 connectivity
between interfaces that are a part of the bridge.
You can only add eth, VLAN, OpenVPN (TAP only), and L2TPv3 ethernet pseudowire
interfaces to your bridge.
Examples
To add eth1 to bridge 2, use the following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
bridge-group 2
To remove eth1 from your bridge, use the following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
bridge-group
Related
Commands
Parameter
Description
<
1-64
>
The ID of the bridge that you are adding the interface to.