White Papers

BP1024 Scaling and Best Practices for Virtual Workload Environments with the FS7500 43
Appendix B Switch configuration
Use this script to turn on source and destination IP hashing on the switch:
**********************************************************************************
enable
configure
interface port-channel 1
no shut
mtu 9216
exit
interface range gigabit 1/0/1-2 ** ports used to communicate with
ESXi host**
channel-group 1 mode ON ** default hashing is based on source and
destination IP hash**
mtu 9216
exit
copy running-config startup-config
exit