good morning, im new in this..
i bought rb260gs and i need to import back up the other router 1100…i guess i cant do it..
i wish if anybody could help me,…
the rsc that i need import or to do on RB260GS is bellow.
/interface bridge
add name=bridge_lan
/interface vlan
add interface=bridge_lan name=vlan101-Hospedes vlan-id=101
add interface=bridge_lan name=vlan102-Funcionarios vlan-id=102
/ip pool
add name=dhcp_pool0 ranges=192.168.1.10-192.168.1.20
add name=dhcp_pool1 ranges=192.168.101.1-192.168.101.253
add name=dhcp_pool2 ranges=192.168.102.1-192.168.102.253
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge_lan lease-time=2h name=dhcp1
add address-pool=dhcp_pool1 disabled=no interface=vlan101-Hospedes name=dhcp2
add address-pool=dhcp_pool2 disabled=no interface=vlan102-Funcionarios name=dhcp3
/ip address
add address=192.168.1.254/24 interface=bridge_lan network=192.168.1.0
add address=192.168.101.254/24 interface=vlan101-Hospedes network=192.168.101.0
add address=192.168.102.254/24 interface=vlan102-Funcionarios network=192.168.102.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=8.8.8.8 gateway=192.168.1.254
add address=192.168.101.0/24 dns-server=8.8.8.8 gateway=192.168.101.254
add address=192.168.102.0/24 dns-server=8.8.8.8 gateway=192.168.102.254
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/interface bridge port
add bridge=bridge_lan interface=ether2
add bridge=bridge_lan interface=ether3
add bridge=bridge_lan interface=ether4