VMware Cloud Community
vmproteau
Enthusiast
Enthusiast

Dell Force10 MXL 10/40G switch port configuration for ESXi VST

Can anyone provide guidance? I'm trying to determine the approriate port configuration for ESXi VST with Force10 switching but the IOS and associated commands are quite different from what I'm used to.

Below are the ESXi recommended port configurations for a Cisco switch when using VST. I'm looking for the equivilant switch port configuration for the Dell Force10 MXL10/40G chassis switches.

interface GigabitEthernet1/2

switchport    (Set to layer 2 switching)

switchport trunk encapsulation dot1q (ESXi/ESX only supports dot1q, not ISL)

switchport trunk allowed vlan 10-100 (Allowed VLAN to ESXi/ESX. Ensure ESXi/ESX VLANs are allowed)

switchport mode trunk   (Set to Trunk Mode)

switchport nonegotiate   (DTP is not supported)

no ip address

spanning-tree portfast trunk  (Allows the port to start forwarding packets immediately on linkup)

0 Kudos
1 Reply
lloydm618
Contributor
Contributor

As far as the configuration goes, that's the right configuration. Leave it as such.

Here is the Force10 Docutmentation, you'll prolly have the best luck there.

http://www.force10networks.com/CSPortal20/KnowledgeBase/DOCUMENTATION/CLIConfig/FTOS/Config_8.3.16.1...

A Force10 cheatsheet:

http://www.force10networks.com/CSPortal20/KnowledgeBase/DOCUMENTATION/CLIConfig/FTOS/Archive/CLI-6.5...

I'm not a Force10 guy, I'm all Cisco, but as long as your have the right configs, the specific commands should be similar.

Mike Lloyd TS Engineer II
0 Kudos