bridge-domain-port-modify
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command modifies ports of a bridge domain.
Syntax bridge-domain-port-modify
name name-string |
Specify the name of the bridge domain to which the ports are to be added. |
Specify any of the following options: |
|
port port-list |
Specify the ports to be added to the bridge domain. |
vlans vlan-list |
Specify the access VLANs for Q-in-Q. |
l2-learning none|enable|disable |
Specify if you want to enable or disable MAC address learning. If you specify none, the port level the MAC address learning state is directly derived from the one of the encompassing bridge domain. |
Defaults None
History Command introduced in version 6.0.0.
Usage Use this command to add ports to a bridge domain.
Examples To add the ports 17 and 18 to the bridge domain bd100, use the command:
CLI network-admin@switch > bridge-domain-port-add name bd100 port 17,18