[admin@R2] > export /interface bridge add name=bridge1 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /routing bgp instance set default as=24 confederation=2 confederation-peers=35 /routing ospf instance set [ find default=yes ] distribute-default=always-as-type-1 router-id=2.2.2.2 /ip address add address=192.168.12.2/24 interface=ether2 network=192.168.12.0 add address=192.168.24.2/24 interface=ether3 network=192.168.24.0 add address=2.2.2.2/24 interface=bridge1 network=2.2.2.0 /ip dhcp-client add disabled=no interface=ether1 /routing bgp network add network=2.2.2.0/24 synchronize=no /routing bgp peer add name=peer-to-R4 remote-address=192.168.24.4 remote-as=24 ttl=default add name=peer-to-R1 remote-address=192.168.12.1 remote-as=1 ttl=default /routing ospf network add area=backbone network=192.168.24.0/24 add area=backbone disabled=yes network=2.2.2.0/24 /system identity set name=R2 /tool romon set enabled=yes id=00:00:00:00:00:02 [admin@R2] >