Hello,
I have the following problem: I have multiple 5945 and 5710 in use. I want to create VXLAN Tunnles for e.g. MGMT VLANs to a Aruba 6300. On the 5945s all works great, but on the 5710 the VXLAN L3 Feature does not quite work. I have enabled hardware-resource vxlan l3gw16k. I have a working Tunnel between a 5710 and the 6300. On the 6300 is a Switch connected which should be in the MGMT network that is routed by the 5710. The Tunnel works, I see the MAC and ARP and FIB entries on the 5710 but I can't ping the switch behind the 6300 from a different network. On the switch behind the 6300, I can ping all other MGMT IPs in the same network (over the Tunnel) and I can ping the gateway address on the VSI-Interface on the 5710 but nothing further. I can also ping the switch behind the 6300 from the 5710. All switches have the latest firmware release (R6715P01HS02 on the 5710).
Does anybody have an Idea what the problem could be? The VXLAN configuration guide for the 5710 does not show any configuration difference between e.g. a 5710 and a 5945 beside the diffrent hardware-resouce vxlan mode name.
Best Regards
Paul
All config lines related to the Tunnel on the 5710:
system-working-mode standard
hardware-resource switch-mode 1
hardware-resource routing-mode ipv6-64
hardware-resource vxlan l3gw16k
#
vxlan vlan-based
#
vlan 174
name MgmtSwitch
description MgmtSwitch
vxlan vni 174099
#
l2vpn enable
#
vsi 174
gateway vsi-interface 174
vxlan 174099
tunnel 5020
#
interface Vsi-interface174
ip address 10.174.99.254 255.255.255.0
#
interface Tunnel5020 mode vxlan
source 10.174.99.1
destination 10.174.48.249
#
-------------------------------------------