
Search the Knowledge Base: |
Search the Knowledge Base: |
This article describes connecting ESX server 3.x to Cisco IOS switches VLAN port.
The following commands are applied on Cisco IOS to configure switch port for VLAN access:
interface GigabitEthernet1/15switchport ( Configures the LAN port for Layer 2 switching)switchport access vlan vlan_ID ( The value can be 1 through 4094, except reserved VLANs)
switchport mode access ( Configures the port to be an access port to prevent trunk negotiation delays)spanning-tree portfast ( Configure port-fast for initial STP delay)
The following is a sample EST topology:
To configure this within the Virtual Infrastructure Client:
To perform VLAN configuration and verification via command line:
Switch Name Num Ports Used Ports Configured Ports MTU UplinksvSwitch0 64 5 64 1500 vmnic3,vmnic1PortGroup Name VLAN ID Used Ports UplinksVM Network 0 0 vmnic1,vmnic3Service Console 0 1 vmnic1,vmnic3Switch Name Num Ports Used Ports Configured Ports MTU UplinksvSwitch2 64 8 64 1500 vmnic2,vmnic0PortGroup Name VLAN ID Used Ports UplinksVMkernel 0 1 vmnic0,vmnic2Service Console 2 0 1 vmnic0,vmnic2Production 0 2 vmnic0,vmnic2