Hello,
I configured DHCP pool and DHCP server:
ipv6 pool add name=myPool prefix=2001:db8:7501::/60 prefix-lenght=62
ipv6 dhcp-server add name=myServer address-pool=myPool interface=bridge
Unfortunatelu it does not work. Do You have a working configuration?
It depends on what exactly means “doesn’t work”. The DHCPv6 server in RouterOS only delegates prefixes to other routers, not individual addresses to end hosts. And /ipv6 firewall filter rules in chain input must allow incoming UDP traffic to port 547 on the server, and incoming UDP traffic to port 546 on the client, because the client’s request goes to a broadcast address whereas the server’s response comes from a unicast address, so connection tracking cannot recognize the response as connection-state=established.