Mungkin ada yang belum tau nih masalahnya.. kalau belum tau saya sarankan baca dulu deh lab sebelumnya.. Sekedar mengingatkan ya.. di lab sebelumnya kita punya topologi kayak gini..
Nah tapi masalahnya di R1 ganti AS dari 1 jadi 100.. jadi kita perlu mengkonfigurasikan BGP Local AS agar di R2 tidak perlu mengubah konfigurasi.. tapi ada masalah tuh.. di R2, route untuk menuju 1.1.1.1 AS Pathnya jadi doble, yaitu 1 (AS lama) dan juga 100 (AS baru).. kayak gini nih..
nah lhooo ada masalah juga tuh.. masak R2 kalo pengen ke 1.1.1.1 AS Path nya dobel gitu.. 1 dan 100.. bukannya AS 1 itu AS nya R1 yang lama dan AS 100 itu AS nya R1 yang baru.. kog bisa kedua AS tersebut muncul di AS Path ya.. heheheR2(config-router)#do sh ip bgp BGP table version is 16, local router ID is 2.2.2.2 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path *> 1.1.1.1/32 12.12.12.1 0 0 1 100 i *> 2.2.2.2/32 0.0.0.0 0 32768 i *> 3.3.3.3/32 23.23.23.3 0 0 3 i
Mau lihat juga di R3?? kita coba lihat yaa
Hahahaha ternyata di R3 juga bermasalah tuh..R3(config-router)#do sh ip bgp BGP table version is 20, local router ID is 3.3.3.3 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path *> 1.1.1.1/32 23.23.23.2 0 2 1 100 i *> 2.2.2.2/32 23.23.23.2 0 0 2 i *> 3.3.3.3/32 0.0.0.0 0 32768 i
Untuk mengatasi masalah tersebut.. kita bisa mengkonfigurasikan BGP Local AS no prepend replace as... kyak gini nih konfig nya..
Sekarang kita coba cek lagi di R2 yaaR1(config)#router bgp 100 R1(config-router)#neighbor 12.12.12.2 local-as 1 no-prepend replace-as
Tuh.. udah bener kan.. sekarang AS Pathnya sudah bener tuh.. gak dua duanya di pake (1 dan 100).. yang kepake jadinya tinggal yang local as aja (yang AS 1).. gimana nih kalau di R3?? mau lihat??R2(config-router)#do sh ip bgp BGP table version is 18, local router ID is 2.2.2.2 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path *> 1.1.1.1/32 12.12.12.1 0 0 1 i *> 2.2.2.2/32 0.0.0.0 0 32768 i *> 3.3.3.3/32 23.23.23.3 0 0 3 i
tuh.. udah bener juga yaaa.. oke udah ngerti kan?? sip2.. sampai disini dulu yaa.. semoga bermanfaat..R3(config-router)#do sh ip bgp BGP table version is 18, local router ID is 3.3.3.3 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path *> 1.1.1.1/32 23.23.23.2 0 2 1 i *> 2.2.2.2/32 23.23.23.2 0 0 2 i *> 3.3.3.3/32 0.0.0.0 0 32768 i
Tidak ada komentar:
Posting Komentar
Komentar