I must be missing a significant concept in VLAN Routing. I have 20 or so Dell 3548 switches all configured on default VLAN1. I have these a voice VLAN on these configured and working but they are using a Cisco 3560 switch we want to take out of service.
I have a PC 6224 Layer 3 Switch we want to do VLAN routing with. And we want to add additional VLANS for clients; mobile devices, desktops & servers.
For testing I configured the 6224 with VLAN 25, 100 with routing. I configured two access ports on VLAN25. And the last two ports are configured for General and have VLAN 25/100 tagged. On the switch I can ping devices elsewhere on the network VLAN1 or directly connected devices on VLAN25 or remote phones on VLAN100. But from a desktop connected to the port on this switch Untagged VLAN25 I cannot ping or reach devices on VLAN100. The two test desktops are assigned IP 192.168.40.100 & 192.168.40.101 with Gateway of 192.168.40.1.
The switch config is:
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.05.08 12:01:15 =~=~=~=~=~=~=~=~=~=~=~=
console#show runn
!Current Configuration:
!System Description "PowerConnect 6224, 3.3.10.3, VxWorks 6.5"
!System Software Version 3.3.10.3
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 25,100
vlan routing 100 1
vlan routing 25 2
exit
stack
member 1 1
exit
ip address 192.168.2.51 255.255.224.0
ip default-gateway 192.168.0.1
mac access-list extended test
exit
ip routing
interface vlan 25
name "Staff"
routing
ip address 192.168.40.1 255.255.255.0
exit
interface vlan 100
name "Voice"
routing
ip address 192.168.100.1 255.255.255.0
exit
!
interface ethernet 1/g1
switchport access vlan 25
exit
!
interface ethernet 1/g2
switchport access vlan 25
exit
!
interface ethernet 1/xg3
switchport mode general
switchport general ingress-filtering disable
mode dvlan-tunnel
exit
!
interface ethernet 1/xg4
switchport mode general
switchport general ingress-filtering disable
mode dvlan-tunnel
Any help is much appreciated.