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
Build and Push Docker Image / build (push) Successful in 3m10s
This commit is contained in:
+7
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user