Hi!
Not working inter vlan routing in my 3com 4500 switch.
I have two vlan in my 3com 4500:
VLAN 1: 192.168.44.51/24
192.168.44.51 - it's ip on my 4500 switch
VLAN 2: 192.168.45.1/27
I configured port 21 in VLAN 2, type access and connect him notebook, gateway on network interface in the notebook 192.168.45.1, ip address 192.168.45.2
Routing automatically created:
[switch01]disp ip routing-table
Routing Table: public net
Destination/Mask Protocol Pre Cost Nexthop Interface
127.0.0.0/8 DIRECT 0 0 127.0.0.1 InLoopBack0
127.0.0.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
192.168.44.0/24 DIRECT 0 0 192.168.44.51 Vlan-interface1
192.168.44.51/32 DIRECT 0 0 127.0.0.1 InLoopBack0
192.168.45.0/27 DIRECT 0 0 192.168.45.1 Vlan-interface2
192.168.45.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
But ping between VLAN 1 and VLAN 2 not worked:
[switch01]ping -a 192.168.44.51 -i vlan-interface 2 192.168.45.2
PING 192.168.45.2: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out
--- 192.168.45.2 ping statistics ---
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss
[switch01]ping -a 192.168.45.1 -i vlan-interface 1 192.168.44.51
PING 192.168.44.51: 56 data bytes, press CTRL_C to break
Request time out
Request time out
--- 192.168.44.51 ping statistics ---
3 packet(s) transmitted
0 packet(s) received
100.00% packet loss
From notebook with ip 192.168.45.2 (vlan 2) pinging only 192.168.45.1, but 192.168.44.51 (vlan 1), 192.168.44.1 - not (any computer from network 192.168.44.0/24 not pinging).