Skip to content

Commit

Permalink
fix BGP config
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Nov 14, 2024
1 parent fb7de0e commit f50d4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03_routing/06_bgp_convergence/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
{
"local-ipv4-address": "172.16.2.2",
"peer-ipv4-address": "172.16.2.1",
"network-interface": "veth2.10",
"network-interface": "veth2:10",
"raw-update-file": "/home/student/bngblaster-training/03_routing/06_bgp_convergence/rx1.bgp",
"local-as": 65001,
"peer-as": 65001
},
{
"local-ipv4-address": "172.16.3.2",
"peer-ipv4-address": "172.16.3.1",
"network-interface": "veth3.10",
"network-interface": "veth3:10",
"local-as": 65001,
"peer-as": 65001
}
Expand Down

0 comments on commit f50d4bc

Please sign in to comment.