bridge-domain-create
bridge-domain-create
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command creates a bridge domain.
Syntax bridge-domain-create
name name-string |
Specify the name for the bridge domain. |
scope local|cluster|fabric |
Specify the bridge domain scope. |
Specify any of the following options: |
|
vxlan 0..16777215 |
Specify the VXLAN identifier for the tunnel. |
auto-vxlan|no-auto-vxlan |
Specify the options to automatically assign VXLAN and/or assign to VTEPs. |
description description-string |
Add a bridge domain description. |
rsvd-vlan 1..4093 |
Specify the fabric reserved VLAN for cluster switches for bridge domain. |
local-rsvd-vlan 1..4093 |
Specify the local reserved VLAN for cluster switches for bridge domain. |
Defaults None
History Command introduced in nvOS version 5.2.0
Usage Use this command to create a bridge domain.
Examples To create a bridge domain with the name bd100 and cluster scope, use the command:
CLI network-admin@switch > bridge-domain-create name bd100 scope cluster
bridge-domain-modify
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command modifies a bridge domain.
Syntax bridge-domain-modify
name name-string |
Specify the name for the bridge domain. |
Specify any of the following options: |
|
rsvd-vlan 1..4093 |
Specify the fabric reserved VLAN for cluster switches for bridge domain. |
local-rsvd-vlan 1..4093 |
Specify the local reserved VLAN for cluster switches for bridge domain. |
vnet vnet-name |
Specify the vNET for this bridge domain. |
description description-string |
Modify the description for the bridge domain. |
Defaults None
History Command introduced in nvOS version 5.2.0
Usage Use this command to modify a bridge domain.
Examples To modify the reserved vlan to 25 and the description to main for the bridge domain bd200, use the command:
CLI network-admin@switch > bridge-domain-modify name bd200 rsvd-vlan 25 description main
bridge-domain-delete
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command deletes a bridge domain.
Syntax bridge-domain-delete
name name-string |
Specify the name of the bridge domain. |
Defaults None
History Command introduced in nvOS version 5.2.0
Usage Use this command to delete a bridge domain.
Examples The command below deletes the bridge domain bd200
CLI network-admin@switch > bridge-domain-delete name bd200
bridge-domain-show
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command displays the bridge domain details.
Syntax bridge-domain-show
name name-string |
Specify the name for the bridge domain. |
scope local|cluster|fabric |
Specify the bridge domain scope. |
vxlan 0..16777215 |
Specify the VXLAN identifier for the tunnel. |
auto-vxlan|no-auto-vxlan |
Specify the options to automatically assign VXLAN and/or assign to VTEPs. |
hw-vpn hw-vpn-number |
Specify the hardware VPN number. |
hw-mcast-group hw-mcast-group-number |
Specify the hardware multicast group. |
description description-string |
Sepcify the bridge domain description. |
rsvd-vlan 1..4093 |
Specify the fabric reserved VLAN for cluster switches for bridge domain. |
local-rsvd-vlan 1..4093 |
Specify the local reserved VLAN for cluster switches for bridge domain. |
net-id 0..12287 |
Specify the bridge domain ID. |
peer-net-id 0..12287 |
Specify the peer network ID. |
active yes|no |
Specify the bridge domain active status. |
ports port-list |
Specify the ports assigned to the bridge domain. |
cluster-name cluster-name-string |
Specify the cluster that needs to use the internal VLANs. |
qinq_rsvd_vlan 0..4095 |
Specify the running reserved VLAN for cluster switches for bridge domain. |
Defaults None
History Command introduced in nvOS version 5.2.0.
Usage Use this command to display the bridge domain details.
Examples
CLI network-admin@switch > bridge-domain-create name bd300
bridge-domain-port-add
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command adds ports to a bridge domain.
Syntax bridge-domain-port-add
name name-string |
Specify the name of the bridge domain to which the ports are to be added. |
Specify any of the following options: |
|
switch switch-name |
Specify the name of the switch. |
port port-list |
Specify the ports to be added to the bridge domain. |
outer-vlan 1..4093 |
Specify the outer VLANs for Q-in-Q. |
vlans vlan-list |
Specify the access VLANs for Q-in-Q. |
qinq-untagged-port-vlan 1..4093 |
Specify the VLAN for untagged port for Q-in-Q network. |
inner-vlan 0..4095 |
Specify the inner VLAN for ports assigned to a network. |
Defaults None
History Command introduced in nvOS version 5.2.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
bridge-domain-port-remove
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command removes ports from a bridge domain.
Syntax bridge-domain-port-remove
name name-string |
Specify the name of the bridge domain from which ports are to be removed. |
Specify any of the following options: |
|
switch switch-name |
Specify the name of the switch. |
port port-list |
Specify the ports to be removed from the bridge domain. |
Defaults None
History Command introduced in nvOS version 5.2.0
Usage Use this command to remove ports from a bridge domain.
Examples To remove the ports 22 and 25 from the bridge domain bd400, use the command:
CLI network-admin@switch > bridge-domain-port-remove name bd400 port 22,25
bridge-domain-port-show
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command displays the port information of a bridge domain.
Syntax bridge-domain-port-show
name name-string |
Specify the name of the bridge domain. |
Specify any of the following port arguments: |
|
switch switch-name |
Specify the name of the switch. |
port port-list |
Specify the ports to be added to the bridge domain. |
active-ports port-list |
Specify the active ports. |
outer-vlan 1..4093 |
Specify the outer VLANs for Q-in-Q. |
vlans vlan-list |
Specify the access VLANs for Q-in-Q. |
qinq-untagged-port-vlan 1..4093 |
Specify the VLAN for untagged port for Q-in-Q network. |
inner-vlan 0..4095 |
Specify the inner VLAN for ports assigned to a network. |
Defaults None
History Command introduced in nvOS version 5.2.0
Usage Use this command to display the port details of a bridge domain.
Examples To display the details of the bridge domain bd100, use the command:
CLI network-admin@switch > bridge-domain-port-show name bd100
bridge-domain-check-maps
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command displays the bridge domain maps.
Syntax bridge-domain-check-maps
Defaults None
History Command introduced in nvOS version 5.2.0.
Usage Use this command to display the bridge domain maps.
Examples
CLI network-admin@switch > bridge-domain-check-maps