cx-m-cluster-cover-1

Cluster Configuration of Campus Network on CX-M Asterfusion Enterprise SONiC Switch

1 Purpose

2 Model and Version

3 Cluster configuration instructions

3.1 Cluster introduction

3.2 Enable cluster configuration

1

3.3 Configure cluster member ID and shared key

3.4 Configure neighbor relationships between cluster devices

1

3.5 Configure route aggregation

3.6 Cluster configuration sync

CX204# configure terminal
CX204 (config)# cluster
CX204 (config-cluster)# sync

4 Cluster configuration case

4.1 Requirements

4.2 Topology

cx-m-cluster-1

4.3 IP address planning

DEVICETYPEVALUENOTE
Leaf 1Ethernet4910.10.1.1/24
Leaf 1Ethernet5010.20.1.1/24
Leaf 1Loopback0192.168.50.11/32
Leaf 2Ethernet4910.10.2.1/24
Leaf 2Ethernet5010.20.2.1/24
Leaf 2Loopback0192.168.50.12/32
Spine 1Ethernet110.10.1.2/24
Spine 1Ethernet210.10.2.2/24
Spine 1Ethernet4910.30.1.2/24
Spine 1Loopback0192.168.50.15/32
Spine 2Ethernet110.20.1.2/24
Spine 2Ethernet210.20.2.2/24
Spine 2Ethernet4910.40.1.2/24
Spine 2Loopback0192.168.50.16/32
DHCP ServerEth0 192.168.0.10
DHCP ServerVlan100192.168.10.1/24
DHCP ServerVlan200192.168.20.1/24
DHCP ServerVlan300192.168.30.1/24

4.4 Configure step

Spine1# configure terminal
Spine1(config)# router-type spine
Spine1(config)# interface ethernet 1
Spine1(config-if-1)# ip address 10.10.1.2/24
Spine1(config)# interface ethernet 2
Spine1(config-if-2)# ip address 10.10.2.2/24
Spine1(config)# interface ethernet 49
Spine1(config-if-49)# ip address 10.30.1.2/24
Spine1(config)# interface loopback 0
Spine1(config-loif-0)# ip address 192.168.50.15/32
Spine2# configure terminal
Spine2(config)# router-type spine
Spine2(config)# interface ethernet 1
Spine2(config-if-1)# ip address 10.20.1.2/24
Spine2(config)# interface ethernet 2
Spine2(config-if-2)# ip address 10.20.2.2/24
Spine2(config)# interface ethernet 49
Spine2(config-if-49)# ip address 10.40.1.2/24
Spine2(config)# interface loopback 0
Spine2(config-loif-0)# ip address 192.168.50.16/32

Step 2 Configure the cluster function of each device

Leaf2(config)# cluster
Leaf2(config-cluster)# peer ip 10.10.2.2
Leaf2(config-cluster)# peer ip 10.20.2.2
Leaf2(config-cluster)# member 2
Leaf2(config-cluster)# security-key campusnetwork-t11
Leaf2(config-cluster)# ports ethernet 49,50
Leaf2(config-cluster)# exit

Step 3 Configure vlan related functions on Leaf1 device

Step 4 Configure DHCP Relay related functions on Leaf1 device

Step 5 Configure DHCP Snooping related functions on Leaf1 device

Step 6 Configure security functions on Leaf1 device

Step 7 Configure other functions on Leaf1 device

Step 8 Configure spine device DHCP snooping table entry synchronization

Step 9 Configure the spine1 device fault fast convergence function

Step 10 Sync configuration

4.5 Verify network configuration

Asterfusion CX-N & CX-M SONiC switches as the links below

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *