mattb13

updated

1 year ago

M

mattb13

1 Rookie

3 Posts

2 Points

0

197

June 24th, 2025 12:33

Dell MX9116N Inter-VLAN routing

Hi! I have a Dell MX9116N switch operating in full switch mode with two SVIs in L3 mode:

interface vlan10

mode L3

no shutdown

ip address 192.168.245.1/24

!

interface vlan20

mode L3

no shutdown

ip address 192.168.4.2/29

!


I have routes set-up to forward traffic from 0.0.0.0/0 to 192.168.4.1:


  *S    0.0.0.0/0           via 192.168.4.1          vlan20                  1/0               00:06:10

However I can't get inter-vlan routing to work (i.e. routing from vlan10 to vlan 20)

switch-1(config)# ping -Ivlan10 192.168.4.1

PING 192.168.4.1 (192.168.4.1) from 192.168.245.1 br10: 56(84) bytes of data.

--- 192.168.4.1 ping statistics ---

2 packets transmitted, 0 received, 100% packet loss, time 5ms



Is there anything specific that one needs to run to set this up?

(edited)