BGP Community LOCAL – AS
Assalamualaikum temen – temen.. kembali lagi di blogg saya.. diblog kali ini saya ingin melanjutkan materi BGP sebelumnya yaitu BGP Attribute Community NO-ADVERTISE dan kali ini kita akan ngebahas yang sudah ada di judul.. yaitu BGP Attribute Community LOCAL AS, nah seperti yang saya bilang di blogg sebelumnya.. bahwa BGP Attribute Community ini ada banyak macam nya yaa. Nah sekarang kita akan ngebahas salah satu nya…
jadi inti dari BGP Community LOCAL AS itu layaknya seperti vlan, dalam satu as bgp dibagi lagi menjadi sub as, istilahnya dalam jaringan internal bgp, kita buat seolah - olah ada jaringan external, karena kita akan bedakan lagi as nya...
Dan BGP Community local as ini hanya dapat terhubung pada 1 as nya saja jadi untuk router yang beda as tidak akan muncul di tabel routingnya.
karena ini adalah blogg lanjutan, jadi saya hanya melakukan konfigurasi yang hanya ada pada blogg ini saja... untuk temen - temen yang ingin baca blogg ini, ada baiknya bisa liat dulu di blogg - blogg saya sebelumnya, karena disini saya tidak mengulang konfigurasi - konfigurasi dasar.
Untuk konfigurasi dasarnay temen - temen bisa liat pada blogg saya sebelumnya di link ini :
👉https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-bgp-attribute-community-no_23.html
(BGP Attribute Community NO ADVERTISE)
👉https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-bgp-attribute-community-no.html
(BGP Attribute Community NO EXPORT) - Lab 8 BGP
👉https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-bgp-attribute-origin.html
( BGP Attribute ( Origin ) - Lab 7 BGP
👉https://insinyurbocah2109.blogspot.com/2020/10/bgp-routerreflector-assalamualaikumteme.html
( BGP Route Reflector ) - Lab 6 BGP
👉https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-bgp-authentication.html
( BGP Authentication ) - Lab 5 BGP
👉 https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-bgp-next-hop-self.html
( BGP Next Hop Self ) - Lab 4 BGP
👉 https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-ebgp-peering.html
( eBGP Peering ) - Lab 3 BGP
👉https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-ibgp-peering-loopback.html
( iBGP Peering Loopback ) - Lab 2 BGP
👉https://insinyurbocah2109.blogspot.com/2020/10/belajar-bgp-ibgp-peering-konfigurasi.html
( iBGP Peering Konfigurasi Dasar ) - Lab 1 BGP
*Oke? langsung ke konfigurasinya.....
TOPOLOGI
R1
R1-TKJB#conf t
Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.
R1-TKJB(config)#no router bgp 123
R1-TKJB(config)#router bgp 12
R1-TKJB(config-router)#bgp conf iden 123
R1-TKJB(config-router)#neigh 12.12.12.2 remote 12
R1-TKJB(config-router)#exit
R1-TKJB(config)#
R1-TKJB(config)#
R1-TKJB(config)#acc 2 permit 11.11.11.11
R1-TKJB(config)#route-map LOCAL-AS
R1-TKJB(config-route-map)#match ip add 2
R1-TKJB(config-route-map)#set commu local-as
R1-TKJB(config-route-map)#exit
R1-TKJB(config)#
R1-TKJB(config)#router bgp 12
R1-TKJB(config-router)#neigh 12.12.12.2 route-map local-as out
R1-TKJB(config-router)#neigh 12.12.12.2 send-commu
R1-TKJB(config-router)#netgh 11.11.11.11 mask 255.255.255.255
R1-TKJB(config-router)#exit
R1-TKJB(config)#
R2
R2-TKJB#conf t
Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.
R2-TKJB(config)#
R2-TKJB(config)#no router bg 123
R2-TKJB(config)#router bg 12
R2-TKJB(config-router)#bgp conf iden 123
R2-TKJB(config-router)#bgp conf peer 3
R2-TKJB(config-router)#neigh 12.12.12.1 remote 12
R2-TKJB(config-router)#neigh 12.12.12.1 next-hop-self
R2-TKJB(config-router)#neigh 23.23.23.3 remote 3
R2-TKJB(config-router)#neigh 23.23.23.3 next-hop-self
R2-TKJB(config-router)#neigh 24.24.24.4 remote 4
R2-TKJB(config-router)#net 22.22.22.22 mas 255.255.255.255
R2-TKJB(config-router)#exit
R2-TKJB(config)#
R3
R3-TKJB#conf t
Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.
R3-TKJB(config)#no router bgp 123
R3-TKJB(config)#rout
R3-TKJB(config)#router bgp 3
R3-TKJB(config-router)#bgp conf iden 123
R3-TKJB(config-router)#bgp conf peer 12
R3-TKJB(config-router)#neigh 23.23.23.2 remote 12
R3-TKJB(config-router)#net 33.33.33.33 mas 255.255.255.255
R3-TKJB(config-router)#exit
R3-TKJB(config)#
PENGECEKKAN!!!!.....
R2
R2-TKJB#do show ip bgp
BGP table version is 5, local router ID is 22.22.22.22
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
*> 4.4.4.4/32 24.24.24.4 0 0 4 i
*>i11.11.11.11/32 12.12.12.1 0 100 0 i
*> 22.22.22.22/32 0.0.0.0 0 32768 i
*> 33.33.33.33/32 23.23.23.3 0 100 0 (3) i
R2-TKJB(config)#do show ip bgp 11.11.11.11
BGP routing table entry for 11.11.11.11/32, version 2
Paths: (1 available, best #1, table default, not advertised outside
local AS)
Not advertised to any peer
Refresh Epoch 1
Local
12.12.12.1 from 12.12.12.1 (11.11.11.11)
Origin IGP, metric 0, localpref 100, valid, confed-internal,
best
Community: local-AS
rx pathid: 0, tx pathid: 0x0
R3
R3-TKJB(config)#do sh ip bgp
Network Next Hop Metric LocPrf Weight Path
*> 4.4.4.4/32 23.23.23.2 0 100 0 (12) 4 i
*> 22.22.22.22/32 23.23.23.2 0 100 0 (12) i
*> 33.33.33.33/32 0.0.0.0 0 32768 i
INGAT!!!
Kesimpulannya :
• Internet : advertise prefix kemanapun gak ada
• No-advertise : jangan advertise network kemanapun
• No-export : jangan advertise network ke e BGP manapun
• Local AS : jangan advertise network ke luar SUB-AS ( Berlaku untuk BGP Confederation )
DONE 😊😊😊
TERIMAKASIH
WASSALAMU'ALAIKUM WR.WB
0 comments:
Post a Comment