Skip to content

Commit

Permalink
enabler: Reorganization; update startup config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Mar 17, 2024
1 parent 952bcd2 commit ccf18ed
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
*.bak
internal-lab-setup-assets/images/*
internal-lab-setup-assets/workshop[0-9]*.yml
internal-lab-setup-assets/clab-automation-workshop-*
internal-lab-setup-assets/images/xrd
!internal-lab-setup-assets/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
net-tools \
iputils-ping \
traceroute \
git \
pip \
make \
vim nano emacs
Expand Down
File renamed without changes.
1 change: 0 additions & 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,6 @@ router bgp 64500
!
neighbor-group LAB
remote-as 64500
ebgp-multihop 2
password encrypted 15140403062B39
update-source Loopback0
address-family ipv4 unicast
Expand Down
1 change: 0 additions & 1 deletion internal-lab-setup-assets/startup-config/cisco2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ router bgp 64500
!
neighbor-group LAB
remote-as 64500
ebgp-multihop 2
password encrypted 15140403062B39
update-source Loopback0
address-family ipv4 unicast
Expand Down
1 change: 0 additions & 1 deletion internal-lab-setup-assets/startup-config/cisco3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ router bgp 64500
!
neighbor-group LAB
remote-as 64500
ebgp-multihop 2
password encrypted 15140403062B39
update-source Loopback0
address-family ipv4 unicast
Expand Down

0 comments on commit ccf18ed

Please sign in to comment.