Translate

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...

LAB 04 - eBGP multihop

1. MikroTik-1 /interface bridge add name=lo add name=network /routing bgp instance set default as=100 router-id=1.1.1.1 /ip address add address=12.12.12.1/30 interface=ether1 add address=1.1.1.1 interface=lo add address=100.100.100.100 interface=network /ip route add distance=1...

LAB 03 - eBGP 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=200 /system...

LAB 02 - iBGP on Loopback Interface

1. MikroTik-1 /interface bridge add name=lo add name=network /routing bgp instance set default as=100 router-id=1.1.1.1 /ip address add address=1.1.1.1 interface=lo add address=12.12.12.1/30 interface=ether1 add address=10.10.10.10 interface=network /ip route add distance=1 dst-address=2.2.2.2/32...
Loading...