Skip to content

Commit

Permalink
fix: how 2 route lolz
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Mar 15, 2024
1 parent 43fe6b4 commit 971dce5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions internal-lab-setup-assets/startup-config/cisco1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
!
!
Expand Down
6 changes: 3 additions & 3 deletions internal-lab-setup-assets/startup-config/cisco2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
!
Expand All @@ -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
!
!
Expand Down
6 changes: 3 additions & 3 deletions internal-lab-setup-assets/startup-config/cisco3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
!
Expand All @@ -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
!
!
Expand Down

0 comments on commit 971dce5

Please sign in to comment.