feat: Implement SSH-triggered BGP route export with log polling and validation, and update queue limits with a new profile.

This commit is contained in:
Wartana
2026-03-03 22:13:30 +08:00
parent 482451f534
commit a91909f731
4 changed files with 104 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# AUTO-SYNC BGP ROUTING TO DISTRIBUTION ROUTERS
# Dijalankan via Cron Job
# Dijalankan via Cron Job jam 04:00
cd /home/wartana/myApp/iix/
source venv/bin/activate
@@ -9,6 +9,7 @@ echo "=================================================="
echo "Memulai Sinkronisasi BGP: $(date)"
# 1. Ekstrak rute BGP Lokal dari Core (menghasilkan routing-lokal.rsc)
# Script ini secara internal akan melakukan call SSH dan log polling
python3 sync_routing.py
if [ $? -eq 0 ]; then