Comware

 View Only
  • 1.  Static IP Route - 3COM

    Posted Feb 13, 2020 07:11 AM

    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?

     



  • 2.  RE: Static IP Route - 3COM

    Posted Feb 14, 2020 01:18 AM

    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 



  • 3.  RE: Static IP Route - 3COM

    Posted Feb 17, 2020 06:33 AM

    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.



  • 4.  RE: Static IP Route - 3COM

    Posted Feb 17, 2020 06:42 AM

    Here the configuration of the switches:

    3COM 2829 -

    https://pastebin.com/qTKjmChz

     

    3COM 4500G -

    https://pastebin.com/8EYLFfn9



  • 5.  RE: Static IP Route - 3COM

    Posted Feb 17, 2020 02:26 PM

    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



  • 6.  RE: Static IP Route - 3COM

    Posted Feb 17, 2020 11:01 PM

    Hi,

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