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?
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
Tracing route to 2.1.1.2 over a maximun of 30 hops
1 1 ms 4 ms 4 ms 1.1.1.1
2 * * * Request timed out.
etc....
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
console# show 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 192.168.0.1 0:33:7 vlan 1
C 1.1.1.0/24 is directly connected vlan 100
C 2.1.1.0/24 is directly connected vlan 150
C 192.168.0.0/23 is directly connected vlan 1
Which is where my (limited) knowledge runs out as I have no idea what any of that means.
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
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:
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 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.8K 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.5K 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