Interkoneksi BGP Routing: Difference between revisions

Noc (talk | contribs)
Noc (talk | contribs)
Line 14: Line 14:
  # Menambahkan GPG key
  # Menambahkan GPG key
  route-map ISP2-IN permit 10
  route-map ISP2-IN permit 10
match ip address prefix-list PUBLIC
  match ip address prefix-list PUBLIC
set large-community 65107:65107:65335
  set large-community 65107:65107:65335
set local-preference 200
  set local-preference 200
  exit
  exit


  route-map ISP2-OUT permit 10
  route-map ISP2-OUT permit 10
match ip address prefix-list ISP1
  match ip address prefix-list ISP1
match large-community ISP1
  match large-community ISP1
  exit
  exit