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:
discover
command (commandline tool) to listening to Mikrotik discovery messagesmndp
package (golang library)
- Install golang and git
- Setup environment:
- Set
GOPATH
to go workspace directory - Set
PATH
to containGOROOT/bin
andGOPATH/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