Firstly, we reset the router settings without creating a default configuration, for example, via the console.
/system reset-configuration no-defaults=yes skip-backup=yesSecondly, we use the automatic configuration command, which will configure the wireless interface to connect to the access point and create a virtual interface, create a bridge interface, and add both (the main and virtual) interfaces to the bridge ports.
In the settings, we specify the wireless interface, the Wi-Fi network name, and the password.
/interface wireless setup-repeater number=wlan1 ssid=demowifi passphrase=demopasswordThirdly, we add the necessary interfaces to the bridge to the wireless ones and create an IP address on the bridge interface according to your network addressing.
/interface bridge port add bridge=bridge1 interface=all
/ip address add address=192.168.88.2/24 interface=bridge1 network=192.168.88.0Useful links
Source: habr.com
