Brocade VDX Configuring Switch Port
Configuring the Brocade VDX 6720 for Layer 2 mode. By default, the interfaces are not configured as switch ports.
Example, to enable switchport mode in port 3:
VDX6720# configure
VDX6720(config)# interface TenGigabitEthernet 1/0/3
VDX6720(config-if-te-1/0/3)# switchport
To remove an interface from Layer 2 mode:
VDX6720(config-if-te-1/0/3)# no switchport
To save the configuration changes:
VDX6720# copy running-config startup-config