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> interface <if_name>
Parameter
|
Description
|
<group_id>
|
Integer that identifies the bridging group
|
<if_name>
|
Interface name as configured on the system
|
Examples
> add bridging group 2 interface eth3
> show bridging group 2
Bridge Configuration
Bridge Interfaces
eth3
To use vlan interfaces in a bridging group:
- Run this command to add the vlan to the physical interface:
> Add interface <if_name> vlan <vlan_id>
- Run this command to add the interface vlan to the bridging group:
> Add bridging group <group_id> interface <if_name>.<vlan_id>
Note: All of the specified parameters are required to do these tasks.
|