-->

Masalah terkadang membuat kita tumbuh. untuk explore tentang solusi

Recents in Beach

Motivasi Menulis

Border Gateway Protocol ( BGP Confederation ) on Mikrotik

Border Gateway Protocol
Otodidak learner - Previously we have learned about the route reflector which we can use to solve problems on the IBGP full mesh topology Peering. in this Post, we will learn BGP Confederation.
BGP Confederation also we can utilize to overcome the problem of full mesh IBGP peering at, only use a slightly different method to route reflector. BGP Confederation will create a sub-AS on each router IBGP. for more details see the topology that I include.

First we configure the IP address on all routers

[admin@MikroTik] > system identity set name=R1 [admin@R1] > interface bridge add name=lo0 [admin@R1] > ip address [admin@R1] /ip address> add address=22.22.22.1/24 interface=ether1 [admin@R1] /ip address> add address=12.12.12.1/24 interface=ether2 [admin@R1] /ip address> add address=192.168.0.1/24 interface=lo0

[admin@MikroTik] > system identity set name=R2 [admin@R2] > interface bridge add name=lo0 [admin@R2] > ip address [admin@R2] /ip address> add address=22.22.22.2/24 interface=ether1 [admin@R2] /ip address> add address=33.33.33.2/24 interface=ether2 [admin@R2] /ip address> add address=192.168.1.1/24 interface=lo0

[admin@MikroTik] > system identity set name=R3 [admin@R3] > interface bridge add name=lo0 [admin@R3] > ip address [admin@R3] /ip address> add address=33.33.33.3/24 interface=ether1 [admin@R3] /ip address> add address=12.12.12.3/24 interface=ether2 [admin@R3] /ip address> add address=192.168.2.1/24 interface=lo0

we have finished to configure BGP confederation.
Labels: JARINGAN KOMPUTER, MIKROTIK

Thanks for reading Border Gateway Protocol ( BGP Confederation ) on Mikrotik. Please share...!

0 Komentar untuk "Border Gateway Protocol ( BGP Confederation ) on Mikrotik"

Back To Top