Skip to content

Commit

Permalink
who needs interfaces, anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Jan 31, 2025
1 parent afff78f commit 55fb63b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal-lab-setup-assets/startup-config/cisco1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ vrf {{ .Env.CLAB_MGMT_VRF }}
address-family ipv6 unicast
!
!
interface MgmtEth0/RP0/CPU0/0
vrf {{ .Env.CLAB_MGMT_VRF }}
!
interface Loopback0
ip address 198.51.100.1 255.255.255.255
!
Expand Down
3 changes: 3 additions & 0 deletions internal-lab-setup-assets/startup-config/cisco2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ vrf {{ .Env.CLAB_MGMT_VRF }}
address-family ipv6 unicast
!
!
interface MgmtEth0/RP0/CPU0/0
vrf {{ .Env.CLAB_MGMT_VRF }}
!
interface Loopback0
ip address 198.51.100.2 255.255.255.255
!
Expand Down
3 changes: 3 additions & 0 deletions internal-lab-setup-assets/startup-config/cisco3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ vrf {{ .Env.CLAB_MGMT_VRF }}
address-family ipv6 unicast
!
!
interface MgmtEth0/RP0/CPU0/0
vrf {{ .Env.CLAB_MGMT_VRF }}
!
interface Loopback0
ip address 198.51.100.3 255.255.255.255
!
Expand Down

0 comments on commit 55fb63b

Please sign in to comment.