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/30 16:14] โ [โ Tip for Studying] aperez | cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/09/11 01:08] (current) โ aperez | ||
---|---|---|---|
Line 1149: | Line 1149: | ||
* Scale beyond 4094 VLAN limit using 16 million VNIs | * Scale beyond 4094 VLAN limit using 16 million VNIs | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | ====== VXLAN Static Configuration โ Cisco 9500 โ Aruba 6300 ====== | ||
+ | |||
+ | === ๐ Architecture Summary === | ||
+ | |||
+ | ^ Parameter | ||
+ | | VTEP Loopback IP | 172.22.32.1 | ||
+ | | Transport IP | 172.18.32.33 (To Aruba) | ||
+ | | Transport Interface | ||
+ | | OSPF Area | 0 | 0 | | ||
+ | | VXLAN Mode | Static VXLAN | Static VXLAN | | ||
+ | | VXLAN Interface | ||
+ | | VNIs | 10001, 10700โ10732 | ||
+ | | Inter-VXLAN Bridging | ||
+ | |||
+ | ---- | ||
+ | |||
+ | === ๐ Cisco 9500 Configuration === | ||
+ | |||
+ | ==== ๐น 1. VTEP Loopback ==== | ||
+ | interface Loopback0 | ||
+ | ip address 172.22.32.1 255.255.255.255 | ||
+ | |||
+ | ==== ๐น 2. Transport Interface ==== | ||
+ | interface TenGigabitEthernet1/ | ||
+ | | ||
+ | ip address 172.18.32.33 255.255.255.252 | ||
+ | no shutdown | ||
+ | |||
+ | ==== ๐น 3. OSPF ==== | ||
+ | router ospf 100 | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ==== ๐น 4. Static Route ==== | ||
+ | ip route 172.22.32.2 255.255.255.255 172.18.32.34 | ||
+ | |||
+ | ==== ๐น 5. NVE Interface ==== | ||
+ | interface nve1 | ||
+ | no shutdown | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ==== ๐น 6. Bridge Domains ==== | ||
+ | bridge-domain 1 | ||
+ | | ||
+ | |||
+ | bridge-domain 700 | ||
+ | | ||
+ | |||
+ | bridge-domain 712 | ||
+ | | ||
+ | |||
+ | bridge-domain 730 | ||
+ | | ||
+ | |||
+ | bridge-domain 732 | ||
+ | | ||
+ | |||
+ | ---- | ||
+ | |||
+ | === ๐งฉ Aruba 6300 Configuration === | ||
+ | |||
+ | ==== ๐น 1. Loopback Interface ==== | ||
+ | interface loopback 0 | ||
+ | ip address 172.22.32.2/ | ||
+ | |||
+ | ==== ๐น 2. Transport Interface ==== | ||
+ | interface 1/1/12 | ||
+ | | ||
+ | ip address 172.18.32.34/ | ||
+ | no shutdown | ||
+ | |||
+ | ==== ๐น 3. OSPF ==== | ||
+ | router ospf | ||
+ | | ||
+ | area 0.0.0.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 6300 ==== | ||
+ | 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 | ||
+ | |||
+ | |||
+ | |||
+ | === โ Notes === | ||
+ | |||
+ | * The VXLAN tunnels use **static replication** for simplicity and full control. | ||
+ | * Ensure **Loopback reachability** via static route or OSPF in both directions. | ||
+ | * For production EVPN deployment, BGP configuration will be required. | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | {{ : | ||
+ | |||
+ | {{pdfjs 46em >: | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | |||
+ | {{ : | ||
+ | |||
+ | {{pdfjs 46em >: | ||
---- | ---- | ||
---- | ---- |
cisco/switch/9500/cisco_catalyst_9500_series_manual.1753910072.txt.gz ยท Last modified: 2025/07/30 16:14 by aperez