7
SCG2013 | Brocade VDX 6740 Switch Configuration Guide for Dell SC Series SANs
2.3
Configure Global LLDP settings to disable DCB
The following commands are issued to disable dcbx-tlv and iscsi-app tlv.
sw0#configure
sw0(config)#
protocol lldp
sw0(conf-lldp)#
no advertise dcbx-iscsi-app-tlv
sw0(conf-lldp)#
no advertise dcbx-tlv
sw0(conf-lldp)#
exit
2.4
Disable Ethernet Fabric on edge ports
sw0(config)#
interface TenGigabitEthernet 1/0/1-48
sw0(conf-if-te-1/0/1-48)#
no fabric isl enable
sw0(conf-if-te-1/0/1-48)#
no fabric trunk enable
sw0(conf-if-te-1/0/1-48)#
exit
2.5
Enable Jumbo MTU
sw0(config)#
interface TenGigabitEthernet 1/0/1-48
sw0(conf-if-te-1/0/1-48)#
mtu 9216
sw0(conf-if-te-1/0/1-48)#
exit
2.6
Enable Switchport
sw0(config)#
interface TenGigabitEthernet 1/0/1-48
sw0(conf-if-te-1/0/1-48)#
switchport
sw0(conf-if-te-1/0/1-48)#
switchport mode access
sw0(conf-if-te-1/0/1-48)#
exit
2.7
Enable link level flow control (802.3x)
sw0(config)#
interface TenGigabitEthernet 1/0/1-48
sw0(conf-if-te-1/0/1-48)#
qos flowcontrol tx off rx on
sw0(conf-if-te-1/0/1-48)#
exit