[admin@CE1] > export /interface bridge add name=bridge1 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /routing bgp instance set default as=10 /ip address add address=1.1.1.1/24 interface=bridge1 network=1.1.1.0 add address=192.168.12.1/24 interface=ether2 network=192.168.12.0 /ip dhcp-client add disabled=no interface=ether1 /routing bgp network add network=1.1.1.0/24 synchronize=no /routing bgp peer add name=peer-to-PE1 remote-address=192.168.12.2 remote-as=234 ttl=default /system identity set name=CE1 /tool romon set enabled=yes [admin@CE1] >