User Tools

Site Tools


aruba_networks:switch:6400:6400_configuration_example_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aruba_networks:switch:6400:6400_configuration_example_script [2025/11/10 15:39] aperezaruba_networks:switch:6400:6400_configuration_example_script [2025/11/20 12:18] (current) aperez
Line 2606: Line 2606:
 ---- ----
  
-====== Configuración MSTP en Aruba CX 6300 ====== 
  
-Este bloque muestra la conversión de una red que usaba **PVST/RPVST** hacia una arquitectura  + 
-basada en **MSTP (Multiple Spanning Tree Protocol)**requerida para ambientes modernos  +====== MSTP Configuration on Aruba CX 6300 ====== 
-con VSX, VLANs agrupadas y redes de gran escala.+ 
 +This document explains the recommended MSTP configuration for Aruba CX switches  
 +and the differences between STP, RSTP, PVST/RPVST, and MSTP.   
 +A full configuration block is also provided.
  
 ---- ----
  
-===== ✅ Diferencias entre STP, RSTP, PVST/RPVST y MSTP =====+===== 1. Overview of Spanning Tree Protocol Types =====
  
 ==== ► STP (802.1D – Spanning Tree Protocol) ==== ==== ► STP (802.1D – Spanning Tree Protocol) ====
-  * Protocolo original. +  * The original spanning tree protocol
-  * Convergencia lenta (30–50 segundos). +  * Very slow convergence (30–50 seconds). 
-  * Ya no recomendado.+  * Not recommended for modern networks.
  
-==== ► RSTP (802.1w – Rapid STP) ==== +==== ► RSTP (802.1w – Rapid Spanning Tree Protocol) ==== 
-  * Versión rápida del STP tradicional. +  * Faster version of classic STP. 
-  * Convergencia mejorada+  * Still uses a **single instance** for all VLANs. 
-  * **Una sola instancia** para TODAS las VLANs. +  * Suitable only for small or simple environments.
-  * Adecuado para redes pequeñas, NO ideal para entornos complejos.+
  
-==== ► PVST / RPVST (Per-VLAN STP – Cisco) ==== +==== ► PVST / RPVST (Per-VLAN STP – Cisco-style) ==== 
-  * Una instancia STP **por cada VLAN**. +  * Creates one STP instance **per VLAN**. 
-  * Control granular por VLAN. +  * High control, but heavy CPU/memory usage
-  * Muy costoso en CPU/memoria en switches+  * On Aruba CX, RPVST exists only as a **compatibility mode**. 
-  * En Aruba CX existe **RPVST modo compatibilidad**, no idéntico a Cisco+  * Not recommended for large environments or VSX cores.
-  * NO recomendado para redes grandes ni para VSX.+
  
 ==== ► MSTP (802.1s – Multiple Spanning Tree Protocol) ==== ==== ► MSTP (802.1s – Multiple Spanning Tree Protocol) ====
-  * Agrupa **varias VLANs** dentro de **pocas instancias MSTI**. +  * Maps multiple VLANs into a small number of **MST Instances (MSTI)**. 
-  * Reduce carga del switch+  * Scales extremely well
-  * Mejora la estabilidad en redes multi-nodo. +  * Fully supported and recommended on Aruba CX. 
-  * Es el estándar recomendado para: +  Required for best performance with VSX. 
-    * Aruba CX (6300/6400)+  * Supports load-balancing per MST instance.
-    * VSX+
-    * Redes con muchas VLANs+
-  * Permite balanceo por instancias (ej. MSTI1, MSTI2…).+
  
 ---- ----
  
-===== ✅ Recomendación General ===== +===== 2. Recommended Design ===== 
-En **Aruba CX 6300/6400**, la mejor práctica oficial es:+For Aruba CX 6300/6400 networks:
  
-  * **Usar MSTP siempre** +  * Always use **MSTP**. 
-  * Definir una sola **región MSTP** para todos los switches +  * Use **one common MST Region** (same name and revision). 
-  * Agrupar VLANs por rangos en 2–5 instancias MST +  * Group VLANs into 2–5 MST instances. 
-  * Evitar completamente PVST/RPVST en ambientes grandes +  * Avoid PVST/RPVST unless required for interoperability with legacy devices. 
-  * Mantener el nombre de región y revisión idénticos en todos los nodos+  * Keep MST region configuration identical on all switches.
  
 ---- ----
  
-===== ✅ Configuración MSTP recomendada ===== +====== 3. MSTP Configuration Block (Aruba CX 6300) ======
-A continuación, el bloque de configuración completo:+
  
-```plaintext+Below is the complete MSTP configuration including region definition, cleanup of PVST/RPVST lines, VLAN-to-MSTI mapping, and priority settings. 
 + 
 +<code>
 conf t conf t
 ! !
-! --- Pasar a MSTP y unificar la región ---+! --- Enable MSTP and define the MST Region ---
 spanning-tree mode mstp spanning-tree mode mstp
 spanning-tree config-name NET-MSTP spanning-tree config-name NET-MSTP
 spanning-tree config-revision 1 spanning-tree config-revision 1
 ! !
-! --- Elimina configuraciones PVST/RPVST heredadas de esas VLANs ---+! --- Remove old PVST/RPVST configuration for the following VLANs ---
 no spanning-tree vlan 1,700-732,1019,1042 no spanning-tree vlan 1,700-732,1019,1042
 ! !
-! --- Mapeo de VLANs a instancias MST ---+! --- Map VLANs into MST Instances ---
 spanning-tree instance 1 vlan 700-709 spanning-tree instance 1 vlan 700-709
 spanning-tree instance 2 vlan 710-719 spanning-tree instance 2 vlan 710-719
Line 2677: Line 2675:
 spanning-tree instance 4 vlan 730-736 spanning-tree instance 4 vlan 730-736
 ! !
-Nota: VLANs 1, 1019 1042 quedan en MSTI0 (CIST)+Note: VLANs 1, 1019, and 1042 remain in MSTI 0 (CIST)
 ! !
-! --- Prioridades (ajústalas según dónde quieres el root) --- +! --- Priority settings (choose where the root should be) --- 
-spanning-tree priority 5                ! CIST (MSTI0) -> prioridad 5 +spanning-tree priority 5                ! CIST (MSTI0) root priority 
-spanning-tree instance 4 priority 5     ! Root para 730–736 (incluye 735/736) +spanning-tree instance 4 priority 5     ! Root for VLANs 730–736 (includes 735/736)
-! (Opcional) puedes definir prioridades para otras instancias: +
-! spanning-tree instance 1 priority 7 +
-! spanning-tree instance 2 priority 7 +
-! spanning-tree instance 3 priority 7+
 ! !
 end end
 write mem write mem
- +</code>
  
  
Line 2704: Line 2697:
  
 {{pdfjs 46em >:cisco:switch:9500:mtu_utm_switch_6400_9500.pdf }} {{pdfjs 46em >:cisco:switch:9500:mtu_utm_switch_6400_9500.pdf }}
 +
 +
 +
 +
 +----
 +----
 +
 +{{ :aruba_networks:switch:6400:mtu_utm_switch_6400_9500_en.pdf |}}
 +
 +{{pdfjs 46em >:aruba_networks:switch:6400:mtu_utm_switch_6400_9500_en.pdf }}
 +
  
 ---- ----
Line 2713: Line 2717:
 ---- ----
 ---- ----
 +{{ :aruba_networks:switch:6400:mstp_pvst_en.pdf |}}
 +
 +
 +{{pdfjs 46em >:aruba_networks:switch:6400:mstp_pvst_en.pdf }}
 +
 +----
 +----
 +
 +
 +{{ :aruba_networks:switch:6400:hvac-acl_ospf_sp.pdf |}}
 +
 +
 +{{pdfjs 46em >:aruba_networks:switch:6400:hvac-acl_ospf_sp.pdf }}
 +
 +----
 +----
 +
 +{{ :aruba_networks:switch:6400:hvac-acl_ospf_en.pdf |}}
 +
 +
 +{{pdfjs 46em >:aruba_networks:switch:6400:hvac-acl_ospf_en.pdf }}
 +
 +----
 +----
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
aruba_networks/switch/6400/6400_configuration_example_script.1762807197.txt.gz · Last modified: 2025/11/10 15:39 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki