[admin@ISP1] > export /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /routing bgp instance set default as=1 /ip address add address=192.168.10.1/24 interface=ether1 network=192.168.10.0 add address=192.168.12.1/24 interface=ether2 network=192.168.12.0 add address=192.168.13.1/24 interface=ether3 network=192.168.13.0 add address=192.168.14.1/24 interface=ether4 network=192.168.14.0 /ip dhcp-client add disabled=no interface=ether1 /routing bgp peer add name=peer-to-R1 remote-address=192.168.10.10 remote-as=10 ttl=default add name=peer-to-ISP2 remote-address=192.168.12.2 remote-as=2 ttl=default add name=peer-to-ISP3 remote-address=192.168.13.3 remote-as=3 ttl=default add name=peer-to-R4 remote-address=192.168.14.4 remote-as=1 ttl=default /system identity set name=ISP1 /tool romon set enabled=yes [admin@ISP1] >