Agent 6: Mission Critical BGP in the Post-Apocalypse
🌆 Mission: BGP — Operation Last Packet
Agent 6: Mission Critical BGP in the Post-Apocalypse

our last hope…
🌆 Mission: BGP — Operation Last Packet
Prologue: The Digital Wasteland
Dunia telah runtuh. Jaringan global hancur, kabel-kabel terputus, dan komunikasi antar-PC menjadi sulit bahkan berbahaya. Di tengah reruntuhan digital ini, setiap paket data adalah informasi vital yang harus sampai ke tujuan.
Kamu, Agent 6, adalah salah satu dari sedikit survivor yang mampu menavigasi dunia pasca-bencana ini. Dengan R1 dan R2 sebagai outpost kritis di Autonomous System yang berbeda, tugasmu jelas: aktifkan jalur eBGP, bentuk neighbor antar-router, dan pastikan suplai data rahasia sampai ke PC tujuan. Setiap hop adalah checkpoint berbahaya — kesalahan kecil bisa membuat informasi hilang selamanya.
Phase 1: Establishing Survivor Bases
Sebelum memulai misi, siapkan markas dan hub komunikasi:
- PC1 (Survivor Hub 1): 192.168.3.1 (/25), default gateway 192.168.3.2
- PC2 (Survivor Hub 2): 192.168.6.1 (/25), default gateway 192.168.6.2
- Router 1 (R1 — Outpost 1):
- Fa0/0 → 192.168.3.2 (/25)
- Fa0/1 → 10.3.6.1 (/30)
- Router 2 (R2 — Outpost 2):
- Fa0/0 → 192.168.6.2 (/25)
- Fa0/1 → 10.3.6.2 (/30)
🌟 Kode misi: x = 3 (Task 3), y = 6 (Absen )
Phase 2: Awakening the BGP Pathways
Aktifkan jalur eBGP agar paket data vital bisa menembus reruntuhan:
R1 — Activate Outpost 1
Router> enable
Router# configure terminal
Router(config)# router bgp 65001
Router(config-router)# neighbor 10.3.6.2 remote-as 65002
Router(config-router)# network 192.168.3.0 mask 255.255.255.128
Router(config-router)# exit
Router(config)# end
R2 — Activate Outpost 2
Router> enable
Router# configure terminal
Router(config)# router bgp 65002
Router(config-router)# neighbor 10.3.6.1 remote-as 65001
Router(config-router)# network 192.168.6.0 mask 255.255.255.128
Router(config-router)# exit
Router(config)# end
🛡️ Reminder: R1 dan R2 harus berada di AS berbeda agar jalur eBGP terbentuk.
Phase 3: Verifying the Supply Lines
Checkpoint 1: Neighbor Status
R1# show ip bgp summary
R2# show ip bgp summary
Neighbor muncul → jalur aman, suplai bisa dikirim.
Checkpoint 2: Routing Map
R1# show ip route
R2# show ip route
⚡ Rute BGP muncul → supply line siap digunakan.
Checkpoint 3: Ping — Test the Supply Run
PC1> ping 192.168.6.1
PC2> ping 192.168.3.1
🎯 Paket rahasia berhasil sampai tujuan → suplai aman.
Checkpoint 4: Traceroute — Path of Survival
PC1> traceroute 192.168.6.1
Expected Path:
- 192.168.3.2 → R1 (Outpost 1)
- 10.3.6.2 → R2 (Outpost 2)
- 192.168.6.1 → PC2 (Survivor Hub 2)
🔍 Jalur balik berlaku sama. Setiap hop adalah checkpoint di dunia digital yang hancur.
Epilogue: Mission Complete
Jika semua langkah berhasil:
- eBGP neighbor terbentuk → jalur aman antar-AS
- Routing table lengkap → supply line aktif
- Ping sukses → paket data sampai tujuan
- Traceroute → jalur survival terekam
Selamat, Agent 6! Kamu telah menuntaskan misi “Operation Last Packet” dan menjadi Master of Survival Routing!
메타데이터
- post_id
- 779103b03ef2
- slug
- agent-6-mission-critical-bgp-in-the-post-apocalypse-779103b03ef2
- url
- https://medium.com/@awalinanadyaputri/agent-6-mission-critical-bgp-in-the-post-apocalypse-779103b03ef2
- canonical_url
- https://medium.com/@awalinanadyaputri/agent-6-mission-critical-bgp-in-the-post-apocalypse-779103b03ef2
- author_url
- https://medium.com/@awalinanadyaputri
- status
- ok
- fetched_at
- 2026-07-11 13:32:36