In a VMware vMSC (vSphere Metro Storage Cluster) setup using VXLAN for network virtualization and spanning multiple datacenters with Cisco Catalyst switches and ISL (Inter-Switch Link) connectivity, you can indeed configure VXLAN without VMware NSX by relying on the capabilities of the physical network switches. Below are the key steps you would typically need:
1. **VXLAN Configuration on ESXi Hosts**:
- Ensure that ESXi hosts in both datacenters have VXLAN enabled and are running compatible versions of VMware vSphere.
- Create and configure a VMware Distributed Switch (VDS) that spans both datacenters. This VDS will be used for VXLAN traffic.
2. **Distributed Switch Configuration**:
- Create a Distributed Port Group on the VDS specifically for VXLAN traffic.
- Enable IGMP Snooping on the Distributed Switch if required for multicast group management (which is common in VXLAN deployments).
3. **Physical Switch Configuration**:
- On the Cisco Catalyst switches, enable VXLAN support, which typically involves configuring the following:
- VLANs: Ensure that the VLANs used for VXLAN are properly configured on the switches.
- Multicast Support: Configure multicast group addresses for VXLAN traffic and ensure proper multicast routing if needed.
- MTU Size: Ensure that the MTU size is consistent across your entire network, including both ESXi hosts and physical switches. VXLAN adds encapsulation, so you might need a larger MTU size.
- ISL Configuration: As you mentioned, you have ISL between datacenters. Ensure that ISL is correctly configured to allow VXLAN traffic to traverse between the datacenters.
4. **VTEP Configuration (VXLAN Tunnel Endpoints)**:
- Configure Virtual Tunnel Endpoint (VTEP) interfaces on the physical switches. These interfaces are responsible for encapsulating and decapsulating VXLAN traffic as it enters and exits the physical network.
5. **VXLAN Segment Configuration**:
- Define VXLAN segments or VNIs (VXLAN Network Identifiers) as needed to segment your network. Each segment represents a separate logical network on top of the physical infrastructure.
6. **Routing Configuration (if required)**:
- If you need to route traffic between VXLAN segments or VNIs across datacenters, you'll need to configure routing on the physical switches.
7. **Testing and Validation**:
- Thoroughly test your VXLAN setup to ensure that traffic flows as expected between virtual machines in different VXLAN segments and across datacenters.
8. **Monitoring and Troubleshooting**:
- Implement monitoring and logging to assist in troubleshooting and maintaining the VXLAN network.
Remember that VXLAN configurations can be complex, and they should align with your specific network design and requirements. It's also crucial to consult the documentation for your Cisco Catalyst switches and follow best practices provided by VMware for VXLAN deployments in a vMSC environment.