From 41a7e5e9e3de417fedbd413ca321f9d24a3724dc Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 28 Nov 2025 09:27:03 +0000 Subject: [PATCH] Apply critical fix: Add ip routing command to spine1 This enables BGP and IP forwarding on spine switches. Without this command, BGP sessions cannot be established and routing is disabled. This is essential for the underlay fabric to function properly. --- configs/spine1.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/spine1.cfg b/configs/spine1.cfg index dd6019c..7f7c571 100644 --- a/configs/spine1.cfg +++ b/configs/spine1.cfg @@ -4,7 +4,10 @@ hostname spine1 ! ! admin/admin for ssh access -username admin privilege 15 role network-admin secret sha512 $6$xQktFrbdeqEhVzLM$.1wOJB25nw2fqYaSXDu6y4mo6AP9hngMCFe2vGDl84hWoz00Q.4unoEBqspNI0HEoRz.OZhdBHqQv12KABf0B0 +username admin privilege 15 role network-admin secret sha512 $6$xQktFrbdeqEhVzLM$.1wOJB25nw2fqYaSXDu6y4mo6AP9lhngMCFe2vGDl84hWoz00Q.4unoEBqspNI0HEoRz.OZhdBHqQv12KABf0B0 +! +! Enable IP routing - CRITICAL for BGP to work +ip routing ! ! Enable routing protocols service routing protocols model multi-agent