The MNDP is a proprietary Mikrotik Neighbor Discovery Protocol. The protocol runs on Mikrotik made network equipment similar to CDP which runs on Cisco equipment.
The repository contains source code for 3rd party implementation attempt of MNDP listener written in golang:
discovercommand (commandline tool) to listening to Mikrotik discovery messagesmndppackage (golang library)
- Install golang and git
- Setup environment:
- Set
GOPATHto go workspace directory - Set
PATHto containGOROOT/binandGOPATH/bin
- Set
- Install the discover command by invoking
go get -u github.com/pjediny/mndp/cmd/discover/
Run the discover command from terminal and you should be able to see the incoming MNDP discovery messages.
- Press
<ENTER>to request refresh - Press
<q> <ENTER>to quit