Switches, Hubs, and Modems
1753887 Members
7433 Online
108809 Solutions
New Discussion юеВ

5406zl Routing

 
SOLVED
Go to solution
chadtandy
Advisor

5406zl Routing

So here is our scenario. We have 3 5406zl switches, one on each floor, they are all uplinked to the 5406zl on the first floor, and from there we have an LACP connection to our core server switch which is a HP 4108gl. Also, all of the 5406zl's are being used for both Avaya VOIP phones and computers. The Avaya phones have two ports, so from the switch to the phone, and then to the computer. This part is working. The problem we are having is routing from the VOIP vlan 4 to the default vlan 1. Below is our config:

Startup configuration:

; J8697A Configuration Editor; Created on release #K.12.62

hostname "ProCurve Switch 5406zl"
module 1 type J8702A
module 2 type J8702A
module 3 type J8705A
trunk C19-C20 Trk1 LACP
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A4-A24,B1-B24,C1-C18,C21-C24,Trk1
ip helper-address 192.168.200.224
ip address 192.168.2.214 255.255.0.0
tagged A1-A3
exit
vlan 2
name "GUEST_VLAN_A"
tagged Trk1
no ip address
exit
vlan 3
name "VIDEO_VLAN_A"
tagged Trk1
no ip address
exit
vlan 4
name "VOIP_VLAN_A"
untagged A1-A3
ip helper-address 192.168.200.224
ip address 172.16.1.254 255.255.128.0
tagged A4-A24,B1-B24,C1-C18,Trk1
exit
qos type-of-service diff-services
ip route 192.168.0.0 255.255.0.0 192.168.150.25
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree priority 1


With a laptop in the VOIP vlan I can configure a manual address and set 172.16.1.254 as my default gateway. From there I can ping 192.168.2.214, the VLAN 1 IP address, but I can ping or connect to any additional IP's in VLAN 1. Any thoughts?

Thanks,
-Chad
2 REPLIES 2
serpel
Trusted Contributor
Solution

Re: 5406zl Routing

hi chad,
the question is, do the other devices you want to ping know there route to the voip vlan?
you might need a route at the device with the ip 192.168.150.25, if this the default gateway for your clients and servers. something like
ip route 172.16.1.0 255.255.128.0 192.168.2.214
hth
alex
chadtandy
Advisor

Re: 5406zl Routing

Thanks! That was it, makes perfect sense know that I think of it, wish I would've thought of that...

Thanks!
-Chad