From 182fb9a85f22b8827bd281be57a863acc7e851c8 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:57:38 -0700 Subject: [PATCH 1/2] Fix Juniper base config - Add agg devices so `ae` are available; - Add fiamily ISO to interfaces - Add LLD to all interfaces. The ISIS adj shall be formed over LAGs and Ethernet interfaces with Arista and Cisco at least. --- examples/multivendor/ncptx.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/examples/multivendor/ncptx.cfg b/examples/multivendor/ncptx.cfg index 766aa028..21476b7a 100644 --- a/examples/multivendor/ncptx.cfg +++ b/examples/multivendor/ncptx.cfg @@ -1,3 +1,10 @@ +chassis { + aggregated-devices { + ethernet { + device-count 16; + } + } +} system { root-authentication { encrypted-password "$6$7uA5z8vs$cmHIvL0aLU4ioWAHPR0PLeU/mJj.JO/5pQVQoqRlInK3fJNTLYLhwiDi.Q6gHhltSB3S1P/.raEsuDSH7akcJ/"; ## SECRET-DATA @@ -39,6 +46,7 @@ interfaces { family inet { address 1.2.0.6/30; } + family iso; } } et-0/0/3 { @@ -62,6 +70,7 @@ interfaces { family inet { address 1.2.1.2/30; } + family iso; } } et-0/0/7 { @@ -71,6 +80,7 @@ interfaces { family inet { address 1.2.3.1/30; } + family iso; } } et-0/0/8 { @@ -100,6 +110,7 @@ interfaces { family inet { address 10.0.1.2/30; } + family iso; } } ae1 { @@ -115,6 +126,7 @@ interfaces { family inet { address 10.0.0.6/30; } + family iso; } } ae2 { @@ -130,6 +142,7 @@ interfaces { family inet { address 10.0.3.1/30; } + family iso; } } lo0 { @@ -265,4 +278,7 @@ protocols { point-to-point; } } + lldp { + interface all; + } } From cb19a09315ffb2a4a97ed892ab04f6e5049c1044 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:59:25 -0700 Subject: [PATCH 2/2] Enabling LLDP --- examples/multivendor/xrd.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/multivendor/xrd.cfg b/examples/multivendor/xrd.cfg index 6c657117..6b08b728 100644 --- a/examples/multivendor/xrd.cfg +++ b/examples/multivendor/xrd.cfg @@ -229,3 +229,5 @@ router bgp 100 ! ! ! +lldp +!