Jumat, 23 Oktober 2020

Lab 7. BGP Attribute (Origin)

 Lab 7. BGP Attribute (Origin)


R1

R1(config)#router rip

R1(config-router)#ver 2

R1(config-router)#net 11.11.11.11

R1(config-router)#no auto-summary

R1(config-router)#router bgp 1234

R1(config-router)#redistribute rip

R1(config-router)#no neighbor 4.4.4.4 remote-as 1234

R1(config-router)#exit


R3

R3(config)#router bgp 1234

R3(config-router)#neighbor 34.34.34.4 remote-as 4

R3(config-router)#neighbor 1.1.1.1 next-hop-self

R3(config-router)#exit


R4

R4(config)#no router bgp 1234

R4(config)#router bgp 4

R4(config-router)#neighbor 34.34.34.3 remote-as 1234

R4(config-router)#net 44.44.44.44 mask 255.255.255.255

R4(config-router)#exit


Pengecekan


R3

R3(config)#do show ip bgp

BGP table version is 6, 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

Origin codes: i - IGP, e - EGP, ? - incomplete

    

   Network         Next Hop             Metric  LocPrf Weight  Path

*>i11.11.11.11/32    1.1.1.1                   0    100      0 ?

*> 44.44.44.44/32   34.34.34.4            0             0 4 i


Penting di ingat!!!!

i = route yang berasal dari BGP (eBGP/iBGP) yang diadvertise melalui perintah
network x.x.x mask y.y.y.y

e = route yang berasal dari protocol EGP (saat ini sudah tidak ada protocol tsb)

? = route yang berasal dari protocol lain (Static/RIP/OSPF/EIGRP) yang
diredistribute kedalam BGP.

  • R3 untuk menuju network 11.11.11.11/32 ada code “ ?” nilai origin dariroutenya adalah “?” karena berasal dari protocol routing RIP yang diredistribute kedalam BGP
  • R3 untuk menuju network 44.44.44.44/32 adalah via “4 i” yang artinya Next AS Pathnya adalah AS 4 dan nilai origin dari routenya adalah 









Tidak ada komentar:

Posting Komentar

LAB 1 FORTIGATE BASIC KONFIG

BASIC KONFIG FORTIGATE     Assalamualaikum Warahmatullahi Wabarakaatuh.....       Yaa...  jadi kali ini saya akan menjelaskan tutorial basic...