LAN Routing
1748164 Members
3637 Online
108758 Solutions
New Discussion

Re: inter vlan routing 3com 4500 switch

 
555555
Visitor

inter vlan routing 3com 4500 switch

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).

 

3 REPLIES 3
555555
Visitor

Re: inter vlan routing 3com 4500 switch

Problem solved.

The basic problem was in that that routing doesn't work between vlan 1 (default vlan) and any others vlan's.

And check firewalls on your PC :))
G N Brooks
Advisor

Re: inter vlan routing 3com 4500 switch

How did you solve the problem? Can you provide details?

 

I am having a similar issue. However, I have a third vlan (VLAN 999) that works OK while the other (VLAN 600) does not.

 

VLAN 999 is working but VLAN 600 is not. The setup is exactly the same and the routing table looks the same for both:

 

[Core_Layer_3]display ip rout
 Routing Table: public net
Destination/Mask   Protocol Pre  Cost        Nexthop         Interface
0.0.0.0/0          STATIC   60   0           10.0.0.253      Vlan-interface1
10.0.0.0/24        DIRECT   0    0           10.0.0.254      Vlan-interface1
10.0.0.254/32      DIRECT   0    0           127.0.0.1       InLoopBack0
10.0.1.0/24        STATIC   60   0           10.0.0.253      Vlan-interface1
10.0.2.0/24        STATIC   60   0           10.0.0.253      Vlan-interface1
10.1.1.0/24        DIRECT   0    0           10.1.1.254      Vlan-interface999
10.1.1.254/32      DIRECT   0    0           127.0.0.1       InLoopBack0
10.6.1.0/24        DIRECT   0    0           10.6.1.254      Vlan-interface600
10.6.1.254/32      DIRECT   0    0           127.0.0.1       InLoopBack0
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
[Core_Layer_3]

VLAN information:

 

[Core_Layer_3]displa vlan all
 VLAN ID: 1
 VLAN Type: static
 Route Interface: configured
 IP Address: 10.0.0.254
 Subnet Mask: 255.255.255.0
 Description: Data
 Tagged   Ports: none
 Untagged Ports:
             Ethernet1/0/1         Ethernet1/0/2         Ethernet1/0/3
             Ethernet1/0/4         Ethernet1/0/5         Ethernet1/0/6
             Ethernet1/0/7         Ethernet1/0/8         Ethernet1/0/9
             Ethernet1/0/10        Ethernet1/0/11        Ethernet1/0/12
             Ethernet1/0/13        Ethernet1/0/14        Ethernet1/0/15
             Ethernet1/0/16        Ethernet1/0/17        Ethernet1/0/18
             Ethernet1/0/19        Ethernet1/0/20        Ethernet1/0/21
             Ethernet1/0/22        Ethernet1/0/23        Ethernet1/0/24
             GigabitEthernet1/0/25 GigabitEthernet1/0/26

 VLAN ID: 600
 VLAN Type: static
 Route Interface: configured
 IP Address: 10.6.1.254
 Subnet Mask: 255.255.255.0
 Description: Controls
 Tagged   Ports:
             Ethernet1/0/1         Ethernet1/0/2         GigabitEthernet1/0/25
             GigabitEthernet1/0/26
 Untagged Ports: none

 VLAN ID: 999
 VLAN Type: static
 Route Interface: configured
 IP Address: 10.1.1.254
 Subnet Mask: 255.255.255.0
 Description: Voice
 Tagged   Ports:
             Ethernet1/0/1         Ethernet1/0/2         Ethernet1/0/3
             Ethernet1/0/4         Ethernet1/0/5         Ethernet1/0/6
             Ethernet1/0/7         Ethernet1/0/8         Ethernet1/0/12
             Ethernet1/0/24        GigabitEthernet1/0/25 GigabitEthernet1/0/26
 Untagged Ports:
             Ethernet1/0/18        Ethernet1/0/19        Ethernet1/0/20

G N Brooks
Advisor

Re: inter vlan routing 3com 4500 switch

Just a follow up.

 

VLAN 600 never shows up in the arp table. I do not have any locally connected clients in that VLAN, so maybe that is OK. I do have clients connected down the line. ports 25 and 26 which are tagged for VLAN 600 (and VLAN 999 as well) are connected to 3COM 2928 SFP Plus and 3COM 2916 SFP Plus swicthes (ports for the fiber connections tagged for VLANs 999 and 600) downstream. Phone using VONA 999 work on the downstream switches but not clients connected to the 600 VLAN.

 

This should work. Very frustrating. I find these switches limited and frustrating. I'm used to Cisco switches.