Initial commit BGP routing extractor & batch dispatcher
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# IIX / BGP Routing Management
|
||||||
|
|
||||||
|
Proyek ini memuat alat untuk mengakses tabel BGP router Edge MikroTik dan memfilter rute lokal / CDN untuk didistribusikan ke router distribusi bandwidth-management (contohnya untuk ISP Dimensi).
|
||||||
|
|
||||||
|
### Skrip Utama
|
||||||
|
1. **sync_routing.py** : Menyaring tabel routing dari router BGP OS v7 dan menghasilkan `routing-lokal.rsc`.
|
||||||
|
2. **deploy_routes.py** : Mengeksekusi API Bulk Batching MikroTik untuk memasukkan belasan ribu address dengan kecepatan kilat.
|
||||||
|
3. **compare_routing.py**: Alat pelengkap untuk membandingkan output `nice.rsc` dengan ekstraksi BGP API
|
||||||
|
4. **run_bgp_sync.sh**: Master script yang diotomatiskan berjalan menggunakan _crontab_.
|
||||||
Reference in New Issue
Block a user