Thu, Mar 26, 2015 at 11:03 AM, Kevin kevin@sidx.org.uk wrote:
I just need to know now what needs to be setup on my router which can then send out the RIP advertisement to the Internet and announce the Subnets that Im using MikroTik hardware which is based on the same logic and routabilities as Cisco hardware
You might try my script: https://github.com/kd7lxl/python-amprapi/#updaterospy
updateros.py reads the list of gateways and routes from the AMPR API and translates that to Mikrotik commands. It simply automates the creation and destructions of IPIP interfaces and static routes. I run it against our routers via cron hourly on my desktop. It is not capable of rip44.
Tom KD7LXL