User Tools

Site Tools


cisco:switch:9500:cisco_catalyst_9500_series_manual

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
cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/07/31 13:23] – aperezcisco:switch:9500:cisco_catalyst_9500_series_manual [2025/09/11 01:08] (current) – aperez
Line 1152: Line 1152:
 ---- ----
  
-====== VXLAN Static Configuration Between Cisco 9500 and Aruba 6300 ======+====== VXLAN Static Configuration â€“ Cisco 9500 â‡„ Aruba 6300 ======
  
-=== ðŸ”§ Network Architecture Summary ===+=== ðŸ“˜ Architecture Summary ===
  
-Component                ^ Cisco Catalyst 9500 (C9500SP1)       ^ Aruba 6300M (6300SP2)                 ^ +Parameter               ^ Cisco 9500 (C9500SP1)         ^ Aruba 6300M (6300SP2)         ^ 
-**VTEP Loopback IP**     | 172.22.32.1                          | 172.22.32.2                            | +| VTEP Loopback IP        | 172.22.32.1                    | 172.22.32.2                    | 
-**Transport IP**         | 172.18.32.33 (to Aruba)              | 172.18.32.34 (to Cisco)                | +| Transport IP            | 172.18.32.33 (To Aruba)        | 172.18.32.34 (To Cisco)        | 
-**Transport VLAN**       VLAN 1019 (routed PtP)               VLAN 1019 (routed PtP)                 | +| Transport Interface     Routed PtP /30 via TenG        Routed PtP /30 via 1/1/12      | 
-**OSPF Area**            | 0                                    | 0                                      | +| OSPF Area               | 0                              | 0                              | 
-**VXLAN Type**           | Static (manual VTEP replication)     | Static (manual VTEP replication)       | +| VXLAN Mode              | Static VXLAN                   | Static VXLAN                   | 
-**VXLAN Device Interface**| `interface nve1`                    | `interface vxlan 1`                    | +| VXLAN Interface         | `nve1`                         | `vxlan 1`                      | 
-**VNI Range**            | 10001, 10700–10732                   | 10001, 10700–10732                     | +VNIs                    | 10001, 10700–10732             | 10001, 10700–10732             | 
-**Inter-VXLAN Bridging** | Not used                             | static-all or static-evpn              |+| Inter-VXLAN Bridging    | Not applicable                 `static-allor `static-evpn`  |
  
----+----
  
-=== 🚀 Cisco 9500 â€“ Configuration ===+=== 🚀 Cisco 9500 Configuration ===
  
-==== 1. Configure Loopback as VTEP Source ==== +==== ðŸ”¹ 1. VTEP Loopback ==== 
-```cisco +  interface Loopback0 
-interface Loopback0 +   ip address 172.22.32.1 255.255.255.255
- ip address 172.22.32.1 255.255.255.255 +
-==== 2. Transport Interface ====+
  
-interface TenGigabitEthernet1/0/12 +==== 🔹 2. Transport Interface ==== 
- description Link to Aruba 6300 +  interface TenGigabitEthernet1/0/12 
- ip address 172.18.32.33 255.255.255.252 +   description Link to Aruba 6300 
- no shutdown +   ip address 172.18.32.33 255.255.255.252 
-==== 3. OSPF Configuration ====+   no shutdown
  
 +==== 🔹 3. OSPF ====
 +  router ospf 100
 +   router-id 1.1.1.1
 +   network 172.18.32.32 0.0.0.3 area 0
 +   network 172.22.32.1 0.0.0.0 area 0
  
-router ospf 100 +==== 🔹 4Static Route ==== 
- router-id 1.1.1.1 +  ip route 172.22.32.2 255.255.255.255 172.18.32.34
- network 172.18.32.32 0.0.0.3 area 0 +
- network 172.22.32.1 0.0.0.0 area 0 +
-==== 4. Static Route (Loopback reachability) ====+
  
 +==== 🔹 5. NVE Interface ====
 +  interface nve1
 +   no shutdown
 +   source-interface Loopback0
 +   member vni 10001 ingress-replication 172.22.32.2
 +   member vni 10700 ingress-replication 172.22.32.2
 +   member vni 10712 ingress-replication 172.22.32.2
 +   member vni 10730 ingress-replication 172.22.32.2
 +   member vni 10732 ingress-replication 172.22.32.2
  
-ip route 172.22.32.2 255.255.255.255 172.18.32.34 +==== ðŸ”¹ 6Bridge Domains ==== 
-==== 5VXLAN NVE Interface ====+  bridge-domain 1 
 +   member vni 10001
  
 +  bridge-domain 700
 +   member vni 10700
  
-interface nve1 +  bridge-domain 712 
- no shutdown +   member vni 10712
- source-interface Loopback0 +
- member vni 10001 ingress-replication 172.22.32.2 +
- member vni 10700 ingress-replication 172.22.32.2 +
- ... +
- member vni 10732 ingress-replication 172.22.32.2 +
-==== 6. Map VNIs to Bridge Domains ====+
  
 +  bridge-domain 730
 +   member vni 10730
  
-bridge-domain 1 +  bridge-domain 732 
- member vni 10001+   member vni 10732
  
-bridge-domain 700 +----
- member vni 10700+
  
-bridge-domain 712 +=== 🧩 Aruba 6300 Configuration ===
- member vni 10712+
  
-bridge-domain 730 +==== 🔹 1. Loopback Interface ==== 
- member vni 10730+  interface loopback 0 
 +   ip address 172.22.32.2/32
  
-bridge-domain 732 +==== ðŸ”¹ 2. Transport Interface ==== 
- member vni 10732 +  interface 1/1/12 
-=== ðŸ§© Aruba 6300 – Configuration ===+   description Link to Cisco 9500 
 +   ip address 172.18.32.34/30 
 +   no shutdown
  
-==== 1Loopback for VTEP ====+==== ðŸ”¹ 3OSPF ==== 
 +  router ospf 
 +   router-id 2.2.2.2 
 +   area 0.0.0.0 
 +     interface 1/1/12 
 +     interface loopback 0
  
 +==== 🔹 4. Static Route ====
 +  ip route 172.22.32.1/32 172.18.32.33
  
-interface loopback 0 +==== 🔹 5. VXLAN Interface ==== 
- ip address 172.22.32.2/32 +  interface vxlan 1 
-==== 2. Transport Interface ====+   source 172.22.32.2 
 +   inter-vxlan-bridging-mode static-all
  
 +==== 🔹 6. VNI to VLAN Mapping ====
 +  vxlan vlan 1 vni 10001
 +   vxlan vtep 172.22.32.1
  
-interface 1/1/12 +  vxlan vlan 700 vni 10700 
- description Link to Cisco 9500 +   vxlan vtep 172.22.32.1
- ip address 172.18.32.34/30 +
- no shutdown +
-==== 3. OSPF Configuration ====+
  
 +  vxlan vlan 712 vni 10712
 +   vxlan vtep 172.22.32.1
  
-router ospf +  vxlan vlan 730 vni 10730 
- router-id 2.2.2.2 +   vxlan vtep 172.22.32.1
- area 0.0.0.0 +
-  interface 1/1/12 +
-  interface loopback 0 +
-==== 4. Static Route (for Cisco VTEP) ==== +
  
-ip route 172.22.32.1/32 172.18.32.33 +  vxlan vlan 732 vni 10732 
-==== 5. VXLAN Tunnel ====+   vxlan vtep 172.22.32.1
  
 +----
  
-interface vxlan 1 +=== ðŸ§ª Validation Commands ===
- source 172.22.32.2 +
- inter-vxlan-bridging-mode static-all +
-==== 6. VXLAN VNI/VLAN Mapping ====+
  
 +==== 🔸 Cisco 9500 ====
 +  show nve interface nve1
 +  show nve vni summary
 +  show nve vni interface nve 1
 +  show nve peers
 +  ping 172.22.32.2 source 172.22.32.1
 +  show mac address-table vlan 712
  
-vxlan vlan vni 10001 +==== 🔸 Aruba 6300 ==== 
- vxlan vtep 172.22.32.1+  show interface vxlan 1 
 +  show interface vxlan vni vteps 
 +  ping 172.22.32.1 source 172.22.32.2 
 +  show mac-address-table vlan 712
  
-vxlan vlan 700 vni 10700 
- vxlan vtep 172.22.32.1 
  
-vxlan vlan 712 vni 10712 
- vxlan vtep 172.22.32.1 
  
-vxlan vlan 730 vni 10730 +=== ✅ Notes ===
- vxlan vtep 172.22.32.1+
  
-vxlan vlan 732 vni 10732 +  * The VXLAN tunnels use **static replication** for simplicity and full control. 
- vxlan vtep 172.22.32.1 +  * Ensure **Loopback reachability** via static route or OSPF in both directions. 
-=== ✅ Verification ===+  * For production EVPN deployment, BGP configuration will be required.
  
-==== Cisco 9500 ==== 
  
  
-show nve interface nve1 +---- 
-show nve vni summary +---- 
-show nve vni interface nve 1 +{{ :aruba_networks:switch:6400:vxlan_cli_ap.pdf |}}
-show nve peers +
-ping 172.22.32.2 source 172.22.32.1 +
-show mac address-table vlan 712+
  
-==== Aruba 6300 ====+{{pdfjs 46em >:aruba_networks:switch:6400:vxlan_cli_ap.pdf}} 
 +---- 
 +----
  
  
-show interface vxlan 1 +{{ :cisco:switch:9500:mtu_utm_switch_6400_9500.pdf |}}
-show interface vxlan vni vteps +
-ping 172.22.32.1 source 172.22.32.2 +
-show mac-address-table vlan 712+
  
 +{{pdfjs 46em >:cisco:switch:9500:mtu_utm_switch_6400_9500.pdf}}
 ---- ----
 ---- ----
cisco/switch/9500/cisco_catalyst_9500_series_manual.1753986216.txt.gz · Last modified: 2025/07/31 13:23 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki