Comware

 View Only
  • 1.  HPE 1950 48G 2SFP+ intervlan routing

    Posted Mar 05, 2019 04:03 AM

    Hi, 

    I have got a network of 9(1950) switches connected in a ring topology. I want the core switch (48 Port 1950 Switch) to do intervlan routing.  I have made vlan interfaces on core swtiches for all vlan and set a static route to the firewall with a priority of 1, but it is not working can some please confirm can 1950 provide intervlan routing ? 

     

    I have also set all the edge switches with a static route pointng to the core management vlan interface.



  • 2.  RE: HPE 1950 48G 2SFP+ intervlan routing

    Posted Mar 05, 2019 04:08 AM

    #
    vlan 1
    #
    vlan 40
    description Printers
    #
    vlan 100
    description Data
    #
    vlan 200
    description Voice
    #
    vlan 300
    description Meraki
    #
    vlan 501
    description Management
    #
    stp global enable
    #
    interface NULL0
    #
    interface Vlan-interface40
    ip address 10.10.40.1 255.255.255.0
    #
    interface Vlan-interface100
    ip address 10.10.10.1 255.255.255.0
    #
    interface Vlan-interface200
    ip address 10.10.20.1 255.255.255.0
    #
    interface Vlan-interface300
    ip address 10.10.30.1 255.255.255.0
    #
    interface Vlan-interface501
    ip address 10.10.50.1 255.255.255.0
    #