Validate cabling and generate switch configurations for BICAN.
Topology example:
sw-spine-001: |
interface 1/1/55
no shutdown
vrf attach Customer
description sw-edge-002:1/1
ip address 192.168.80.5/31
ip mtu 9198
ip ospf 2 area 0.0.0.0
ip ospf network point-to-point
interface 1/1/56
no shutdown
vrf attach Customer
description sw-edge-001:1/1
ip address 192.168.80.1/31
ip mtu 9198
ip ospf 2 area 0.0.0.0
ip ospf network point-to-point
sw-spine-002: |
interface 1/1/55
no shutdown
mtu 9198
vrf attach Customer
description sw-edge-002:2/1
ip address 192.168.80.7/31
ip mtu 9198
ip ospf 2 area 0.0.0.0
ip ospf network point-to-point
interface 1/1/56
no shutdown
mtu 9198
vrf attach Customer
description sw-edge-001:2/1
ip address 192.168.80.3/31
ip mtu 9198
ip ospf 2 area 0.0.0.0
ip ospf network point-to-point
exit
Generate switch configurations with custom configurations (Arista only).
This is an example only. More details on how to generate configurations with CANU can be found in the Generate Switch Configurations procedure.
canu generate network config --ccj ./ccj.json --sls-file ./sls_input_file.json --csm 1.3 --folder ./1.3 --custom-config ./custom_switch_config.yaml
sw-edge-001 Config Generated
sw-spine-001 Customized Configurations have been detected in the generated switch configurations
sw-edge-002 Config Generated
sw-spine-002 Customized Configurations have been detected in the generated switch configurations
sw-leaf-bmc-001 Config Generated
The following is an example of a full running configuration of two spines and two edge switches. This configuration should be not be copied and should be used as a general reference only. Refer to BI-CAN Aruba/Arista Configuration for more information.