Skip to content

Commit

Permalink
lets throw darts at the config consistency alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Jan 31, 2025
1 parent 55fb63b commit fd84a1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal-lab-setup-assets/startup-config/cisco1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ vrf {{ .Env.CLAB_MGMT_VRF }}
!
!
interface MgmtEth0/RP0/CPU0/0
no ip address
vrf {{ .Env.CLAB_MGMT_VRF }}
ip address {{ .MgmtIPv4Addr }} {{ .MgmtIPv4SubnetMask }}
!
interface Loopback0
ip address 198.51.100.1 255.255.255.255
Expand Down
2 changes: 2 additions & 0 deletions internal-lab-setup-assets/startup-config/cisco2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ vrf {{ .Env.CLAB_MGMT_VRF }}
!
!
interface MgmtEth0/RP0/CPU0/0
no ip address
vrf {{ .Env.CLAB_MGMT_VRF }}
ip address {{ .MgmtIPv4Addr }} {{ .MgmtIPv4SubnetMask }}
!
interface Loopback0
ip address 198.51.100.2 255.255.255.255
Expand Down
2 changes: 2 additions & 0 deletions internal-lab-setup-assets/startup-config/cisco3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ vrf {{ .Env.CLAB_MGMT_VRF }}
!
!
interface MgmtEth0/RP0/CPU0/0
no ip address
vrf {{ .Env.CLAB_MGMT_VRF }}
ip address {{ .MgmtIPv4Addr }} {{ .MgmtIPv4SubnetMask }}
!
interface Loopback0
ip address 198.51.100.3 255.255.255.255
Expand Down

0 comments on commit fd84a1a

Please sign in to comment.