Adding interfaces to bridge groups – ADC CUDA 3 User Manual

Page 351

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

Adding Interfaces to Bridge Groups

349

Adding Interfaces to Bridge Groups

After you create a bridge group, you can then enter configuration mode for
the group and assign system interfaces to it. All interfaces that you add to
the bridge group become part of the layer 3 bridge.

To add an interface to a specified bridge group, perform the following tasks:

The following example adds cable interface 1/1/1, interface 1/11/1, and
interface 1/11/8 to Bridge Group 1:

Task

Command

1. Enter interface configuration

mode for the bridge group to
which you want to add interfaces.

interface bridge-group <bridge-group>

2. Specify the interface that you

want to add to the group.

bridge-interface <c/s/i>

cli:172.16.19.10:interface:bridge-group(1)# bridge-interface 1/1/1

cli:172.16.19.10:interface:bridge-group(1)# bridge-interface 1/11/1

cli:172.16.19.10:interface:bridge-group(1)# bridge-interface 1/11/8

cli:172.16.19.10:interface:bridge-group(1)# show bridge-group 1

Bridge Group: 1

Chassis Slot Interface

---------- ---------- ----------

1 1 1

1 11 1

1 11 8

row count: 3

cli:172.16.19.10:interface:bridge-group(1)#

Advertising