Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.05 KB

About MNDP

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 messages
  • mndp package (golang library)

Installation

  1. Install golang and git
  2. Setup environment:
    • Set GOPATH to go workspace directory
    • Set PATH to contain GOROOT/bin and GOPATH/bin
  3. Install the discover command by invoking
    go get -u github.com/pjediny/mndp/cmd/discover/
    

Using 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

License

MIT License