config rb260gs i cant import by rb1100

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

The 260gs is a switch, running SwOS, the 1100 is a router running ROS.
So there is no way to migrate your config:

  • the switch has only a single IP for administrative purposes, not multiple interface with individual IPs
  • the switch ca not run dhcp servers
  • the switch can not do NAT (masquerade)
  • if it is an old version (not the newer CSS106), it can not even be a dhcp client

The only things you can actually do is basic switching, vlan switching, port mirroring and some L2 filtering.
So it can only take over the function of your bridge, nothing more.