MikroTik RouterOS and CDP support

Hi,

Does MikroTik RouterOS fully support CDP (Cisco Discovery Protocol), if not, to what extent?

Look in “/ip neighbor” and its settings, there is some rudimentary support there.

Look in “/ip neighbor” and its settings, there is some rudimentary support there

Thanks, but I’ve already watched it.
That also:
https://help.mikrotik.com/docs/display/ROS/Neighbor+discovery

I need to know what exactly “rudimentary” means in this case?

You need to find that out yourself, because I do not know what “full CDP support” means.

You need to find that out yourself, because I do not know what “full CDP support” means.

in short:

  • Each device configured with CDP periodically sends messages called announcements.
  • Each device advertises at least one address where it can receive Simple Network Management Protocol (SNMP) messages. These announcements also include information about the time to live, or retention time, that receiving devices should remember CDP information before it is deleted.
  • Each device also listens for periodic CDP messages sent by other devices to collect information about them.

Did you already check if RouterOS performs the functions you need?