Comware

 View Only
  • 1.  Routing between VLAN in 5406

    Posted Mar 23, 2017 10:26 AM

    Hi,

    I do make a configuration on a 5406 switch in stack.

    My customer wants 5 vlans like this :

    VLAN 10 AC / 10.1.10.0 / 255.255.255.0 / 10.1.10.254
    VLAN 20 Printers / 10.1.20.0 / 255.255.255.0 / 10.1.20.254
    VLAN 30 Servers site 1 / 10.1.30.0 / 255.255.255.0 / 10.1.30.254
    VLAN 35 Servers site 2 / 10.1.35.0 / 255.255.255.0 / 10.1.35.254
    VLAN 999 LAN / 192.168.2.0 / 255.255.255.0 / 192.168.2.254

    The PVID is 999

    The IP of my router is 192.168.2.1 and its gateway is 192.168.0.1

    When my computer is in the range 192 (in vlan 999), I can go to internet and I can ping the gateway of all vlans
    But when I fix my ip in the vlan 10 (per example 10.1.10.10) and I fix my GW in 10.1.10.254, I can't ping 192.168.2.1 and  8.8.8.8.

    Do I write a route between the vlan 10 and vlan 999 ?

    Thanks for your information and sorry for my poor english.

    Nicolas



  • 2.  RE: Routing between VLAN in 5406

    Posted Mar 27, 2017 12:19 AM

    You need to add routes to your router as follows:
    10.1.10.0/24 --> 192.168.2.254
    10.1.20.0/24 --> 192.168.2.254
    etc....



  • 3.  RE: Routing between VLAN in 5406

    Posted May 23, 2017 05:17 AM

    Thanks for your answer ;)

    Sorry for the delay :(

    Regards,

    Nicolas