There is IPv6 MIB supported by routerOS 6.40, but missing ipv6NetToMediaTable table. Newer RFC 4293 ipNetToPhysicalTable is not supported at all.
Is there some other, perhaps proprietary OID, allowing to query MAC address of neigbour address?
I develop a captive portal application and need to track MAC address of client device, so i could cache it authorization data and allow it to roam in a routed environmant. It’s easy when device uses SLAAC or DHCPv6, but Windows prefer using Temporary addresses, making it difficult to figure out it MAC. One solution is to query end router via SNMP, which is done by querying ipv6NetToMediaTable or ipNetToPhysicalTable.