Skip to content

Commit

Permalink
fix: Mismatched ip config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Mar 15, 2024
1 parent 44e1fb1 commit 98be558
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal-lab-setup-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Images for emulated network devices must also be available. See ./images/README.

# ContainerLab

Tune host settings https://hmntsharma.github.io/cisco-xrd/base_setup/#clone-the-xrd-tools-repository
You must tune host settings https://hmntsharma.github.io/cisco-xrd/base_setup/#clone-the-xrd-tools-repository

Set mgmt address in the config (instead of automatically assigning) as XRd has a bug and a container keeps its old address if it's been assigned a new address. containerlab is non-deterministic when assigning mgmt IPs.

Expand Down
2 changes: 1 addition & 1 deletion internal-lab-setup-assets/startup-config/cisco1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ router bgp 64500
redistribute connected
!
neighbor-group LAB
remote-as 64501
remote-as 64500
ebgp-multihop 2
password encrypted 15140403062B39
update-source Loopback0
Expand Down
2 changes: 1 addition & 1 deletion internal-lab-setup-assets/startup-config/cisco2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface GigabitEthernet0/0/0/0
!
interface GigabitEthernet0/0/0/1
description -> CISCO1
ip address 172.17.1.19 255.255.255.254
ip address 172.17.1.17 255.255.255.254
!
interface GigabitEthernet0/0/0/1.100
description bar to foo
Expand Down
2 changes: 1 addition & 1 deletion internal-lab-setup-assets/startup-config/cisco3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface Loopback0
!
interface GigabitEthernet0/0/0/0
description -> CISCO1
ip address 172.17.1.17 255.255.255.254
ip address 172.17.1.19 255.255.255.254
shutdown
!
interface GigabitEthernet0/0/0/1
Expand Down

0 comments on commit 98be558

Please sign in to comment.