Enhance Docker setup with ExaBGP CLI support and troubleshooting steps. Added named pipes for CLI communication, updated configuration file, and included validation checks for prefixes.txt file creation.
Build and Push Docker Image / build (push) Successful in 3m10s

This commit is contained in:
2025-07-11 16:15:59 +07:00
parent f4050a5839
commit a7684e03a1
3 changed files with 47 additions and 2 deletions
+7 -2
View File
@@ -4,6 +4,12 @@ process load-prefixes {
encoder json;
}
# Настройки CLI
cli {
in /app/run/exabgp.in;
out /app/run/exabgp.out;
}
# Настройки BGP
neighbor 192.168.1.1 {
router-id 192.168.1.100;
@@ -16,9 +22,8 @@ neighbor 192.168.1.1 {
graceful-restart;
}
# Настройки сессии
# Настройки сессии (hold-time автоматически рассчитывает keepalive)
hold-time 90;
keepalive 30;
# Логирование
api {