Switching and Routing
1748089 Members
5007 Online
108758 Solutions
New Discussion

Re: Static IP Route - 3COM

 
lautrec
Occasional Advisor

Static IP Route - 3COM

Hello!

Its just a very newbie question... i have two switches 3COM 4500G and 3COM 2928. I need to create a static route between them, so i created a VLAN(10) on both switches, with the IP 172.16.10.1/24(Switch A)  - 172.16.10.2(Switch B) .

The VLAN ports i need to put tagged or untagged? Trunk or access?

 

5 REPLIES 5
jmpk
HPE Pro

Re: Static IP Route - 3COM

Hello ,

Looks likes both IP's are in same subnet  and you dont need to create any route between them.

Just assign as access / untagged port 


I work for HPEAccept or Kudo
lautrec
Occasional Advisor

Re: Static IP Route - 3COM

I use these commands on both switches:

 

interface Ethernet 1/0/5

port link-type trunk

port trunk permit vlan all

no port trunk permit vlan 1

 

Now i can ping from switch A in the VLAN 10 and the VLAN 1 of the switch, and the switch B can ping on the VLAN 10 and 1 of the switch, but not in the devices from the switch A to B or B to A.

lautrec
Occasional Advisor

Re: Static IP Route - 3COM

Here the configuration of the switches:

3COM 2829 -

https://pastebin.com/qTKjmChz

 

3COM 4500G -

https://pastebin.com/8EYLFfn9

lautrec
Occasional Advisor

Re: Static IP Route - 3COM

Routing Table of the switch A:

Routing Table: public net
Destination/Mask Protocol Pre Cost        Nexthop       Interface
20.20.0.0/20     DIRECT 0   0          20.20.0.19     Vlan-interface1
20.20.0.19/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
172.16.10.0/24   DIRECT 0   0         172.16.10.2   Vlan-interface10
172.16.10.2/32   DIRECT 0   0         127.0.0.1     InLoopBack0
192.168.1.0/24   STATIC 60 0         172.16.10.1   Vlan-interface10

Routing Table of the switch B:

Routing Tables: Public
        Destinations : 8       Routes : 8

Destination/Mask   Proto Pre Cost       NextHop       Interface

0.0.0.0/0         Static 70 0           192.168.1.1   Vlan1
20.20.0.0/20       Static 60 0           172.16.10.2   Vlan10
127.0.0.0/8       Direct 0   0           127.0.0.1     InLoop0
127.0.0.1/32       Direct 0   0           127.0.0.1     InLoop0
172.16.10.0/24     Direct 0   0           172.16.10.1   Vlan10
172.16.10.1/32     Direct 0   0           127.0.0.1     InLoop0
192.168.1.0/24     Direct 0   0           192.168.1.107 Vlan1
192.168.1.107/32   Direct 0   0           127.0.0.1     InLoop0

jmpk
HPE Pro

Re: Static IP Route - 3COM

Hi,

Are you able to see ARP of  the Devices in Switch A & B ? 


I work for HPEAccept or Kudo