[admin@R5] > export /interface bridge add name=bridge1 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /routing bgp instance set default as=35 confederation=2 confederation-peers=24 /routing ospf instance set [ find default=yes ] router-id=5.5.5.5 /ip address add address=192.168.45.5/24 interface=ether4 network=192.168.45.0 add address=192.168.35.5/24 interface=ether5 network=192.168.35.0 add address=5.5.5.5/24 interface=bridge1 network=5.5.5.0 /ip dhcp-client add disabled=no interface=ether1 /routing bgp network add network=5.5.5.0/24 synchronize=no /routing bgp peer add name=peer-to-R3 remote-address=192.168.35.3 remote-as=35 ttl=default add multihop=yes name=peer-to-R4 remote-address=192.168.45.4 remote-as=24 ttl=default /routing ospf network add area=backbone network=192.168.45.0/24 add area=backbone network=192.168.35.0/24 /system identity set name=R5 /tool romon set enabled=yes id=00:00:00:00:00:05 [admin@R5] >