To run, type canu. It should run and display help.
To see a list of commands and arguments, just append --help. For example:
canu --help
or for a specific command like validating network cabling:
canu validate network cabling --help
When running CANU, CSM version is required; it can be specified with --csm. For example:
canu --csm 1.5
Make a new directory to save switch IP addresses.
mkdir ips_folder
cd ips_folder
Parse the CSI generated sls_input_file.json and save switch IP addresses.
canu init --sls-file sls_input_file.json --out ips.txt
canu report network firmware --csm 1.5 --ips-file ips.txt
canu report network cabling --ips-file ips.txt
canu validate network cabling --ips-file ips.txt
With the system’s SHCD, CANU can also validate the configuration and cabling.
canu validate shcd --shcd SHCD.xlsx
canu validate shcd-cabling --shcd SHCD.xlsx --ips-file ips.txt
canu generate network config --ccj ccj.json --sls-file sls_input_file.json --folder configs