Well slaac automatically configures router advert you should really simplify to something like this only and troubleshoot from there, After getting it working then you can call use your own RA messages.
dhcpv6-pd {
pd 0 {
interface eth1 {
host-address ::1
prefix-id :0
service slaac
}
prefix-length /56
}
rapid-commit enable
}
then if that doesn't work try adding the prefix-only command.
dhcpv6-pd {
pd 0 {
interface eth1 {
host-address ::1
prefix-id :0
service slaac
}
prefix-length /56
}
rapid-commit enable
}
then if that doesn't work try adding the prefix-only command.