Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

🌐 Enterprise Multi-Site BGP WAN Design (Cisco Packet Tracer)

Screenshot 2026-06-26 083704 ## 📌 Overview This project simulates a real-world enterprise WAN where multiple geographically distributed sites connect to an ISP using **Border Gateway Protocol (BGP)**.

Each site operates as its own autonomous system and communicates through the ISP backbone. The lab demonstrates:

  • Inter-domain routing using BGP
  • Site-to-site connectivity over WAN links
  • DHCP services per branch router
  • Realistic enterprise IP addressing design

🏗️ Network Topology

🧭 Design Summary

  • 1 ISP Core Router (2911)
  • 4 Branch Routers (each in separate AS)
  • Each branch contains:
    • WAN link to ISP
    • LAN network with DHCP enabled
    • End devices connected via switch

🌍 Autonomous Systems

Site ASN
Port Moresby AS65100
Lae AS65200
Hagen AS65300
Goroka AS65400
ISP Core AS65000

🧮 IP Addressing Scheme

WAN Links (/30)

Link Network
ISP – Port Moresby 10.0.0.0/30
ISP – Lae 10.0.0.4/30
ISP – Hagen 10.0.0.8/30
ISP – Goroka 10.0.0.12/30

LAN Networks (/24)

Site Network
Port Moresby 192.168.10.0/24
Lae 192.168.20.0/24
Hagen 192.168.30.0/24
Goroka 192.168.40.0/24

⚙️ Technologies Implemented

  • 🧠 BGP (eBGP between ISP and branch routers)
  • 🌐 IPv4 Routing
  • 📡 DHCP (on each branch router)
  • 🔌 Cisco Packet Tracer simulation
  • 🖧 WAN / LAN segmentation

🧪 Validation & Testing

The following tests were successfully completed:

  • BGP neighbor adjacency established across all sites
  • Full end-to-end connectivity between all LAN networks
  • DHCP assignment verified on all branch networks
  • Routing table validation confirms learned BGP routes

🔧 Key Configuration Features

ISP Router (2911)

  • Establishes BGP neighbors with all branch routers
  • Advertises WAN networks to ensure reachability

Branch Routers

Each branch router:

  • Runs eBGP with ISP
  • Advertises its LAN network into BGP
  • Provides DHCP services to local clients

📡 DHCP Configuration (Example)

Each site provides automatic IP assignment:

  • Default gateway = router LAN interface
  • DNS = 8.8.8.8
  • Excluded addresses for network stability

🔁 BGP Configuration Summary

ISP (2911)

  • Maintains eBGP sessions with all branch AS routers
  • Learns and propagates all branch LAN routes

Branch Routers

  • Advertise LAN networks into BGP

  • Establish neighbor relationship with ISP

  • eBGP used for inter-domain routing between ISP and enterprise sites (real ISP architecture simulation)


🧪 Verification Commands

-show ip bgp summary -show ip route -ping



👨‍💻 Author

Jamill Naipao
Port Moresby, Papua New Guinea

Project: Enterprise WAN Simulation | Cisco BGP Multi-Site Routing Lab
Tools: Cisco Packet Tracer
Focus: BGP, WAN Architecture, IP Design, DHCP Services

About

This project simulates a real-world enterprise WAN where multiple geographically distributed sites connect to an ISP using Border Gateway Protocol (BGP).

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors