7
Brocade VDX 6940 Switch Configuration Guide for Dell PS Series SANs | SCG3306
2.3
Configure management ports
sw0#
configure
sw0(config)#
interface Management 1/0
sw0(config-Management-1/0)#
ip address <ip address/mask>
sw0(config-Management-1/0)#
exit
2.4
Convert 40GbE ports to 10GbE mode
Note:
For this example, physical ports 1
–5 are converted from 40GbE mode to 4 x 10GbE mode.
sw0(config)#
interface FortyGigabitEthernet 1/0/1-5
sw0(conf-if-fo-1/0/1-5)#
shutdown
sw0(conf-if-fo-1/0/1-5)#
exit
sw0(config)#
hardware
sw0(config-hardware)#
connector 1/0/1-5
sw0(config-connector-1/0/1-5)#
sfp breakout
sw0(config-connector-1/0/1-5)#
end
2.5
Configure port channel
sw0#
configure
sw0(config)#
interface Port-channel 1
sw0(config-Port-channel-1)#
mtu 9216
sw0(config-Port-channel-1)#
switchport
sw0(config-Port-channel-1)#
switchport mode trunk
sw0(config-Port-channel-1)#
qos flowcontrol tx off rx on
sw0(config-Port-channel-1)#
speed 40000
sw0(config-Port-channel-1)#
no shutdown
sw0(config-Port-channel-1)#
exit
2.6
Configure ports for LAG
Note:
For this example, ports 35 and 36 are used for the LAG interconnect.
sw0(config)#
interface FortyGigabitEthernet 1/0/35-36
sw0(conf-if-fo-1/0/35-36)#
no fabric isl enable
sw0(conf-if-fo-1/0/35-36)#
no fabric trunk enable
sw0(conf-if-fo-1/0/35-36)#
channel-group 1 mode active type brocade
sw0(conf-if-fo-1/0/35-36)#
no cee
sw0(conf-if-fo-1/0/35-36)#
no lldp disable
sw0(conf-if-fo-1/0/35-36)#
no shutdown
sw0(conf-if-fo-1/0/35-36)#
exit