I would like to use bridge horizon on a dynamically added port (more specifically, a PPP connection) to prevent clients in the bridge from talking to each other.
However, I cannot find how to do this. Setting a horizon value directly doesn’t work:
[admin@RouterOS] > /interface bridge port set 10 horizon=1
failure: can not change dynamic port
But I’m also unable to find horizon option in /ppp profile:
[admin@RouterOS] /ppp profile> set 0
address-list comment local-address queue-type use-encryption
bridge dns-server name rate-limit use-mpls
bridge-path-cost idle-timeout only-one remote-address wins-server
bridge-port-priority incoming-filter outgoing-filter session-timeout
change-tcp-mss insert-queue-before parent-queue use-compression
Is it even possible to use bridge horizon on dynamic ports?