1#wiring_validation input
2intended_neighbors:
3 - source_switch: site1-spine1
4   source_port: ethernet1/1/1
5   dest_port: ethernet1/1/1
6   dest_switch: site1-spine2
7 - source_switch: site2-spine1
8   source_port: ethernet1/1/1
9   dest_port: ethernet1/1/1
10   dest_switch: site2-spine2
11 - source_switch: site1-spine1
12   source_port: ethernet1/1/1
13   dest_port: ethernet1/1/2
14   dest_switch: site2-spine1
15 - source_switch: site1-spine1
16   source_port: ethernet1/1/2
17   dest_port: ethernet1/1/2
18   dest_switch: site2-spine2
19#bgp_validation input
20intended_bgp_neighbors:
21 - source_switch: site1-spine1
22   neighbor_ip: ["10.11.0.1", "10.9.0.1", "10.9.0.3", "10.9.0.5", "1.1.1.1"]
23 - source_switch: site1-spine2
24   neighbor_ip: ["10.11.0.0", "10.9.0.9", "10.9.0.11", "10.9.0.15"]
25#vlt_validation input
26intended_vlt_pairs:
27 - primary: site1-spine1
28   secondary: site1-spine2
29 - primary: site2-spine1
30   secondary: site2-spine2
31