TRACEROUTE - REVERSE DNS

Hi, I’m working in a company where we have cascade of MK routers, and we wanna do troubleshooting using a traceroute utilty, but this utility only reports IP for every hop, so we wanna resolve the host-name in this Pop-up, Could you guide me how to do rDNS (reverse DNS) or PTR Table?

example

❯ traceroute 192.168.0.223
traceroute to 192.168.0.223 (192.168.0.223), 64 hops max, 52 byte packets
1 host-name1 (192.168.0.243) 2.298 ms 1.682 ms 2.313 ms
2 host-name2 (192.168.0.233) 2.398 ms 1.382 ms 2.333 ms
3 host-name1 (192.168.0.223) 2.228 ms 1.622 ms 2.213 ms

Could someone help me?

In the Mikrotik DNS , add static entries for the MT devices.
It will create the corresponding reverse DNS (PTR) entries with the correct syntax for you.
.
Klembord3.jpg

Thank you for your answer, I will try it.

Is it possible to do the same for IPv6 when prefix is dynamic? ::1/64 something like that AAAA record