1.1 KiB
1.1 KiB
ClosX
Command Line Operation
3 Tier Clos Network Generator
Example usage:
$ cd ClosX
$ chmod +x closx
$ ./closx -spine 8 -tier1 16 -tier2 16 -ipr 10.0.0.0/22 -mgmtr 172.16.0.0/24 -vendor junos
$ ./closx -spine 8 -tier1 16 -tier2 16 -ipr 10.0.0.0/22 -mgmtr 172.16.0.0/24 -vendor cisco_ios
-spine: size of spine
-t2: size of tier 2
-t1: size of tier 1
-ipr: IP range to extract /31 p2p IPs from
-mgmtr: IP range to extract /32 management IPs from
-vendor: vendor template to render configuration against
Currently supported vendor platforms:
- Junos
- Cisco IOS