Unsolved
1 Rookie
•
1 Message
0
1
August 8th, 2025 00:54
Z9100-ON Vxlan Configuration
I am attempting to add a Z9100-ON to our OSPF network and I have it communicating correctly over that network.
The problem I'm running into is that I cannot get communication over VXLANs. I have an end device that is looking for vxlan 1010 and I have tried everything to get it to work but im hitting a wall. Here is the current configuration I have:
Here is the vxlan config:
feature vxlan
vxlan-instance 1 static
local-vtep-ip 10.0.0.100
no shutdown
vni-profile TEST
vnid 1010
remote-vtep-ip 10.0.0.2 vni-profile TEST
Here is the PTP:
interface hundredGigE 1/1
ip address 10.0.58.6/30
mtu 9216
no shutdown
no intf-type cr4 autoneg
fec enable
Here is the vlan config:
interface Vlan 1010
vxlan-vnid 1010
name TEST
ip address 10.32.8.1/24
mtu 9216
untagged TenGigabitEthernet 1/33
no shutdown
and here is the port the end device is physically connected to:
interface TenGigabitEthernet 1/33
vxlan-instance 1
no ip address
mtu 9216
switchport
no shutdown
Any help would be greatly appreciated.