[Solved] OSPF passive-interface for dynamic interfaces

Hello, guys!

I need help.
I was configuring OSFP:

  1. Defined all networks, that I need to be anounced (local network, VPN-server users, tunnels network).
  2. All interfaces appeared dynamicly.
  3. I added local interfaces staticly and made it passive.
    Everything works great. OSPF sends hello only in tunnels but not in local network.

But I have a problem with VPN-server users.
When user connect to my Mikrotik, dynamic interface appears.
I have more than 100 users and don’t want add all of them as interfaces. They have only PPP secret and their own profile and ip-pool.
I can’t understad how to set passive-interface default (like cisco) for OSPF in mikrotik?
Or how to make some single summary virtual interface for all vpn users passive?

Hope you will help me. Thanks.

/routing ospf interface
add passive=yes

Oh, that simple…
So stupid. Thank you.