I would like to know if it is possible to download the default scripts for mikrotik products. In my case, I have learned a lot by reviewing the default configuration recommended by mikrotik. I am especially interested in the configuration of the CubeG 5ac pack. I would like to know how they optimally solve automatic backup. thank you very much and excuse my bad english.
Shure you can get export to an file
Open terminal
Type
Export file=whatyouwant.txt
I don’t have that device. I am interested in knowing how they solve the automatic backup 5ghz
AP
/interface bonding
add mode=active-backup name=bond1 primary=wlan60-station-1 slaves=wlan60-station-1,wlan1
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=bond1
Station
/interface bonding
add mode=active-backup name=bond1 primary=wlan60-1 slaves=wlan60-1,wlan1
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=bond1
Thanks
Ap
/interface bridge
add admin-mac=11:11:11:11:11:11 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=
20/40/80mhz-XXXX disabled=no frequency=auto installation=outdoor mode=
bridge ssid=MikroTik5G
/interface w60g
set [ find ] disabled=no mode=bridge name=wlan60-1 password=Pass60G ssid=
MikroTik60G
/interface w60g station
add comment=defconf mac-address=22:22:22:22:22:22 name=wlan60-station-1
parent=wlan60-1 remote-address=33:33:33:33:33:33#(MAC Wlan60 Slave)
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-station-1
slaves=wlan60-station-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf
disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik
wpa2-pre-shared-key=Pass5G
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
/ip address
add address=192.168.88.2/24 comment=defconf interface=bridge network=
192.168.88.0
Slave
/interface bridge
add admin-mac=44:44:44:44:44:44 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=
20/40/80mhz-XXXX disabled=no frequency=auto installation=outdoor mode=
station-bridge ssid=MikroTik5G #Important MODE!!!
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 password=pass60G
ssid=MikroTik60G
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-1 slaves=
wlan60-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf
disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik
wpa2-pre-shared-key=pass5G
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
/ip address
add address=192.168.88.3/24 comment=defconf interface=bridge network=
192.168.88.0