Postingan

Menampilkan postingan dari November, 2020

CCNP - BGP Router Reflector

Gambar
Lab 6 Router Reflector Route reflector sebenarnya a dalah router BGP yang diperbolehkan untuk melanggar aturan seperti ditulis diatas. Route reflector dapat melakukan routing update yang diperoleh dari iBGP peer ke iBGP peer yang lain dalam kondisi tertentu. Dengan cara ini, maka kebutuhan untuk topologi full-mesh dapat diatasi dan jaringan dapat diperbesar dengan mudah Jenis peer ada 3, -eBGP perr -Router reflector peer -Router reflector non client peer Untuk topologi kita pakai 4 router Langsung saja kita mulai Pada i-BGP peernya harus full mesh • R1 peers ke R2, R3, R4  • R2 peers ke R1, R3, R4  • R3 peers ke R1, R2, R4  • R4 peers ke R1, R2, R3 Konfig IP pada router 3 dan 4, untuk router 1 dan 2 masih sama seperti sebelumnya R3(config)#int ra f1/0, f0/0 R3(config-if-range)#no shutdown   R3(config-if-range)#int f0/0 R3(config-if)#ip address 23.23.23.2 255.255.255.0 R3(config-if)#int f1/0  R3(config-if)#ip add 34.34.34.3 255.255.255.0  Konfigurasi BGP dan EIGRP pada router masing ma

CCNP - BGP Authentication

Lab 5 BGP Authentication BGP authentication ini adalah berfungsi untuk mengamankan si Routing BGP nya dari router atau network yang tak dikenali sehingga lebih aman.Nah jiak suatu network ingin join ke Routingan BGP, maka harus mengkonfigurasi authentication nya dulu agar bisa saling terhubung dan begitu terus kalo ada yang mau join harus konfig authenticationnya dulu. Nah authentication ini seperti semacam kode tertentu, yang bebas kita buat, dan kode tersebut harus sama dengan yang lain, jadii walaupun sudah di konfigurasi BGP nya tapi tidak di konfigurasi authenticationnya maka tidak akan bisa saling terhubung Langsung aja kita mulai R1(config)#router bgp 12  R1(config-router)#neighbor 12.12.12.2 password IDNMANTABS R2(config)#router bgp 12  R2(config-router)#neighbor 12.12.12.1 password IDNMANTABS Kita cek di R1 R1(config)#do sh ip bgp summary  Neighbor           V              AS MsgRcvd MsgSent       TblVer     InQ  OutQ  Up/Down State/PfxRcd  12.12.12.2      4         12       

CCNP - BGP Next Hop Self

Lab 4 Next Hop  Self BGP Next-Hop Self adalah salah satu konfigurasi pada routing BGP yang sangat penting jadi tujuannya adalah agar gateway dari sebuah router untuk melewati router yang mengaktifkan nexthop self ini akan digunakan sebagai gateway. R1(config)#router bgp 12  R1(config-router)#neighbor 12.12.12.2 remote-as 12  R2(config)#router bgp 12  R2(config-router)#neighbor 12.12.12.1 remote-as 12  R2(config-router)#neighbor 23.23.23.3 remote-as 3  R3(config)#router bgp 3  R3(config-router)#neighbor 23.23.23.2 remote-as 12  R3(config-router)#network 3.3.3.3 mask 255.255.255.255  R1(config)#do show ip bgp  BGP table version is 1, local router ID is 11.11.11.11  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  * i3.3.3.3/32        23.23.23.3                0   100       0 3 i  Di sini kita tidak me