I read the Wiki on the site, viewed MUM demo's and so on. Is there anyone who can help me to get a bit further.
RB1100
Code: Select all
/ip address
add address=192.168.1.254/24 interface=ether1 network=192.168.1.0
add address=192.168.6.254/24 interface=ether6 network=192.168.6.0
/ip route
add distance=1 dst-address=192.168.2.0/24 gateway=192.168.6.1
/routing pim interface
add alternative-subnets=192.168.2.0/24,192.168.6.0/24
/routing pim rp
add address=192.168.6.254
CCR
Code: Select all
/ip address
add address=192.168.2.254/24 interface=ether2 network=192.168.2.0
add address=192.168.6.1/24 interface=ether6 network=192.168.6.0
/ip route
add distance=1 dst-address=192.168.1.0/24 gateway=192.168.6.254
/routing pim interface
add alternative-subnets=192.168.2.0/24,192.168.6.0/24
/routing pim rp
add address=192.168.6.254