Translating Cisco Config

We’re dumping our Cisco gateway router and moving to a Mikrotik one. One thing I"m having a problem wrapping my head around is RIP. This is my Cisco config:

router rip
version 2
network 64.0.0.0
no auto-summary

How does that translate into RouterOS lingo?

i would use something like:

/routing rip interface add interface=ether1
/routing rip network add address=64.0.0.0/8

see also http://www.mikrotik.com/docs/ros/2.8/routing/rip.content

but i wouldn’t use RIP anymore, OSPF is the better choice.
(http://relcom.net/CURS/OSPF/1.html)

regards
matthias