Switches, Hubs, and Modems
1752301 Members
4548 Online
108786 Solutions
New Discussion юеВ

Re: HP 5308XL - Intervlan routing not working

 
Billy Warren
New Member

HP 5308XL - Intervlan routing not working

For some reason I can't get intervlan routing to work on our 5308XL. I've included a copy of the configuration below. The strange thing is, I've used the same config on a HP 2626 with no problems. I have this switch setup in a test environment with all the devices attaching directly to the 5308XL (no routers, firewalls, etc. between). If someone could shine some light on what I may be doing wrong, it would greatly be appreciated.


Running configuration:

; J4819A Configuration Editor; Created on release #E.10.52

hostname "HP ProCurve Switch 5308xl"
module 1 type J4907A
module 2 type J4907A
module 3 type J4907A
module 6 type J4820B
module 8 type J4820B
module 4 type J4820B
module 5 type J4820B
module 7 type J4820B
ip default-gateway 172.16.0.2
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A1,A3-A8,A10-A14,B1-B16,C1-C16,D1-D24,E1-E24,F1-F24,G1-G24,H1-H24
ip address 10.10.1.1 255.255.255.0
tagged A15-A16
no untagged A2,A9
exit
vlan 10
name "VLAN10"
untagged A2,A9
ip address 10.10.10.1 255.255.255.0
ip helper-address 10.10.1.10
tagged A15-A16
exit
spanning-tree



2 REPLIES 2
Mohieddin Kharnoub
Honored Contributor

Re: HP 5308XL - Intervlan routing not working

Hi

IP Routing is enabled, and you should have inter-vlan routing workig fine,

So if you have a PC connected to port A1 and has:
IP 10.10.1.5 255.255.255.0 and gateway 10.10.1.1

Another PC connected to A2 and has:
IP 10.10.10.5 255.255.255.0 and gateway 10.10.10.1

PC1 should ping its gateway, and it should ping VLan10 IP and then it should ping PC2.

PC2 also should be able to ping its gateways and Vlan1 IP and PC1.

Just check the configuration of the PCs, and double check your running configuration again and see where do you miss something.

Good Luck !!!
Science for Everyone
Billy Warren
New Member

Re: HP 5308XL - Intervlan routing not working

Thanks for pointing out the gateway!!! I typed the gateway address incorrectly on one of the computers. Corrected the address and all is right with the world now. Thanks for the heads up.