cisco:switch:9500:cisco_catalyst_9500_series_manual
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/07/31 13:23] – aperez | cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/09/11 01:08] (current) – aperez | ||
---|---|---|---|
Line 1152: | Line 1152: | ||
---- | ---- | ||
- | ====== VXLAN Static Configuration | + | ====== VXLAN Static Configuration |
- | === 🔧 Network | + | === 📘 Architecture Summary === |
- | ^ Component | + | ^ Parameter |
- | | **VTEP Loopback IP** | 172.22.32.1 | + | | VTEP Loopback IP | 172.22.32.1 |
- | | **Transport IP** | 172.18.32.33 (to Aruba) | + | | Transport IP | 172.18.32.33 (To Aruba) |
- | | **Transport | + | | Transport |
- | | **OSPF Area** | + | | OSPF Area |
- | | **VXLAN Type** | + | | VXLAN Mode |
- | | **VXLAN Device | + | | VXLAN Interface |
- | | **VNI Range** | + | | VNIs |
- | | **Inter-VXLAN Bridging** | Not used | static-all or static-evpn | + | | Inter-VXLAN Bridging |
- | --- | + | ---- |
- | === 🚀 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Â | + | |
- | ==== 2. Transport Interface ==== | + | |
- | interface TenGigabitEthernet1/ | + | ==== 🔹 2. Transport Interface ==== |
- | | + | |
- | ip address 172.18.32.33 255.255.255.252Â | + | |
- | no shutdown | + | |
- | ==== 3. OSPF Configuration ==== | + | |
+ | ==== 🔹 3. OSPF ==== | ||
+ | router ospf 100 | ||
+ | | ||
+ | | ||
+ | | ||
- | router ospf 100 | + | ==== 🔹 4. Static Route ==== |
- | | + | ip route 172.22.32.2 255.255.255.255 172.18.32.34 |
- | network | + | |
- | | + | |
- | ==== 4. Static Route (Loopback reachability) ==== | + | |
+ | ==== 🔹 5. NVE Interface ==== | ||
+ | interface nve1 | ||
+ | no shutdown | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
- | ip route 172.22.32.2 255.255.255.255 172.18.32.34 | + | ==== 🔹 6. Bridge Domains |
- | ==== 5. VXLAN NVE Interface | + | bridge-domain 1Â |
+ | | ||
+ | bridge-domain 700 | ||
+ | | ||
- | interface nve1Â | + | bridge-domain 712Â |
- | no shutdown | + | |
- | | + | |
- | | + | |
- | | + | |
- | ... | + | |
- | | + | |
- | ==== 6. Map VNIs to Bridge Domains ==== | + | |
+ | bridge-domain 730 | ||
+ | | ||
- | bridge-domain | + | |
- | | + | |
- | bridge-domain 700Â | + | ---- |
- | | + | |
- | bridge-domain 712 | + | === 🧩 Aruba 6300 Configuration === |
- | | + | |
- | bridge-domain 730 | + | ==== 🔹 1. Loopback Interface ==== |
- | member vni 10730 | + | |
+ | ip address 172.22.32.2/ | ||
- | bridge-domain 732 | + | ==== 🔹 2. Transport Interface |
- | | + | interface 1/1/12Â |
- | === 🧩 Aruba 6300 – Configuration | + | |
+ | ip address 172.18.32.34/ | ||
+ | no shutdown | ||
- | ==== 1. Loopback for VTEP ==== | + | ==== 🔹 3. OSPF ==== |
+ | router ospf | ||
+ | | ||
+ | area 0.0.0.0Â | ||
+ | | ||
+ | | ||
+ | ==== 🔹 4. Static Route ==== | ||
+ | ip route 172.22.32.1/ | ||
- | interface | + | ==== 🔹 5. VXLAN Interface ==== |
- | ip address | + | |
- | ==== 2. Transport Interface ==== | + | source |
+ | 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 | + | |
- | 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 | + | |
- | 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 |
- | | + | |
- | | + | |
- | ==== 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 1 vni 10001 | + | ==== 🔸 Aruba 6300 ==== |
- | | + | show interface |
+ | show interface | ||
+ | ping 172.22.32.1 | ||
+ | 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Â | + | {{ : |
- | show nve peers | + | |
- | ping 172.22.32.2 source 172.22.32.1Â | + | |
- | show mac address-table vlan 712 | + | |
- | ==== Aruba 6300 ==== | + | {{pdfjs 46em >: |
+ | ----Â | ||
+ | ---- | ||
- | 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 | + | |
+ | {{pdfjs 46em >: | ||
---- | ---- | ||
---- | ---- |
cisco/switch/9500/cisco_catalyst_9500_series_manual.1753986216.txt.gz · Last modified: 2025/07/31 13:23 by aperez