Skip to content

Commit

Permalink
Update topo_build.yml
Browse files Browse the repository at this point in the history
changed MACs that returned error during new topo deployment
  • Loading branch information
sasakariz1 authored Dec 5, 2024
1 parent b20f9cf commit bcd5d97
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions topologies/training-level7-part3-avd/topo_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ nodes:
# WAN-DC1-Side
- GW11:
ip_addr: 192.168.0.91
sys_mac: 00:1c:73:91:c6:01
sys_mac: 00:1c:73:31:c6:01
neighbors:
- neighborDevice: P1
neighborPort: Ethernet1
Expand Down Expand Up @@ -638,7 +638,7 @@ nodes:

- GW12:
ip_addr: 192.168.0.92
sys_mac: 00:1c:73:92:c6:01
sys_mac: 00:1c:73:32:c6:01
neighbors:
- neighborDevice: P2
neighborPort: Ethernet1
Expand Down Expand Up @@ -667,7 +667,7 @@ nodes:

- P1:
ip_addr: 192.168.0.93
sys_mac: 00:1c:73:93:c6:01
sys_mac: 00:1c:73:33:c6:01
neighbors:
- neighborDevice: GW11
neighborPort: Ethernet1
Expand All @@ -690,7 +690,7 @@ nodes:

- P2:
ip_addr: 192.168.0.94
sys_mac: 00:1c:73:94:c6:01
sys_mac: 00:1c:73:34:c6:01
neighbors:
- neighborDevice: GW12
neighborPort: Ethernet1
Expand All @@ -711,7 +711,7 @@ nodes:
# WAN-DC2-Side
- GW21:
ip_addr: 192.168.0.95
sys_mac: 00:1c:73:95:c6:01
sys_mac: 00:1c:73:35:c6:01
neighbors:
- neighborDevice: P3
neighborPort: Ethernet1
Expand Down Expand Up @@ -740,7 +740,7 @@ nodes:

- GW22:
ip_addr: 192.168.0.96
sys_mac: 00:1c:73:96:c6:01
sys_mac: 00:1c:73:36:c6:01
neighbors:
- neighborDevice: P4
neighborPort: Ethernet1
Expand Down Expand Up @@ -769,7 +769,7 @@ nodes:

- P3:
ip_addr: 192.168.0.97
sys_mac: 00:1c:73:97:c6:01
sys_mac: 00:1c:73:37:c6:01
neighbors:
- neighborDevice: GW21
neighborPort: Ethernet1
Expand All @@ -792,7 +792,7 @@ nodes:

- P4:
ip_addr: 192.168.0.98
sys_mac: 00:1c:73:98:c6:01
sys_mac: 00:1c:73:38:c6:01
neighbors:
- neighborDevice: GW22
neighborPort: Ethernet1
Expand All @@ -813,7 +813,7 @@ nodes:
# WAN-DC3-Side
- GW31:
ip_addr: 192.168.0.99
sys_mac: 00:1c:73:99:c6:01
sys_mac: 00:1c:73:39:c6:01
neighbors:
- neighborDevice: P1
neighborPort: Ethernet3
Expand All @@ -840,7 +840,7 @@ nodes:
# WAN RR
- RR:
ip_addr: 192.168.0.90
sys_mac: 00:1c:73:90:c6:01
sys_mac: 00:1c:73:30:c6:01
neighbors:
- neighborDevice: GW11
neighborPort: Ethernet5
Expand Down

0 comments on commit bcd5d97

Please sign in to comment.