Skip to content

Add BGP and EIGRP routing protocols to presentation documentation#7

Draft
Copilot wants to merge 3 commits into
mainfrom
copilot/update-presentation-bgp-eigrp
Draft

Add BGP and EIGRP routing protocols to presentation documentation#7
Copilot wants to merge 3 commits into
mainfrom
copilot/update-presentation-bgp-eigrp

Conversation

Copilot AI commented Dec 20, 2025

Copy link
Copy Markdown
Contributor

Updates PRESENTATION.md to document the multi-protocol routing architecture, specifically BGP routing between Router-C (Library building) and ISP_2, plus EIGRP edge segment routing.

Multi-Protocol Architecture

BGP (Border Gateway Protocol)

  • Router-C (Building C - Services & Library) establishes BGP peering with ISP_2
  • AS 65001 (Campus) ↔ AS 65000 (ISP_2) over 10.0.0.0/8
  • OSPF routes redistributed into BGP for external advertisement
router bgp 65001
 bgp router-id 10.0.0.2
 neighbor 10.0.0.1 remote-as 65000
 network 192.168.0.0 mask 255.255.0.0
 redistribute ospf 1

EIGRP (Enhanced Interior Gateway Routing Protocol)

  • ISP_2 runs EIGRP AS 100 to edge routers
  • Router-E1: 11.0.0.0/8 link, 13.0.0.0/8 LAN
  • Router-E2: 12.0.0.0/8 link, 14.0.0.0/8 LAN

Documentation Updates

  • Slide 1: Added multi-protocol routing objectives
  • Slide 2: Network diagram now shows ISP_2 with BGP/EIGRP connections
  • Slide 3: Library building BGP connectivity highlighted
  • Slide 7: Expanded from OSPF-only to multi-protocol (OSPF + BGP + EIGRP) with configuration examples
  • Slide 13: Updated technical specs (8 routers, routing protocol details)
  • Slide 15: Added BGP/EIGRP verification commands
  • Slide 16: Q&A additions for multi-protocol rationale and BGP placement
  • Appendix: Added show ip bgp summary and show ip eigrp neighbors commands

Additional Changes

  • Removed all Cisco ASA Firewall references (security layer model, budget line items)
  • Corrected router count: 8 total (5 campus + 1 ISP_2 + 2 edge)
  • Security architecture updated to 3-layer model (ACLs, VLANs, SSH authentication)

All network addressing and configurations match existing Smart_Campus_Network_Design_Report.md and Packet_Tracer_Implementation_Guide.md.

Original prompt

On PRESENTATION.md, add bgp routing between library and library quarry station and eigrp on the that statoin use other files to know about them
update the presentaion with that


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits December 20, 2025 21:53
- Updated Slide 1 to mention multi-protocol routing architecture
- Enhanced Slide 2 network architecture diagram with ISP_2, BGP, and EIGRP
- Updated Building C (Library) section to highlight BGP connection to ISP_2
- Completely revamped Slide 7 to include OSPF, BGP, and EIGRP protocols
- Added BGP routing details between Router-C (Library) and ISP_2
- Added EIGRP edge segment information (ISP_2 to Router-E1 and Router-E2)
- Updated Q&A section with multi-protocol routing question
- Added Q10 about BGP at Library building
- Enhanced Demo section to include BGP and EIGRP verification
- Updated Technical Specifications with routing protocol details
- Updated Appendix with BGP/EIGRP verification commands
- Added edge network IP addressing information

Co-authored-by: AbooSalh <93827342+AbooSalh@users.noreply.github.com>
- Corrected router count from 7 to 8 (2 edge routers, not 1)
- Removed Cisco ASA Firewall from security architecture layers
- Removed firewall protection feature section
- Updated budget line item from "Routers & Firewall" to "Routers"
- Renumbered security features after firewall removal

Co-authored-by: AbooSalh <93827342+AbooSalh@users.noreply.github.com>
Copilot AI changed the title [WIP] Add BGP routing and EIGRP configuration to presentation Add BGP and EIGRP routing protocols to presentation documentation Dec 20, 2025
Copilot AI requested a review from AbooSalh December 20, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants