MikroTik Neighbor Discovery Protocol (MNDP))
Document revision 9-Aug-2002
This document applies to the MikroTik RouterOS v2.6
Overview
The MikroTik Neighbor Discovery Protocol (MNDP) eases configuration
and management by enabling each MikroTik router to discover other
connected MikroTik routers and learn information about the system and
features which are enabled. The MikroTik routers can then automatically
use set features with minimal or no configuration.
MNDP features:
- works on IP level connections
- works on all non-dynamic interfaces
- distributes basic information on the software version
- distributes information on configured features that should interoperate with other MikroTik routers
Contents of the Manual
The following topics are covered in this manual:
The MikroTik Discovery Protocol feature is included in the 'system' package.
No installation is needed for this feature.
There is no significant resource usage.
MNDP basic function is to assist with automatic configuration of features
that are only available between two MikroTik routers. Currently this is used
for the 'Packet Packer' feature. The 'Packet Packer' may be enabled on a per interface basis.
The MNDP protocol will then keep information about what routers have enabled
the 'unpack' feature and the 'Packet Packer' will be used for traffic between these routers.
The MikroTik routers must be connected by an Ethernet like interface.
Specific Properties:
- works on interfaces that support IP protocol and have least one IP address
- is enabled by default for all new Ethernet-like interfaces -- Ethernet,
radio, EoIP, IPIP tunnels, PPTP-static-server
- when older version on the RouterOS are upgraded from a version without
discovery to a version with discovery, current Ethernet like interfaces will
not be automatically enabled for MNDP
- uses UDP protocol port 5678
- a UDP packet with router info is broadcasted over the interface every 60 seconds
- every 30 seconds, the router checks if some of the neighbor entries are not stale
- if no info is received from a neighbor for more than 180 seconds the neighbor
information is discarded
IP MikroTik Packet Packer Protocol management can be accessed under
the /ip neighbor submenu:
[admin@MikroTik] ip neighbour>
print print values of item properties
find finds items by value
get get value of item's property
interface interfaces
export
[admin@MikroTik] ip neighbour> print
# INTERFACE ADDRESS MAC-ADDRESS UNPACKING AGE
0 Public 10.5.8.196 00:E0:C5:BC:12:07 yes 23s
1 Public 10.5.8.167 00:E0:4C:39:23:31 yes 0s
2 Public 10.5.8.1 00:80:C8:C9:B0:45 yes 3s
[admin@MikroTik] ip neighbor>
Argument description:
interface – local interface to which the neighbor is connected
address – IP address of the neighbor router
mac-address – MAC-address of the neighbor router
unpacking – identifies if the interface of the neighbor router is unpacking 'Packed Packets'
age – a counter (in seconds) that shows the age of the information
To see the interface settings use:
[admin@MikroTik] ip neighbor interface> print
# NAME DISCOVER
0 Public yes
1 Local yes
[admin@MikroTik] ip neighbor interface>
To change the interface settings, use /ip neighbor interface set command:
[admin@MikroTik] ip neighbor interface> set Public discover=no
[admin@MikroTik] ip neighbor interface> print
# NAME DISCOVER
0 Public no
1 Local yes
[admin@MikroTik] ip neighbor interface>
© Copyright 1999-2002, MikroTik