Thatâ s weirdâ ¦
I changed the default VLAN configuration as follows. Pinging was possible among VLAN 1 IP addresses.
********************************
HP 2910 al
********************************
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 192.168.0.1 255.255.255.0
exit
name "Data Center"
untagged 1-2
ip helper-address 10.20.64.11
ip helper-address 10.20.64.7
ip address 10.20.64.254 255.255.255.0
tagged 48
exit
gvrp
ip routing
no ip source-route
********************************
HP 2810
********************************
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 192.168.0.1 255.255.255.0
exit
gvrp
The problem is that even if VLANs are spread and routing is active, itâ s not possible to ping the IP address of another VLAN from the 2810 anymore.
ProCurve Switch 2810-48G(config)# ping 192.168.0.1
192.168.0.1 is alive, time = 1 ms
ProCurve Switch 2810-48G(config)# ping 10.20.64.254
Ping failed: Network is unreachable on this VLAN.
At this stage I wasnâ t sure and so I tried to set the VLAN 15 up in the Procurve 2810 as well, as follows:
name "Data Center"
untagged 1-2
ip helper-address 10.20.64.11
ip helper-address 10.20.64.7
ip address 10.20.64.254 255.255.255.0
tagged 48
exit
Afterwards, I tried to physically ping a host linked into the 2910 and belonging to VLAN 15; it turned out that it was possible.
Now it looks like a problem linked to GVRP.
Where am I wrong? Why isnâ t the routing among VLANs happening?
Thanks again!