Supprimer tous les fichiers .rsc et .rif sur un routeur
Ajouter une section d'adresse fixe pour le serveur dhcp Onglet lease de la config du serveur dhcp
The /bridge/vlan defines the VLAN itself as a layer2 feature.
The /interface/vlan is optional and is used to create a layer3 interface facing this particular vlan. This IP will be used for example for mgmt of the device or if hosts in a specific vlan (IP-range) needs a gateway to route their packets through the Mikrotik towards other VLANs (where the Mikrotik have an IP configured for) etc.
So if you want to use your Mikrotik as a switch you will only configure the /bridge/vlan stuff.
If you want to use your Mikrotik as a router you will configure both /bridge/vlan AND /interface/vlan.