Hide Neighbors, how?

How to avoid Mikrotik devices (router or wireless), from being seen, in IP Neighbour or Winbox login?
(disabling Discovery Interface will only stop a router to see other Mikrotiks, but not vice versa)

Can do it with having vlan setup on each device, but is it the only way?


Thx

I am not understanding your scenario totally… but I tested 2.9.48 & 3rc10.
When I disable an interface under Discovery Interfaces I can no longer pick up the router with either winbox nor another router on said interface.

If for some strange reason this does not work for you. You could add a firewall rule to stop the traffic.

/ ip firewall filter add chain=output action=drop src-port=5678 protocol=udp comment=“” disabled=no

you can also disable mac-telnet server.

Thanks! It works with the firewall rule.

This is what i would like to achieve:
User (a client) with winbox (or router installed) within their network, that i dont want them to be able to see any mikrotiks above their network when they hit “…” in winbox login dialog. :wink: