BGP ORIGINS - BGP #7

 

BGP ORIGINS - BGP

Alat dan Bahan :

  • Laptop / PC
  • EVE NG
          nah untuk lab ini membahas lab BGP yang membahas sebuah origins, origins adalah attribute yang digunakan untuk pemilihan jalur pada BGP. di lab kali ini akan menggunakan sistem redistribute igp to bgp.

perhatikan topologi berikut,



pertama yang harus dilakukan sama seperti biasa yaitu konfigurasi IP dan beserta Loopback nya, pada Router-1, router-2, router-3.

kemudian konfigurasi RIP pada router - 1, dan melakukan redistribute RIP to BGP pada di dalam konfigurasi BGP,

R-1(config)#router rip
R-1(config-router)#ver 2
R-1(config-router)#net 1.1.1.1
R-1(config-router)#no auto-summary

R-1(config)#router bgp 1
R-1(config-router)#neighbor 10.10.10.2 remote-as 1
R-1(config-router)#redistribute rip


kemudian lanjut ke konfigurasi bgp nya pada Router - 2

R-2(config)#router bgp 1
R-2(config-router)#neighbor 10.10.10.1 remote-as 1
R-2(config-router)#neighbor 20.20.20.2 remote-as 2
R-2(config-router)#neighbor 10.10.10.1 next-hop-self


kemudian lanjut ke konfigurasi bgp nya pada Router - 2

R-3(config)#router bgp 2
R-3(config-router)#neighbor 20.20.20.1 remote-as 1


untuk finalnya pengecheckan lagi pada table routing bgp nya,


untuk flag nya akan di jelaskan dibawah sini,

i : Complete bgp configuration
? : incomplete bgp configuration
e : ebgp configuration

Komentar

Postingan populer dari blog ini

EIGRP WITH DISTRIBUTE LIST - EIGRP #1

NAMED ACCESS LIST - ACESS LIST #5

WALLED GARDEN IP LIST - NETWORK MANAGEMENT MIKROTIK #11