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:22] – [2. Transport Interface] 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 ==== | + | |
- | cisco | + | ==== 🔹 3. OSPF ==== |
- | Copy | + | router ospf 100 |
- | Edit | + | |
- | router ospf 100Â | + | |
- | | + | |
- | | + | |
- | | + | |
- | ==== 4. Static Route (Loopback reachability) ==== | + | |
- | cisco | + | ==== 🔹 4. Static Route ==== |
- | Copy | + | ip route 172.22.32.2 255.255.255.255 172.18.32.34 |
- | Edit | + | |
- | ip route 172.22.32.2 255.255.255.255 172.18.32.34Â | + | |
- | ==== 5. VXLAN NVE Interface ==== | + | |
- | cisco | + | ==== 🔹 5. NVE Interface ==== |
- | Copy | + | interface nve1 |
- | Edit | + | |
- | interface nve1Â | + | |
- | no shutdown | + | |
- | | + | |
- | | + | member vni 10712 ingress-replication 172.22.32.2Â |
- | | + | |
- | ... | + | member vni 10732 ingress-replication 172.22.32.2 |
- | | + | |
- | ==== 6. Map VNIs to Bridge Domains ==== | + | |
- | cisco | + | ==== 🔹 6. Bridge Domains ==== |
- | Copy | + | bridge-domain 1 |
- | Edit | + | |
- | bridge-domain 1Â | + | |
- | | + | |
- | bridge-domain 700Â | + | |
- | | + | |
- | bridge-domain 712Â | + | |
- | | + | |
- | bridge-domain 730Â | + | |
- | | + | |
- | bridge-domain 732Â | + | |
- | | + | |
- | === 🧩 Aruba 6300 – Configuration === | + | |
- | ==== 1. Loopback for VTEP ==== | + | ---- |
- | aruba | + | === 🧩 Aruba 6300 Configuration |
- | Copy | + | |
- | Edit | + | |
- | interface loopback 0Â | + | |
- | ip address 172.22.32.2/ | + | |
- | ==== 2. Transport Interface ==== | + | |
- | aruba | + | ==== 🔹 1. Loopback Interface ==== |
- | Copy | + | interface |
- | Edit | + | |
- | interface | + | |
- | | + | |
- | ip address 172.18.32.34/30Â | + | |
- | no shutdown | + | |
- | ==== 3. OSPF Configuration ==== | + | |
- | aruba | + | ==== 🔹 2. Transport Interface ==== |
- | Copy | + | |
- | Edit | + | |
- | router ospf | + | |
- | | + | |
- | area 0.0.0.0 | + | |
interface 1/1/12 | interface 1/1/12 | ||
- | interface loopback 0Â | + | |
- | ==== 4. Static Route (for Cisco VTEP) ==== | + | |
+ | no shutdown | ||
+ | Â | ||
+ | ==== 🔹 3. OSPF ==== | ||
+ | router ospf | ||
+ | | ||
+ | area 0.0.0.0Â | ||
+ | | ||
+ | interface loopback 0Â | ||
+ | Â | ||
+ | ==== 🔹 4. Static Route ==== | ||
+ | ip route 172.22.32.1/ | ||
+ | Â | ||
+ | ==== 🔹 5. VXLAN Interface ==== | ||
+ | interface vxlan 1Â | ||
+ | | ||
+ | | ||
+ | Â | ||
+ | ==== 🔹 6. VNI to VLAN Mapping ==== | ||
+ | vxlan vlan 1 vni 10001Â | ||
+ | vxlan vtep 172.22.32.1Â | ||
+ | Â | ||
+ | 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Â | ||
+ | vxlan vtep 172.22.32.1Â | ||
+ | Â | ||
+ | vxlan vlan 732 vni 10732Â | ||
+ | vxlan vtep 172.22.32.1Â | ||
+ | Â | ||
+ | ----Â | ||
+ | Â | ||
+ | === 🧪 Validation Commands === | ||
+ | Â | ||
+ | ==== 🔸 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 | + | ==== 🔸 Aruba 6300 ==== |
- | Copy | + | show interface vxlan 1 |
- | Edit | + | show interface vxlan vni vteps |
- | ip route 172.22.32.1/32 172.18.32.33Â | + | |
- | ==== 5. VXLAN Tunnel ==== | + | show mac-address-table vlan 712 |
- | aruba | ||
- | Copy | ||
- | Edit | ||
- | interface vxlan 1 | ||
- | | ||
- | | ||
- | ==== 6. VXLAN VNI/VLAN Mapping ==== | ||
- | aruba | ||
- | Copy | ||
- | Edit | ||
- | vxlan vlan 1 vni 10001 | ||
- | vxlan vtep 172.22.32.1 | ||
- | vxlan vlan 700 vni 10700 | + | === ✅ Notes === |
- | vxlan vtep 172.22.32.1 | + | |
- | vxlan vlan 712 vni 10712 | + | * 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. |
+ | * For production EVPN deployment, BGP configuration will be required. | ||
- | vxlan vlan 730 vni 10730 | ||
- | vxlan vtep 172.22.32.1 | ||
- | vxlan vlan 732 vni 10732 | ||
- | vxlan vtep 172.22.32.1 | ||
- | === ✅ Verification === | ||
- | ==== Cisco 9500 ==== | + | ----Â |
+ | ----Â | ||
+ | {{ : | ||
- | cisco | + | {{pdfjs 46em >: |
- | Copy | + | ---- |
- | Edit | + | ---- |
- | 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 ==== | ||
- | aruba | + | {{ : |
- | Copy | + | |
- | Edit | + | |
- | 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.1753986171.txt.gz · Last modified: 2025/07/31 13:22 by aperez