Unsolved
This post is more than 5 years old
9 Posts
0
107650
September 23rd, 2013 09:00
PowerConnect 5224 - How to configuration Inter-VLAN-Routing?
Hi
i need make work its switch 5524 with Inter-Vlan-rounting
interface vlan 1
ip address dhcp
!
interface vlan 3
name vlan_servidores
ip address 192.168.132.3 255.255.255.224
!
interface vlan 4
name vlan_voz
ip address 192.168.132.67 255.255.255.192
!
interface vlan 5
name vlan_datos
ip address 192.168.132.131 255.255.255.128
!
interface vlan 7
name vlan_wireless
ip address 192.168.133.129 255.255.255.192
!
interface vlan 8
name vlan_impresoras
ip address 192.168.133.193 255.255.255.224
I set in the interface vlan -> ip rounting (this command enable IP routing) but not work!
I apreciate your help.
thanks
No Events found!


DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.3K Points
0
September 23rd, 2013 10:00
Hi,
The 5524 has limited routing capabilities. Page 689 shows the commands for IP routing ftp://ftp.dell.com/Manuals/Common/powerconnect-5524_Reference%20Guide_en-us.pdf
console (config)# ip routing
If you run show ip route does it show the routes you configured?
josemiguel89198
9 Posts
0
September 23rd, 2013 12:00
Yes i did,
I configured the command in globaly mode.
SW-PCABOM-CORE# sh ip route
Maximum Parallel Paths: 1 (1 after reset)
IP Forwarding: enabled
Codes: C - connected, S - static, D - DHCP
S 0.0.0.0/0 [1/1] via 172.18.255.1 4:20:9 vlan 11
C 172.18.255.0/24 is directly connected vlan 11
S 192.168.120.0/23 [1/1] via 172.18.255.1 4:20:9 vlan 11
C 192.168.132.128/25 is directly connected vlan 5
C 192.168.133.128/26 is directly connected vlan 7
S 192.168.136.0/23 [1/1] via 172.18.255.1 4:20:9 vlan 11
S 192.168.189.0/24 [1/1] via 172.18.255.1 4:20:9 vlan 11
S 192.168.190.0/24 [1/1] via 172.18.255.1 4:20:9 vlan 11
the others Vlans it's no replay
anny suggestion
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.3K Points
0
September 23rd, 2013 13:00
What were the commands that you used to set up
the routes? Can you post your running config? What is the firmware version that you are running?
josemiguel89198
9 Posts
0
September 24th, 2013 07:00
The commands that i'm used were the following:
In command globally
switch (config)# ip routing
switch (config)# int vl 3
switch (config-if)# ip add A.B.C.D mask A.B.C.D
switch (config-if)#ip routing
.
.
.
switch (config)# int vl 5
switch (config-if)# ip add A.B.C.D mask A.B.C.D
switch (config-if)#ip routing
switch #cop run st
end!
switch # sh version
Unit SW version Boot version HW version
------------------ ------------------- ------------------- ------------------
1 4.0.1.11 1.0.0.12 00.00.02
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.3K Points
0
September 24th, 2013 10:00
Is there a layer 3 switch on the network? Are the ports set as access ports or trunk ports?
josemiguel89198
9 Posts
0
September 24th, 2013 10:00
DELL Powerconnect 5524 is a layer 3 switch. it make the inter-vlan-routing in the small network.
The problem is that no run config inside the switch.
example: (configured Vlans)
interface vlan 3
name vlan_servidores
ip address 192.168.132.3 255.255.255.224
!
interface vlan 4
name vlan_voz
ip address 192.168.132.67 255.255.255.192
!
interface vlan 5
name vlan_datos
ip address 192.168.132.131 255.255.255.128
!
interface vlan 7
name vlan_wireless
ip address 192.168.133.129 255.255.255.192
!
interface vlan 8
name vlan_impresoras
ip address 192.168.133.193 255.255.255.224
!
interface vlan 10
name vlan_management
ip address 192.168.133.243 255.255.255.240
(PING to defaul-gateway above per Vlan)
Pinging 192.168.132.3 with 18 bytes of data:
PING: no reply from 192.168.132.3
PING: time-to-live-exceeded
PING: no reply from 192.168.132.3
PING: time-to-live-exceeded
PING: no reply from 192.168.132.3
PING: time-to-live-exceeded
PING: no reply from 192.168.132.3
PING: time-to-live-exceeded
Pinging 192.168.132.67 with 18 bytes of data:
PING: no reply from 192.168.132.67
PING: time-to-live-exceeded
PING: no reply from 192.168.132.67
PING: time-to-live-exceeded
PING: no reply from 192.168.132.67
PING: time-to-live-exceeded
PING: no reply from 192.168.132.67
PING: time-to-live-exceeded
Pinging 192.168.132.131 with 18 bytes of data:
18 bytes from 192.168.132.131: icmp_seq=1. time=0 ms
18 bytes from 192.168.132.131: icmp_seq=2. time=0 ms
18 bytes from 192.168.132.131: icmp_seq=3. time=0 ms
18 bytes from 192.168.132.131: icmp_seq=4. time=0 ms
Pinging 192.168.133.129 with 18 bytes of data:
18 bytes from 192.168.133.129: icmp_seq=1. time=0 ms
18 bytes from 192.168.133.129: icmp_seq=2. time=0 ms
18 bytes from 192.168.133.129: icmp_seq=3. time=0 ms
18 bytes from 192.168.133.129: icmp_seq=4. time=0 ms
Pinging 192.168.133.193 with 18 bytes of data:
PING: no reply from 192.168.133.193
PING: time-to-live-exceeded
PING: no reply from 192.168.133.193
PING: time-to-live-exceeded
PING: no reply from 192.168.133.193
PING: time-to-live-exceeded
PING: no reply from 192.168.133.193
PING: time-to-live-exceeded
Pinging 192.168.133.243 with 18 bytes of data:
PING: no reply from 192.168.133.243
PING: time-to-live-exceeded
PING: no reply from 192.168.133.243
PING: time-to-live-exceeded
PING: no reply from 192.168.133.243
PING: time-to-live-exceeded
PING: no reply from 192.168.133.243
PING: time-to-live-exceeded
Only run vlan 5 and 7
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.3K Points
0
September 24th, 2013 12:00
Yes it does layer 3 routing, I just wanted to make sure that there wasn’t anything else on the network that could be causing an issue.
In your routes what is the 172.18.255.x vlan 11 network?
S 0.0.0.0/0 [1/1] via 172.18.255.1 4:20:9 vlan 11
C 172.18.255.0/24 is directly connected vlan 11
S 192.168.120.0/23 [1/1] via 172.18.255.1 4:20:9 vlan 11
S 192.168.136.0/23 [1/1] via 172.18.255.1 4:20:9 vlan 11
S 192.168.189.0/24 [1/1] via 172.18.255.1 4:20:9 vlan 11
S 192.168.190.0/24 [1/1] via 172.18.255.1 4:20:9 vlan 11
Can you try to create a static route to the VLANs that are not pinging and 5 or 7?
josemiguel89198
9 Posts
0
September 25th, 2013 08:00
Hi Josh.
in my network the route 172.18.255.x is a point-to-point with other location. this reason for configured static route.
Vlan 11 too running config.