Switches, Hubs, and Modems
1752777 Members
6290 Online
108789 Solutions
New Discussion

2848 VLan problem PLEASE HELP!!

 
MarkCooper
Occasional Contributor

2848 VLan problem PLEASE HELP!!

I have the following code:

 

I need Vlan 1 to view / connect to all other VLANS, I am using a computer connected to VLAN2 and a DHCP / SNTP in VLAN1 (192.168.5.10)

DHCP seems to be working on all the VLANs and when I connect MY PC into each VLAN I receive an IP address, I can ping all VLAN addresses. But when I connect my PC into VLAN2 my software will only see what is in VLAN2 and not the other VLANs.

 

Is there something else I need to do?

Please help

 

Running configuration:

; J4904A Configuration Editor; Created on release #I.08.98

hostname "ProCurve Switch 2848" 
snmp-server contact "" 
snmp-server location "" 
ip default-gateway 192.168.5.10 
ip routing 
snmp-server community "public" Unrestricted 
vlan 1 
   name "VLAN1" 
   untagged 1,19-43,46-48 
   ip address 192.168.5.1 255.255.255.0 
   ip helper-address 192.168.5.10 
   no untagged 2-18,44-45 
   ip igmp 
   ip irdp 
   exit 
vlan 2 
   name "VLAN2" 
   untagged 2-9 
   ip address 192.168.6.1 255.255.255.0 
   ip helper-address 192.168.5.10 
   ip igmp 
   ip irdp 
   exit 
vlan 3 
   name "VLAN3" 
   untagged 10,44-45 
   ip address 192.168.7.1 255.255.255.0 
   ip helper-address 192.168.5.10 
   ip igmp 
   ip irdp 
   exit 
vlan 4 
   name "VLAN4" 
   untagged 11-14,18 
   ip address 192.168.8.1 255.255.255.0 
   ip helper-address 192.168.5.10 
   ip igmp 
   ip irdp 
   exit 
vlan 5 
   name "VLAN5" 
   untagged 15-17 
   ip address 192.168.9.1 255.255.255.0 
   ip helper-address 192.168.5.10 
   ip igmp 
   ip irdp 
   exit 
ip route 0.0.0.0 0.0.0.0 192.168.5.10 


1 REPLY 1
jmglass
Occasional Advisor

Re: 2848 VLan problem PLEASE HELP!!

code on switch is very old, current on HP site shows I.10.77

<https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=J4904A&lang=en&cc=us&prodSeriesId=376300>

 

If you get the correct dhcp supplied IP address and mask for each VLAN, do you also get the correct gateway, path out to the other VLANs? If you only can talk to devices on the VLAN but not outside, I would suspect  routing between the VLANs, not a switch config problem. Check your gateway set on your client when on each VLAN, is it set correctly and can you ping it.

 

good luck

jim