Community discussions

MikroTik App
 
guigolm
just joined
Topic Author
Posts: 1
Joined: Tue Jul 23, 2019 8:43 pm

Turn off Neighbor discovery

Thu Jan 28, 2021 3:56 pm

Hello guys.
How could i turn off the neighbor discovery for every client on my network? Is that a possible way to do that?
I've tried filter rules, blocking port 5678, 4224 and 8291 with no success.
I can of course turn the discovery off in my device, but for example if a client adds another MK in his network, he will be able to see some devices on neighbors and even try to connect with mac-telnet.


Sorry for my bad english, i can try to elaborate more if needed.
 
MerManMaid
just joined
Posts: 2
Joined: Fri Feb 26, 2021 7:04 am

Re: Turn off Neighbor discovery

Fri Feb 26, 2021 7:29 am

Assuming you're filtering all ingress traffic matching UDP port 5678, neighbor discovery should break. Can you post the configuration you're using?
 
User avatar
cdiedrich
Forum Veteran
Forum Veteran
Posts: 997
Joined: Thu Feb 13, 2014 2:03 pm
Location: Basel, Switzerland // Bremen, Germany
Contact:

Re: Turn off Neighbor discovery

Fri Feb 26, 2021 10:48 am

You're talkinmg about clients - so I guess you provide Internet service?
And your client-facing network is basically just a L2 domain and you want to totally block discovery within this domain? So not just making your Tik devices invisible to them but also theirs from one another?
Then it depends on your client-facing switches to block these ports.
-Chris
 
padar
just joined
Posts: 3
Joined: Thu Feb 22, 2018 11:06 pm
Location: Hungary, Szeged
Contact:

Re: Turn off Neighbor discovery

Thu Apr 04, 2024 11:16 am

If you want to check at client side, filtering rules works fine. Use this tool:

MikroTik Neighbor Discovery Protocol Tools
https://github.com/xmegz/MndpTray
 
TheCat12
Member Candidate
Member Candidate
Posts: 176
Joined: Fri Dec 31, 2021 9:13 pm

Re: Turn off Neighbor discovery

Thu Apr 04, 2024 7:41 pm

I'd suggest creating an empty interface list and specifying it as the discover-interface-list in /ip/neighbor/discovery-settings
 
greggio
just joined
Posts: 12
Joined: Fri Feb 16, 2024 8:24 pm

Re: Turn off Neighbor discovery

Fri Apr 12, 2024 11:16 pm

That's easy to do using the command bellow:
/ip neighbor discovery-settings set discover-interface-list="replace with the interface list you want"
I suggest that you limit not only by neighbors but by MAC discovery too, using the command bellow:
/tool mac-server set allowed-interface-list="replace with the interface list you want"
/tool mac-server ping set enabled=no
/tool mac-server mac-winbox set allowed-interface-list="replace with the interface list you want"

Who is online

Users browsing this forum: No registered users and 75 guests