ZULIKHWAN REPOSITORY
  • ZULIKHWAN REPOSITORY
  • Cisco Networking
    • Router
      • IP Route
      • Static Routing
      • RIP
      • OSPF
      • EIGRP
      • BGP
      • VLAN Routing
      • DHCP
      • ACL
      • VPN
      • CDP
    • Switch
      • VLAN
      • VTP
      • STP
      • PoE
      • EtherChannel
      • Link Aggregation
      • BPDU Guard
      • Port Security
      • CDP
  • DNS
  • VPN
    • TwinGate
  • Firewall
    • Firewall
      • Aliase
      • NAT
    • Services
      • DHCP Server
  • Linux
    • WSL
  • Windows
    • WSL
  • Docker
  • Page
  • Interface
    • Twisted Pair Cable
  • Server
    • DNS Server
      • Bind9
      • Pi-hole
      • AdGuardHome
  • Code
    • Filament Laravel
Powered by GitBook
On this page
  1. Cisco Networking
  2. Router

BGP

BGP (Border Gateway Protocol) adalah protokol penghalaan inter-domain yang digunakan untuk pertukaran maklumat dalam rangkaian yang berbeza, atau sistem autonomi (Autonomous Systems, AS).

  1. Konfigurasi BGP pada router

router bgp [AS-number]
bgp router-id [router-id]
neighbor [ip-address] remote-as [neighbor-AS]

[ip-address] adalah alamat IP jiran dan [neighbor-AS] adalah nombor AS jiran yang anda mahu sambungkan.

network [network-address] mask [subnet-mask]

Memeriksa Status BGP

Command
Fungsi

show ip bgp ne

Status Jiran BGP

show ip bgp

Memaparkan laluan BGP

show ip route bgp

Memaparkan route table BGP

show ip bgp sum

Memaparkan laluan BGP lebih detail

show run | sec router bgp

Memaparkan Konfigurasi BGP

show ip bgp advertised-routes

Memaparkan Rangkaian

Last updated 4 months ago