Unsolved

This post is more than 5 years old

16181

September 10th, 2013 14:00

Need help configuring 6224 Power connect switch

Hello everyone,


I hope I can get some help. I am new to Dell 6224 and trying to get vlan routing working. Starting with a basic configuration.

Vlan 30 = 200.168.30.x

vlan 35= 200.168.35.x

laptop#1 vlan 35: 200.168.35.200 /24 and Default gateway of 200.168.35.254

laptop#2 vlan 30: 200.168.30.200/24 and default gateway of 200.168.30.254

When testing from either laptop I am not able to ping the the respective default gateway. Also when I put another laptop on each vlan I am able to ping clients on same vlan. But I can not ping clients on different vlans.

my current test lab config is below.for the switch When I put a laptop and plug it into switch port 1 and use a 200.168.35.200 and a default gateway address of 200.168.35.254

!Current Configuration:
!System Description "PowerConnect 6224, 3.3.6.4, VxWorks 6.5"
!System Software Version 3.3.6.4
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 30,35
vlan routing 30 1
vlan routing 35 2
exit

stack
member 1 1
exit
ip address 128.20.30.1 255.255.0.0

ip default-gateway 128.20.22.12
ip routing
interface vlan 30
name "vlan30 Clients"
routing
ip address 200.168.30.254 255.255.255.0
exit
interface vlan 35
name "vlan35 clients"
routing
ip address 200.168.35.254 255.255.255.0
exit
username "admin" password 70e8ae439a6fd4f5817c6a04f026f48f level 15 encrypted
!
interface ethernet 1/g1
switchport mode general
switchport general allowed vlan add 35
exit
!
interface ethernet 1/g22
switchport mode general
switchport general allowed vlan add 30
exit

September 19th, 2013 09:00

Hello,

Thanks for your answer Daniel. That gave me the ability to ping the gateway. Now I have been looking over some of the docs you have referenced before with regard to setting up vlan routing etc. One you referred to "PowerConnect Application Note #38. I was reading and following the steps. I do have a question I hope you can answer from that doc. In step #4 "Define routes to each network" they put in 2 static routes....one to 10.10.0.0 network with 10.10.0.2 as next hop router and a 2nd network 10.20.0.0 with next hop of 10.20.0.2. My question is were do they get the next hop IP address routes for each network? I do not see anywhere in the doc they define it or use either 10.20.0.2 or 10.10.0.2 except in those 2 lines. So my question is what are they being used for specifically and what is connected to that address?  I appreciate your assistance Daniel

Top