Link to home
Start Free TrialLog in
Avatar of koop1koop
koop1koop

asked on

HP 2848 switch VLANs

Hello,

I have the above switch that I have set up VLANs, I have a system manager connected to port 1 in VLAN 1 that needs to be able to see the data in all the other VLANs.

Can you tell me how I can do this please?
2800.pdf
J4904A-Configuration.txt
Avatar of koop1koop
koop1koop

ASKER

I guess what I need to be able to do is rout between the VLANs? how do I do this?
Avatar of fgasimzade
Since your HP switch support Ip routing, it can route between vlans. Can you ping 192.168.6.1 from you PC in vlan 1?
Yes I am able to ping all the different VLANs and equipment that I have connected with a static IP address, I have a DHCP server attached to VLAN1 but it does not seem to be giving out IP's to the other VLANs just VLAN1.

I have a workstation with some software that is supposed to look in the different VLANs and show you the connected equipment, I can only see what is connected to VLAN1 in this too.

There still seems to be a problem somewhere but I don't know where!
If you can ping all other VLANs, it means routing is in place and everything works fine. Just make sure that PCs in all other vlans have default gateway configured pointing to vlan ip addresses

Regarding your DHCP server, you would need to add ip helper address DHCP_ip_address under each vlan.

they all have the helper address

Running configuration:

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

hostname "ProCurve Switch 2848"
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
   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
   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
   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
   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
   exit
ip route 192.168.6.0 255.255.255.0 192.168.5.10
ip route 192.168.7.0 255.255.255.0 192.168.5.10
ip route 192.168.8.0 255.255.255.0 192.168.5.10
ip route 192.168.9.0 255.255.255.0 192.168.5.10
ip route 192.168.5.0 255.255.255.0 192.168.5.10
Make sure you can ping 192.168.5.10 from all the vlans. Also make sure your DHCP server is configured properly with default router pointing to vlan's ip addresses
I am unable to ping 192.168.5.10 from any other VLAN than 1
What is your default gateway on 192.168.5.10?
192.168.5.10
ASKER CERTIFIED SOLUTION
Avatar of fgasimzade
fgasimzade
Flag of Azerbaijan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
that worked a treat, I can now ping from everywhere and back again. it seems like the DHCP is even working now.

I am still unable to see the unit in the software on my PC though this maybe a software issue with the system manager on 192.168.5.10
***Update***

I have found that as the system I am wanting to use with the switch uses multicast there is no way that it will work unit less it had RIP and PIM installed (which it does not)...

My next question is if I connect a Cisco 2600 would I be able to get it to work?