HP 1910-48G内部networking不能ping其他IP池

我正在努力设置我的HP ProCurve v1910-48G。

我创build了5个vlans:

VLAN ID 1 192.168.0.1/24 <- default VLAN ID 10 192.168.1.254/24 VLAN ID 20 192.168.2.254/24 VLAN ID 30 192.168.3.254/24 VLAN ID 40 192.168.4.254/24 VLAN ID 50 192.168.5.254/24 

而我想要的是,vlans 10,20,30,40,50可以说对方,所以我连接vlan端口

VLAN端口详细信息

 GE1/0/44 1 10,20,30,40,50 Hybrid 1 GE1/0/45 1 10,20,30,40,50 Hybrid 1 GE1/0/46 1 10,20,30,40,50 Hybrid 1 GE1/0/47 1 10,20,30,40,50 Hybrid 1 GE1/0/48 1 10,20,30,40,50 Hybrid 1 

并设置IPv4路由:

 Active route table Destination IP Address Mask Protocol Preference Next Hop Interface 0.0.0.0 0.0.0.0 Static 192.168.0.254 Vlan-interface1 127.0.0.0 255.0.0.0 Direct 0 127.0.0.1 InLoopBack0 127.0.0.1 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0 192.168.0.0 255.255.255.0 Direct 0 192.168.0.1 Vlan-interface1 192.168.0.1 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0 192.168.1.0 255.255.255.0 Direct 0 192.168.1.254 Vlan-interface10 192.168.1.254 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0 192.168.2.0 255.255.255.0 Direct 0 192.168.2.254 Vlan-interface20 192.168.2.254 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0 192.168.3.0 255.255.255.0 Direct 0 192.168.3.254 Vlan-interface30 192.168.3.254 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0<br> 192.168.4.0 255.255.255.0 Direct 0 192.168.4.254 Vlan-interface40 192.168.4.254 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0 192.168.5.0 255.255.255.0 Direct 0 192.168.5.254 Vlan-interface50 192.168.5.254 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0 

在HP 1910-48G的端口44/45/46/47/48上,我在每个端口上都连接了一个不受pipe理的交换机。

而在非托pipe交换机上我连接一台电脑。 对于我的testing,我连接两个Windows 7的PC到另一个交换机,并尝试ping其他,例如:

Windows 7 pc1 ip 192.168.1.10

Windows 7 pc2 ip 192.168.2.10

他的两台电脑都不能ping通其他networking

我希望我解释得很好,有人可以帮我解决我的设置出了什么问题。

非常感谢您的反馈。