Start a Conversation

Unsolved

J

2 Posts

996

October 25th, 2018 12:00

InterVlan Not Working Dell N3024

I have a two networks that I would like to connect together

 

172.29.0.0/24 Vlan 10

172.29.1.0/24 Vlan 20 

 

I assigned to the interfaces Vlan-10 172.29.0.1 and to Vlan-20 172.29.1.1 respectively.  Configured the gateways, enable enable IP routing  but still doesn't work. Do we have a subnet-zero command on dell switches?  I tried creating a 3 vlan to create as default gateway and doesn't work either 


console#show ip route

Route Codes: R - RIP Derived, O - OSPF Derived, C - Connected, K - Kernel, S - Static
B - BGP Derived, E - Externally Derived, IA - OSPF Inter Area
E1 - OSPF External Type 1, E2 - OSPF External Type 2
N1 - OSPF NSSA External Type 1, N2 - OSPF NSSA External Type 2
S U - Unnumbered Peer, L - Leaked Route

* Indicates the best (lowest metric) route for the subnet.

Default Gateway is Vl30
S *0.0.0.0/0 [1/0] via 00h:16m:01s, Vl30
via 192.168.1.1, 00h:16m:01s, Vl30
C *172.29.0.0/24 [0/0] directly connected, Vl10
C *172.29.1.0/24 [0/0] directly connected, Vl20
C *192.168.1.0/24 [0/0] directly connected, Vl30

 

interface vlan 10
ip address 172.29.0.1 255.255.255.0
ip netdirbcast
bandwidth 10000
ip ospf area 0
ip rip
ip irdp
exit
interface vlan 20
ip address 172.29.1.1 255.255.255.0
ip netdirbcast
bandwidth 10000
ip ospf area 0
ip rip
ip irdp
exit
interface vlan 30
ip address 192.168.1.4 255.255.255.0
ip irdp
exit
interface vlan 40
ip address 192.168.2.1 255.255.255.0
ip irdp
exit

 


Could you provide me inside info about this problem

October 25th, 2018 10:00

Spoiler
Hello Community
Hello Community

I have a two networks that I would like to connect together

 

172.29.0.0/24 Vlan 10

172.29.1.0/24 Vlan 20 

 

I assigned to the interfaces Vlan-10 172.29.0.1 and to Vlan-20 172.29.1.1 respectively.  Configured the gateways, enable enable IP routing  but still doesn't work. Do we have a subnet-zero command on dell switches?  I tried creating a 3 vlan to create as default gateway and doesn't work either 


console#show ip route

Route Codes: R - RIP Derived, O - OSPF Derived, C - Connected, K - Kernel, S - Static
B - BGP Derived, E - Externally Derived, IA - OSPF Inter Area
E1 - OSPF External Type 1, E2 - OSPF External Type 2
N1 - OSPF NSSA External Type 1, N2 - OSPF NSSA External Type 2
S U - Unnumbered Peer, L - Leaked Route

* Indicates the best (lowest metric) route for the subnet.

Default Gateway is Vl30
S *0.0.0.0/0 [1/0] via 00h:16m:01s, Vl30
via 192.168.1.1, 00h:16m:01s, Vl30
C *172.29.0.0/24 [0/0] directly connected, Vl10
C *172.29.1.0/24 [0/0] directly connected, Vl20
C *192.168.1.0/24 [0/0] directly connected, Vl30

 

interface vlan 10
ip address 172.29.0.1 255.255.255.0
ip netdirbcast
bandwidth 10000
ip ospf area 0
ip rip
ip irdp
exit
interface vlan 20
ip address 172.29.1.1 255.255.255.0
ip netdirbcast
bandwidth 10000
ip ospf area 0
ip rip
ip irdp
exit
interface vlan 30
ip address 192.168.1.4 255.255.255.0
ip irdp
exit
interface vlan 40
ip address 192.168.2.1 255.255.255.0
ip irdp
exit

 


Could you provide me inside info about this problem

Moderator

 • 

8.7K Posts

October 26th, 2018 10:00

Hi, How are the interfaces configured? Are they in access mode or trunk mode?

No Events found!

Top