Assigning ip addresses to bridge groups – ADC CUDA 3 User Manual

Page 353

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

Assigning IP Addresses To Bridge Groups

351

Assigning IP Addresses To Bridge Groups

A network-layer bridge is comprised of interfaces that belong to the same
bridge group. They share any IP address that you assign to the bridge group.
The IP address that you assign to the bridge-group is automatically added to
the routing table.

Note that because the routing table is automatically updated upon assigning
the IP address to the bridge group, you do not have to specifically install the
address on the physical interface.

You assign an IP address to a network-layer bridge just as you would any
physical interface — by using the ip address command within interface
configuration mode. The following example assigns IP address 172.16.19.2
to bridge group 1:

cli:172.16.19.10:root# interface bridge-group 1

mode: interface:bridge-group(1)

cli:172.16.19.10:interface:bridge-group(1)# ip address 172.16.19.2 255.255.255.0

cli:172.16.19.10:interface:bridge-group(1):ip-address(172.16.19.2)#

Advertising