Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
twr14152 authored Apr 28, 2024
1 parent 1c78689 commit 1e40b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arista/goeapi/deploy_lab_cfgs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func deploy_ceos1() {
c14 := "no shutdown"
c15 := "ip address 157.130.1.1/30"
c16 := "router bgp 100"
c17 := "neighbor 157.130.2.2 remote-as 400"
c17 := "neighbor 157.130.1.2 remote-as 300"
c18 := "redistribute connected"


Expand Down Expand Up @@ -172,10 +172,10 @@ func deploy_ceos4() {
fmt.Printf("\n\n\n\n")
}


func main() {
deploy_ceos1()
deploy_ceos2()
deploy_ceos3()
deploy_ceos4()
}

0 comments on commit 1e40b27

Please sign in to comment.