I use Huawei ME909s-120 with RB922. When using LTE, DHCPv6-client is unable to get address or prefix from the ISP. I have verified that the modem has successfully opened the IPv4 and IPv6 connection:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT^NDISSTATQRY\?"
output: ^NDISSTATQRY: 1,,,"IPV4",1,,,"IPV6"
IPv4 DHCP client is ok, but IPv6 DHCP client on lte1 interface just keeps searching without success. I assume that there is no DHCP server on v6 side, although I have been told that the ISP is using DHCPv6 PD. I can see that the modem has acquired an IPv6 address (address slightly alrered for privacy):
[admin@MikroTik] > /interface lte at-chat lte1 input="AT^DHCPV6?"
output: ^DHCPV6: 2001:999:42:c092:5a2c:8ff0:fe26:9218,::,::,::,2001:998:20::20,2001:998:20::40,150000000,150000000
If I set that IPv6 address on lte1 interface I can successfully reach it from the Internet, which is enough for me.
So… is there a way to assign the modem reported address (acquired using SLAAC?) on the lte1 interface automatically? Or any other suggestions to try?