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 971dce5 commit 952bcd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
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 @@ -40,7 +40,7 @@ interface GigabitEthernet0/0/0/1
interface GigabitEthernet0/0/0/1.100
description bar to foo
encapsulation dot1Q 100
ip address 198.51.100.1 255.255.255.0
ip address 203.0.113.1 255.255.255.128
!
interface GigabitEthernet0/0/0/1.200
description foo to biz
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 @@ -40,7 +40,7 @@ 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 203.0.113.2 255.255.255.128
!
interface GigabitEthernet0/0/0/1.200
description foo to biz
Expand Down
10 changes: 0 additions & 10 deletions internal-lab-setup-assets/startup-config/cisco3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ interface GigabitEthernet0/0/0/1
description -> CISCO2
ip address 172.17.1.21 255.255.255.254
!
interface GigabitEthernet0/0/0/1.100
description bar to foo
encapsulation dot1Q 100
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.3 255.255.255.0
!
interface GigabitEthernet0/0/0/2
description -> Psychology Building
!
Expand Down

0 comments on commit 952bcd2

Please sign in to comment.