LAB 01 - iBGP on Physical Interface

1. MikroTik-1
/interface bridge
add name=lo
/routing bgp instance
set default as=100
/ip address
add address=12.12.12.1/30 interface=ether1
add address=1.1.1.1 interface=lo
/routing bgp network
add network=1.1.1.1/32
/routing bgp peer
add name=peer1 remote-address=12.12.12.2 remote-as=100
/system...