Configuring Bridge Interfaces
Use these commands to work with Bridge interfaces.
Syntax
> add bridging group <group_id> interface <if_name>
> delete bridging group <group_id> interface <if_name>
> show bridging group <group_id>
Parameter
|
Description
|
< group_id>
|
Integer that identifies the bridging group
|
< if_name>
|
Interface name as configured on the system
|
Example
> add bridging group 2 interface eth3
> show bridging group 2
Output
Bridge Configuration
Bridge Interfaces
eth3
To use vlan interfaces in a bridging group:
- Add the vlan to the physical interface:
> add interface < if_name> vlan < vlan_id>
- Add the interface vlan to the bridging group:
> add bridging group < group_id> interface < if_name>.< vlan_id>
|