I use a scenario in which I deliver several VLANs to the same interface of a B-RAS, each one coming from a different OLT or Radio-Base.
All of these VLANs follow the same operating pattern.
All of them with PPPoE or DHCPv4+DHCPv6 services.
Other manufacturers have features to configure an interface as a template, and when a packet from a VLAN or a QinQ "appears", it creates a temporary sub-interface following the template.
Using Juniper's Junos this is done with:
"auto-configure vlan-ranges dynamic-profile"
Using Huawei's VRP this is done with:
"user-vlan any-other"
I'm looking for a way to do this with RouterOS.
But I couldn't think of anything similar.
I searched a lot about this in the interface types and couldn't find anything that could be used this way.
Without this, in some scenarios, you have to create 40-50, sometimes 100 interfaces, and repeat and maintain all the configurations.
And even so, when you activate a new OLT, you need a specific intervention in B-RAS to activate that new OLT.
Do any of you have any suggestions on how to achieve auto decapsulation of VLANs following an interface template in RouterOS?