IPv6 addresses and equipment match

Working three years with Mikrotik, it works fine!

In the configuration at IP / DHCP Server / Leases you can find the applied addresses together with the host names so you know which equipment has a certain address.

With IPv6 I cannot find a table holding the IPv6 address and the equipment it belongs to. How can I find out without look at all equipment to find the match?

Many thanks for a hint!

Not sure if its exactly what youre looking for but you can see IPv6 neighbors using:

/ipv6/neighbor print where status!="failed"

This will give you the layer2 to layer3 mapping. Note that most hosts will have multiples.

Thanks for your answer. I have tried that and yes indeed it gives a list with MAC addresses. But then the search goes to MAC address in the IPv4 Table to what equipment it is. Takes me a lot of time.
It would be so nice to give a extra field with host name or an other identifier that we humans understand in the IPv6 Neighbor List.
Maybe a request that does not fit the design, that I do not know.

The IPv6 Neighbors List now (in 7.18) has the Host name and Bridge port column (you can turn on the columns if they are not already visible).