Hi All.
So we have a VXLAN setup over a third-party network and it works but we do get set limit of throughput around 50mbps now here comes the weird part when we do a btest to te same ip but this time send traffic we get our 1gb up then after that test if you run a receive test you gen your 1gb on receive as well for a few min that is then back to 50 again.
Network layout
2x CCR2004 one on both ends
running OSPF
Latest 7.14.3 on both routers
the one router has two vxlans the other vxlan only has a 100mbps link but its running it full 100mbps
We changed the VXLan port for the connection we are having problems with (don’t know if that is even necessary)
Now doing a btest to the other side (between the to vxlan routers) always gives you 1gb its only when you btest the routers after that when it gest this weird issues.
Far side
/interface vxlan
add mac-address=2E:C1:05:33:9D:19 name=vxlan1 port=8473 vni=1065 vrf=main vteps-ip-version=ipv4
/interface vxlan vteps
add interface=vxlan1 port=8473 remote-ip=10.10.4.121
Nearest
/interface vxlan
add comment=AA mac-address=7E:F7:72:FB:57:03 name=vxlan1064 port=8472 \
vni=1064 vrf=main vteps-ip-version=ipv4
add comment="A" mac-address=DA:C7:D8:3A:0D:96 name=\
vxlan1065 port=8473 vni=1065 vrf=main vteps-ip-version=ipv4
/interface vxlan vteps
add interface=vxlan1064 remote-ip=10.10.4.118
add interface=vxlan1065 port=8473 remote-ip=10.10.4.122
Let me know if you need more info and thank you for any advice.