Unsolved
1 Rookie
•
20 Posts
0
29
February 24th, 2025 20:05
Dell 4048 running OS9 using Static VXLAN need help with Multicast so HSRP on Routers will work
I was able to get Static VXLAN working between two Dell 4048 on OS9 but I now need to be able to push multicast over it. Specifically Hello packets from my routers using HSRP.
So all routers need to exchange HSRP hello packets from site 1 and site 2.
RTR-1
RTR-2
RTR-3
RTR-4
host SW-1
feature vxlan
!
vxlan-instance 1 static
local-vtep-ip 101.101.101.1
no shutdown
vni-profile VNI_Profile
vnid 100
remote-vtep-ip 102.102.102.2 vni-profile VNI_Profile
exit
interface TenGigabitEthernet 1/48
description to_SW-2
ip address 100.100.100.1/24
mtu 9216
no negotiation auto
no shutdown
interface TenGigabitEthernet 1/16
description to_Computer-1
vxlan-instance 1
no ip address
switchport
no shutdown
interface Vlan 50
vxlan-vnid 100
no ip address
untagged TenGigabitEthernet 1/16
no shutdown
interface Loopback 1
ip address 101.101.101.1/24
no shutdown
ip route 0.0.0.0/0 TenGigabitEthernet 1/48
host SW-2
feature vxlan
!
vxlan-instance 1 static
local-vtep-ip 102.102.102.2
no shutdown
vni-profile VNI_Profile
vnid 100
remote-vtep-ip 101.101.101.1 vni-profile VNI_Profile
exit
interface TenGigabitEthernet 1/48
description to_SW-1
ip address 100.100.100.2/24
mtu 9216
no negotiation auto
no shutdown
interface TenGigabitEthernet 1/16
description to_Computer-1
vxlan-instance 1
no ip address
switchport
no shutdown
interface Vlan 50
vxlan-vnid 100
no ip address
untagged TenGigabitEthernet 1/16
no shutdown
interface Loopback 1
ip address 102.102.102.2/24
no shutdown
ip route 0.0.0.0/0 TenGigabitEthernet 1/48