01-23-2024 01:05 AM
Hi all,
I am currently looking to replace existing cisco Core switches with two extreme switches core for redandancy (in stack) ,and replace existing cisco Access switches with the X435 models , and need to know best practice for configuring these Core switches with STP and LAG before connecting them to the network .What STP and LAG configuration schould be set for core switches and the X435.
please find the network design below,
What is the best practice ?
Solved! Go to Solution.
01-28-2024 11:22 AM
Hi,
You haven't provided the network design, you might need to attach it?
I would be using an MLAG rather than a stack in a core as this allows you to reboot them separately and would generally be best practice in a core.
I'm going to use two XOS based core switches, and a pair of X435 switches in my example below, you can extrapolate from there.
Setting up an MLAG (Multi-Chassis Link Aggregation) between two Extreme XOS core switches involves several steps. After establishing the MLAG, you can connect edge switches, like the X435s, via LACP. Additionally, configuring SNTP (Simple Network Time Protocol) and ELRP (Extreme Loop Recovery Protocol) is essential for maintaining accurate time synchronization and preventing network loops, respectively.
The ISC (Inter-Switch Connection) is a crucial component of an MLAG (Multi-Chassis Link Aggregation) setup in Extreme Networks switches. The ISC is responsible for providing a communication link between the MLAG peers, allowing them to synchronize state, share MAC address tables, and forward traffic as necessary.
Configure System IPs:
Configure the MLAG Peer IPs:
Create an ISC VLAN:
Add Ports to ISC VLAN:
Configure ISC IP Addresses: Assign IP addresses to the ISC VLAN on both switches.
Configure MLAG Ports: Configure the ports that will be part of the MLAG on both core switches.
Enable MLAG:
Configure LAG:
Assign LAG to VLANs: Assign the LAG to appropriate VLANs as needed.
Configure NTP Server:
Configure Timezone:
Configure ELRP for Loop Prevention:
This setup provides high availability and redundancy, but it's important to test configurations in a controlled environment before deploying in production. Additionally, always refer to the specific ExtremeXOS documentation for your switch model and firmware version, as commands and capabilities can vary.
01-28-2024 10:47 PM
As Brent described it, MLAG is the best solution.
Stacking would also work if you use the topology ring. It is rather the simpler solution.
02-06-2024 04:58 AM
thank you all for return
01-28-2024 10:47 PM
As Brent described it, MLAG is the best solution.
Stacking would also work if you use the topology ring. It is rather the simpler solution.
01-28-2024 11:22 AM
Hi,
You haven't provided the network design, you might need to attach it?
I would be using an MLAG rather than a stack in a core as this allows you to reboot them separately and would generally be best practice in a core.
I'm going to use two XOS based core switches, and a pair of X435 switches in my example below, you can extrapolate from there.
Setting up an MLAG (Multi-Chassis Link Aggregation) between two Extreme XOS core switches involves several steps. After establishing the MLAG, you can connect edge switches, like the X435s, via LACP. Additionally, configuring SNTP (Simple Network Time Protocol) and ELRP (Extreme Loop Recovery Protocol) is essential for maintaining accurate time synchronization and preventing network loops, respectively.
The ISC (Inter-Switch Connection) is a crucial component of an MLAG (Multi-Chassis Link Aggregation) setup in Extreme Networks switches. The ISC is responsible for providing a communication link between the MLAG peers, allowing them to synchronize state, share MAC address tables, and forward traffic as necessary.
Configure System IPs:
Configure the MLAG Peer IPs:
Create an ISC VLAN:
Add Ports to ISC VLAN:
Configure ISC IP Addresses: Assign IP addresses to the ISC VLAN on both switches.
Configure MLAG Ports: Configure the ports that will be part of the MLAG on both core switches.
Enable MLAG:
Configure LAG:
Assign LAG to VLANs: Assign the LAG to appropriate VLANs as needed.
Configure NTP Server:
Configure Timezone:
Configure ELRP for Loop Prevention:
This setup provides high availability and redundancy, but it's important to test configurations in a controlled environment before deploying in production. Additionally, always refer to the specific ExtremeXOS documentation for your switch model and firmware version, as commands and capabilities can vary.