L3LS Automation Part 3
Generating Spine Configuration
This part is going to be very similar to part two. The only difference is we are going to generate the leaf configuration this time.
Topology The first step is to update ‘hosts.yaml`
hosts.yaml Leaf-1 leaf-1: managementip: 198.51.100.252/24 managementgw: 198.51.100.1 site: ny role: leaf interfaces: - number: 1 ip: 172.16.0.2/30 description: P2P Link to Spine-1 - number: 2 ip: 172.16.0.10/30 description: P2P Link to Spine-2 loopbacks: - number: 0 ip: 192.
[Read More]