Unsolved
9 Posts
0
2231
April 11th, 2021 05:00
Inter VLAN communication Dell PowerConnect 5548p
Hi,
I'm clearly being dumb here, but I don't seem to be able to get devices in different vlans to communicate with each other on my Dell PowerConnect 5548p.
I've set it up as follows.
Create VLAN20 and added port 4
Create VLAN30 and added port 6
All other ports are on VLAN1 as default and port 2 is used to connect to the rest of the network on the 192.168.0.0/24 subnet (including the internet router)
I've then added some ip addresses
192.168.0.246 VLAN1
192.168.20.246 VLAN20
192.168.30.246 VLAN30
Finally I've enabled the DHCP server and added two network pools
VLAN20 192.168.20.1 - 192.168.20.199
VLAN20 192.168.30.1 - 192.168.30.199
So, I then connect PC2 to port 4 and it is assigned IP address 192.168.20.1
and connect PC3 to port6 and it is assigned IP address 192.168.30.1
PC2 can ping all the interfaces on the switch, i.e. 192.168.0.246, 192.168.20.246 & 192.168.30.246, but not PC3 on 192.168.30.1 or the internet router on 192.168.0.1
PC3 is the same, just the other way round.
I've searched and advice seems to the be this should just work. (one posting suggested logging into the console and issuing the ip routing command, which I've done with no change).
Does anyone have any advice on what I might have missed.
Thanks in advance
0 events found


DELL-Joey C
Moderator
•
4.1K Posts
0
April 12th, 2021 02:00
Hi,
I'm not verse with networking but I'll try to help out. It may seem that the VLANs are not able to communicate with each other. IP routing show be able to enable them to communicate. Would you mind checking if the IP routing command is configured in global setting?
Reference doc: https://dell.to/3dctHuK
darious1472
9 Posts
0
April 12th, 2021 04:00
Thanks for replying.
I've just run though the examples in the manual (pages 212-213) using the following commands in the CLI.
I then connected 2 pcs to ports 1 & 2 and set them as
PC1 : Port 1 IP 1.1.1.2, Gateway 1.1.1.1
PC1 : Port 2 IP 2.1.1.2, Gateway 2.1.1.1
As per my previous attempts (with different ips)> Each machine can ping all the interfaces on the switch (1.1.1.1, 2.1.1.1, 192.168.0.246, which I left on the default vlan for access).
But they cannot ping each other.
A tracert from PC1 to PC2 shows
I think this means that it's not routing between the vlans inside the switch, i.e. no route between 1.1.1.1 & 2.1.1.1
Looking at the routes on the switch shows
Which is where my (limited) knowledge runs out as I have no idea what any of that means.
So still stuck
DiegoLopez
4 Operator
•
2.7K Posts
0
April 12th, 2021 07:00
Hello @darious1472,
Maybe there is an issue on the VLAN database. It could not have been created. Could you check this article: How to create VLANs on a Dell Networking PowerConnect Switches
- https://dell.to/2QkEtWt
Regards.
darious1472
9 Posts
0
April 12th, 2021 22:00
I'm quite sure it's created the vlans. I can see them in the Web UI and
which looks like vlans 100 and 150 are there.
DELL-Joey C
Moderator
•
4.1K Posts
0
April 13th, 2021 01:00
Hi,
I'm pretty sure you mentioned you followed the user guide page 212 on the commands. Though, would you mind, doing the configure again after you have cleared the previous configuration, but following this method:
console#config
console(config)# vlan database
console(config-vlan)# vlan 100-150
console(config-vlan)# exit
console(config)#interface gi1/0/1
console(config-if)# switchport access vlan 100
console(config-if)# ip address 1.1.1.1 255.255.255.0
console(config-vlan)# exit
console(config)#interface gi1/0/2
console(config-if)# switchport access vlan 150
console(config-if)# ip address 2.1.1.1 255.255.255.0
console(config-vlan)# exit
Test the ping, and let us know the outcome.
darious1472
9 Posts
0
April 14th, 2021 01:00
I just tried the above, .i.e. reset the switch then did...
That appears to be worse.
the two pcs attached to ports 1 & 2 still cannot ping each other. They also cannot ping any of the interfaces on the switch
DELL-Sam L
Moderator
•
7.9K Posts
0
April 14th, 2021 16:00
Hello darious1472,
What is the current version of firmware that is on your switch?
darious1472
9 Posts
0
April 14th, 2021 22:00
It is running version 4.1.0.20
DELL-Joey C
Moderator
•
4.1K Posts
0
April 14th, 2021 23:00
Hi,
Would mind letting us know the output for show running-configuration.
darious1472
9 Posts
0
April 15th, 2021 05:00
sure, here is the output
DELL-Joey C
Moderator
•
4.1K Posts
0
April 15th, 2021 18:00
Hi,
I am not able to see the output reply display on your post comment. Would you be able to PM me the output results.
darious1472
9 Posts
0
April 15th, 2021 21:00
didn't like having the service tag in there.
darious1472
9 Posts
0
April 16th, 2021 02:00
Yeah, with the dhcp server enabled on the switch and the ip address pools set to the correct ranges. The PCs on ports 1 & 2 were being assigned suitable IP addresses and had the relevant switch gateway address set for each vlan.
i.e. PC1 on port 1, VLAN10 was given ip 192.168.10.1 and had 192.168.10.246 as the gateway address, which was the ip assigned on the switch to VLAN10.
DELL-Joey C
Moderator
•
4.1K Posts
0
April 16th, 2021 02:00
Hi,
Thanks for the output. I might need to check it and need some time to find out what's the issue.
Meanwhile, could you check if the PC connected to the port 1 and 2 are getting IP assigned?
DELL-Josh Cr
Moderator
•
9.6K Posts
0
April 16th, 2021 11:00
Hi,
What is the output of show ip route? Try turning of ip routing and turning it back on again.
no ip routing
ip routing