From 96ba5055f4c056d271cf3abc8db9f94709d839ea Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Thu, 30 May 2024 13:01:07 +0000
Subject: [PATCH] Dataplane-in-a-box descriptors:

- Added 3rd router to manifest
---
 dataplane-in-a-box/arista.clab.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dataplane-in-a-box/arista.clab.yml b/dataplane-in-a-box/arista.clab.yml
index 8bed10773..306caf5d9 100644
--- a/dataplane-in-a-box/arista.clab.yml
+++ b/dataplane-in-a-box/arista.clab.yml
@@ -39,6 +39,10 @@ topology:
       kind: arista_ceos
       mgmt-ipv4: 172.20.20.102
 
+    r3:
+      kind: arista_ceos
+      mgmt-ipv4: 172.20.20.103
+
     dc1:
       kind: linux
       mgmt-ipv4: 172.20.20.211
@@ -56,6 +60,7 @@ topology:
         - ip route add 192.168.1.0/24 via 192.168.2.1
 
   links:
-    - endpoints: ["r1:eth1", "r2:eth1"]
+    - endpoints: ["r1:eth2", "r2:eth1"]
+    - endpoints: ["r2:eth3", "r3:eth2"]
     - endpoints: ["r1:eth10", "dc1:eth1"]
-    - endpoints: ["r2:eth10", "dc2:eth1"]
+    - endpoints: ["r3:eth10", "dc2:eth1"]
-- 
GitLab