Interkoneksi BGP Routing: Difference between revisions

Noc (talk | contribs)
Noc (talk | contribs)
Line 10: Line 10:


== Interkoneksi BGP di ISP1 FRR ==
== Interkoneksi BGP di ISP1 FRR ==
# '''Membuat Route-Map''' #
route-map ISP2-IN permit 10
  match ip address prefix-list PUBLIC
  set large-community 65107:65107:65335
  set local-preference 200
exit
route-map ISP2-OUT permit 10
  match ip address prefix-list ISP1
  match large-community ISP1
exit


  # '''Membuat Route-Map''' #
  # '''Membuat Route-Map''' #