•
Package Management
•
M3P
Description
MNDP basic function is to assist with automatic configuration of features that are only available
between 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.
Specific features
•
works on interfaces that support IP protocol and have at least one IP address and on all
ethernet-like interfaces even without IP addresses
•
is enabled by default for all new Ethernet-like interfaces -- Ethernet, wireless, EoIP, IPIP
tunnels, PPTP-static-server
•
when older versions 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
Setup
Home menu level: /ip neighbor discovery
Property Description
name ( read-only: name ) - interface name for reference
discover ( yes | no ; default: yes ) - specifies whether the neighbour discovery is enabled or not
Example
To disable MNDP protocol on Public interface:
[admin@MikroTik] ip neighbor discovery> set Public discover=no
[admin@MikroTik] ip neighbor discovery> print
# NAME
DISCOVER
0 Public
no
1 Local
yes
Neighbour List
Home menu level: /ip neigbor
Page 577 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.