On 1/21/2017 12:14 PM, Marius Petrescu wrote:
Our first step to make it run on Mikrotik routers
(this will stop the
route flapping):
Announcing the Mikrotik RIPv2 AMPR Gateway Setup Script 3.0 (21.Jan.2017)
- Added support for tunnels with BGP announced 44net endpoints
If you already use v.2.x, only update ampr_gw and from the archive file
and add manually the new parameter "AmprDefaultGw" to your config file
(see the example file in the archive).
"AmprDefaultGw" can be set to your gateway WAN interface name or the
correct gateway IP for your router.
Hi Marius...added new script and still flaps here.
ampr_config:
#
# RIPv2 based AMPR Tunnel setup script for RouterOS v2.2
#
# by YO2LOJ, Marius <marius(a)yo2loj.ro>
#
# This script holds the runtime parameter definitions
#
# --------------------------------------------------------------
# Setup parameters (change as needed)
#
# These parameters are used by
# the "ampr_gw" script which is
# called by the scheduled "update_ampr"
# wrapper script.
# --------------------------------------------------------------
# Your gateway interface
:global AmprPublicIp "24.115.112.147" ;
# router local AMPR IP
:global AmprMyIp "44.56.53.1" ;
# routing distance for AMPR routes
:global AmprRoutingDistance 50 ;
# global delay between steps
:global AmprDelay "10ms" ;
#gateway IP
global AmprDefaultGw "24.115.112.147" ;