Is it possible to tunnel CDP through EOIP?
Normally, when a CDP packet is received by a direct neighbor, it is read and dropped (not repeated to other device on same VLAN but not directly connected).
On a cisco interface, you can configure it so that the CDP packet is forwarded with the command "l2protocol tunnel cdp".
On a mikrtoik, I have a bridge setup with ether2 and eoip-tunnel0 in the bridge. I would like to repeat CDP messages received from ether2 through eoip-tunnel0. However, a packet capture shows that CDP messages are received on ether2 but never sent on eoip-tunnel0. Is there any way to change this behavior?