TOPOLOGI
topologi dan konfigurasi gunakan yang sebelumnya
R1(config)#no router bgp 12gunakan routing protokol internal seperti RIP, EIGRP, OSPF, maupun static agar loopbacknya bisa di ping
R2(config)#no router bgp 12
R1(config)#router rip
R1(config-router)#network 1.0.0.0
R1(config-router)#network 12.0.0.0
R2(config-if)#router rip
R2(config-router)#network 2.0.0.0
R2(config-router)#network 12.0.0.0
penting untuk memastikan loopbacknya bisa di ping
R1(config-router)#do ping 2.2.2.2selanjutnya konfigurasi BGP peernya, pada command harus ditambahi update-source loopback 0, jika tidak maka yang digunakan adalah interface physicalnya
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/19/36 ms
R1(config-router)#router bgp 12verifikasi BGP adjacency nya
R1(config-router)#neighbor 2.2.2.2 remote-as 12
R1(config-router)#neighbor 2.2.2.2 update-source lo0
R2(config-router)#router bgp 12
R2(config-router)#neighbor 1.1.1.1 remote-as 12
R2(config-router)#neighbor 1.1.1.1 update-source lo0
R1(config-router)#do sh ip bgp sumpada neighbor pastikan ip nya adalah ip loopback dan ada nilai pada State/PfxRcd.
BGP router identifier 1.1.1.1, local AS number 12
BGP table version is 1, main routing table version 1
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
2.2.2.2 4 12 3 3 1 0 0 00:00:34 0
buat loopback baru untuk diadvertise ke BGP
R1(config-if)#int lo1
R1(config-if)#ip add 11.11.11.11 255.255.255.255
R1(config-if)#router bgp 12
R1(config-router)#network 11.11.11.11 mask 255.255.255.255
R2(config-if)#int lo1lakukan verifikasi lagi menggunakan sh ip bgp sum, dan pastikan nilai state/pfxrdc nya 1. lihat route yang diadvertise melalui BGP
R2(config-if)#ip add 22.22.22.22 255.255.255.255
R2(config-if)#router bgp 12
R2(config-router)#network 22.22.22.22 mask 255.255.255.255
R1(config-router)#do sh ip bgp
BGP table version is 3, local router ID is 1.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 11.11.11.11/32 0.0.0.0 0 32768 i
*>i22.22.22.22/32 2.2.2.2 0 100 0 i