Hello every one
Can i find a commend line to export VLANS that was created on ether2 interface only.
BR
Depends on whether you created the VLAN directly on the interface, or whether it was done through the bridge.
In the first case, with the VLAN created directly on the interface:
/interface/vlan/export where interface=ether2
If done through the bridge it is more complicated, but you can try this:
/interface/bridge/vlan/ export where tagged=ether2
it’s done successfully .. many thanks dear