Neighbour Viewer (how to write my own?)

I need to implement detection tool (like Neighbour Viewer) in my application.
Can it be done? and how?

The idea is that the application (among other things) detects all routers on the segment so i can select the router to connect to, or add an ip address to connected interface if there is none.


Regards

The viewer uses a proprietary MNDP protocol which is not documented. I think you will not be able to make such issues.

sniff broadcast packets to port 5678 :slight_smile:

also, look at CDP

Noted…


thanks!