Skip to content

Commit

Permalink
fix: Remove ip conflicts and shutdown config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Mar 15, 2024
1 parent 98be558 commit 8f0fb4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
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 @@ -49,7 +49,6 @@ interface GigabitEthernet0/0/0/1.200
!
interface GigabitEthernet0/0/0/2
description Engineering Building
shutdown
!
interface GigabitEthernet0/0/0/2.100
description Engineering Users
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 @@ -32,7 +32,6 @@ interface Loopback0
interface GigabitEthernet0/0/0/0
description -> CISCO3
ip address 172.17.1.20 255.255.255.254
shutdown
!
interface GigabitEthernet0/0/0/1
description -> CISCO1
Expand Down
5 changes: 2 additions & 3 deletions internal-lab-setup-assets/startup-config/cisco3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ interface Loopback0
interface GigabitEthernet0/0/0/0
description -> CISCO1
ip address 172.17.1.19 255.255.255.254
shutdown
!
interface GigabitEthernet0/0/0/1
description -> CISCO2
Expand All @@ -41,12 +40,12 @@ interface GigabitEthernet0/0/0/1
interface GigabitEthernet0/0/0/1.100
description bar to foo
encapsulation dot1Q 100
ip address 198.51.100.2 255.255.255.0
ip address 198.51.100.3 255.255.255.0
!
interface GigabitEthernet0/0/0/1.200
description foo to biz
encapsulation dot1Q 200
ip address 192.0.2.2 255.255.255.0
ip address 192.0.2.3 255.255.255.0
!
interface GigabitEthernet0/0/0/2
description -> Psychology Building
Expand Down

0 comments on commit 8f0fb4b

Please sign in to comment.