diff --git a/internal-lab-setup-assets/startup-config/cisco1.conf b/internal-lab-setup-assets/startup-config/cisco1.conf index 4f9f4b9..f3498e8 100644 --- a/internal-lab-setup-assets/startup-config/cisco1.conf +++ b/internal-lab-setup-assets/startup-config/cisco1.conf @@ -82,10 +82,10 @@ router bgp 64500 route-policy PERMIT_ALL out ! ! - neighbor 198.51.100.2 + neighbor 172.17.1.17 use neighbor-group LAB ! - neighbor 198.51.100.3 + neighbor 172.17.1.19 use neighbor-group LAB ! ! diff --git a/internal-lab-setup-assets/startup-config/cisco2.conf b/internal-lab-setup-assets/startup-config/cisco2.conf index f3a5f72..ae17849 100644 --- a/internal-lab-setup-assets/startup-config/cisco2.conf +++ b/internal-lab-setup-assets/startup-config/cisco2.conf @@ -64,7 +64,7 @@ router static ! ! router bgp 64500 - bgp router-id 198.51.100.1 + bgp router-id 198.51.100.2 address-family ipv4 unicast redistribute connected ! @@ -78,10 +78,10 @@ router bgp 64500 route-policy PERMIT_ALL out ! ! - neighbor 198.51.100.1 + neighbor 172.17.1.16 use neighbor-group LAB ! - neighbor 198.51.100.3 + neighbor 172.17.1.21 use neighbor-group LAB ! ! diff --git a/internal-lab-setup-assets/startup-config/cisco3.conf b/internal-lab-setup-assets/startup-config/cisco3.conf index 5eac46e..b4afe47 100644 --- a/internal-lab-setup-assets/startup-config/cisco3.conf +++ b/internal-lab-setup-assets/startup-config/cisco3.conf @@ -64,7 +64,7 @@ router static ! ! router bgp 64500 - bgp router-id 198.51.100.1 + bgp router-id 198.51.100.3 address-family ipv4 unicast redistribute connected ! @@ -78,10 +78,10 @@ router bgp 64500 route-policy PERMIT_ALL out ! ! - neighbor 198.51.100.1 + neighbor 172.17.1.16 use neighbor-group LAB ! - neighbor 198.51.100.2 + neighbor 172.17.1.20 use neighbor-group LAB ! !