Hi
I'm working on IPv6 for a small cablenet provider.
I've problems getting Prefix delegation to work. It seems like RouterOs miss a feature to allocate routes, Cisco has it on their routers:
From:
http://www.cisco.com/c/en/us/td/docs/io ... agent.html
DHCPv6 Relay Agent Notification for Prefix Delegation
........ the relay agent extracts the information about the prefix that is being delegated and inserts an IPv6 static route matching the prefix delegation information onto the relay agent. Future packets destined to that prefix via relay will be forwarded based on the information contained in the prefix delegation. The IPv6 static route is then left in the routing table until the prefix delegation lease time expires or the relay agent receives a release packet from the client releasing the prefix delegation.
The only way I can make this work is by injecting scripts on my dhcp server sending routes to the mikrotik router for each prefix reservation.
Am I missing something ? Is it possible to get prefix delegation to work without the static routes ?
/Henrik