To configure a bridge domain, you must specify one or more VLAN identifiers; only packets that contain a specified VLAN identifier are forwarded within the bridge domain. A logical interface is implicitly assigned to a bridge domain based on the VLAN identifier configured for the interface.
Before You Begin |
|---|
For background information, read Understanding Bridge Domains. |
This example configures a bridge domain bd1 for VLANs 1 and 10, and a bridge domain bd2 for VLAN 2. The number of MAC addresses learned on all logical interfaces on the device is limited to 64,000 addresses; when this limit is reached, incoming packets with a new source MAC address will be dropped.
You can use either J-Web or the CLI configuration editor to configure bridge domains.
This topic covers:
To configure bridge domains:
The Configuration page appears.
To limit the number of MAC addresses learned on all logical interfaces on the device:
The Configuration page appears.
To configure bridge domains:
- user@host# set bridge-domains bd1 domain-type
bridge vlan-id-list 1,10
- user@host# set bridge-domains bd2 domain-type
bridge vlan-id 2
To limit the number of MAC addresses learned on all logical interfaces on the device: