we have a RB3011 connected to a CCR1036 through a dedicated fiber MPLS connection (capped to 30/30 Mbps).
Latency from RB3011 to CCR is about 3 ms, no jitter, no packet loss.
MTU is 1500.
Between my two routes I have configured a GRE tunnel.
Code: Select all
/interface gre
add allow-fast-path=no !keepalive local-address=10.38.16.6 mtu=1500 name=gre-tunnel remote-address=10.30.1.6
Code: Select all
/tool bandwidth-test direction=receive duration=20 interval=1 user=admin password=**** 10.30.1.6
status: done testing
duration: 20s
rx-current: 28.8Mbps
rx-10-second-average: 28.7Mbps
rx-total-average: 24.1Mbps
lost-packets: 260
random-data: no
direction: receive
rx-size: 1500
Code: Select all
/tool bandwidth-test direction=receive duration=20 interval=1 user=admin password=**** 1.2.3.4
status: done testing
duration: 21s
rx-current: 23.1Mbps
rx-10-second-average: 23.0Mbps
rx-total-average: 20.3Mbps
lost-packets: 699
random-data: no
direction: receive
rx-size: 1500
Which are your experiences with GRE?.
Thank you.
Massimo