Wired Intelligent Edge

 View Only
  • 1.  Need Quick Help for Inter VLAN Routing

    Posted Aug 14, 2021 05:03 AM

    Dear Friends,

     

    I need quick help to configure Inter VLAN routing, Please check my below config,

    VLAN  3012 is connected to ISP Gateway and I can ping the ISP gateway,

    VLAN  3013 is connected to My Office Network,

    Issue is I am unable to Ping Vlan 3013 from Office network as well as Unable to get traffic from ISP

    I want to allow ISP traffic in my Office network, Please help to resolve the issue

     

    ip route 0.0.0.0 0.0.0.0 XX.XX.XX.81
    ip route 0.0.0.0 0.0.0.0 172.24.204.246
    ip route XX.XX.XX.64 255.255.255.240 XX.XX.XX.66
    ip route XX.XX.XX.131 255.255.255.255 117.205.9.130
    ip route XX.XX.XX.144 255.255.255.248 XX.XX.XX.130
    ip routing
    interface 1/1
    name "TO_ISP_01"
    exit
    interface 1/2
    name "TO_ISP_02"
    no power-over-ethernet
    exit
    vlan 3010
    name "ISP_01_WAN_100"
    untagged 1/1
    tagged 1/22,1/24
    ip address XX.XX.XX.245 255.255.255.252
    exit
    vlan 3011
    name "ISP_01_100M"
    untagged 1/5
    tagged 1/3-1/4,1/12,1/22,1/24
    ip address XX.XX.XX.129 255.255.255.248
    exit
    vlan 3012
    name "ISP_TCL_WAN_200"
    untagged 1/2
    tagged 1/21,1/23
    ip address XX.XX.XX.82 255.255.255.252
    exit
    vlan 3013
    name "ISP_TCL_LAN_200M"
    untagged 1/6
    tagged 1/21,1/23
    ip address XX.XX.XX.65 255.255.255.240
    exit


    #Aruba
    #NetworkController


  • 2.  RE: Need Quick Help for Inter VLAN Routing

    Posted Aug 14, 2021 02:19 PM

    Hello @VIkrant1984 ,

     

    How Aruba 2930 switch conencted to two different ISPs?

    Is it P2P conenction?

    Is it possible to share other end config?

     

    Thanks!



  • 3.  RE: Need Quick Help for Inter VLAN Routing

    Posted Aug 14, 2021 02:25 PM

    The first thing  the tagged port.

    Cable from router to switch which port you connected.

    Is it two port you connected e.g 

    tagged 21 and 22 or only one port?

    Connected from which router?



  • 4.  RE: Need Quick Help for Inter VLAN Routing

    Posted Aug 14, 2021 04:20 PM

    Hello @VIkrant1984 ,

    First thing in Aruba/Procurve switches Tagged=Trunk Port and Untagged=Access Port

    I have tested below setup in LAB and working for me.

    I am assuming that ISP 1 is also has VLAN 3010 and ISP 2 has VLAN 3012 and they are passing traffic towards 2930 via trunk port.

    ISP has to give below routing:
    ISP 1:
    ip route 0.0.0.0 0.0.0.0 XX.XX.XX.245
    
    ISP 2:
    ip route 0.0.0.0 0.0.0.0 XX.XX.XX.82
    
    You have to do following changes into 2930 switch:
    
    ip route 0.0.0.0 0.0.0.0 XX.XX.XX.246 -->Default route towards ISP 1
    ip route 0.0.0.0 0.0.0.0 XX.XX.XX.81 -->Default route towards ISP 2
    ip routing
    interface 1/1
    name "TO_ISP_01"
    exit
    interface 1/2
    name "TO_ISP_02"
    no power-over-ethernet
    exit
    vlan 3010
    name "ISP_01_WAN_100"
    tagged 1/1 -->Changed it to Trunk port
    tagged 1/22,1/24 -->If these are tunk port then its fine and if these are Access port then change it to 'Untagged'
    ip address XX.XX.XX.245 255.255.255.252
    exit
    vlan 3011
    name "ISP_01_100M"
    untagged 1/5 -->Verify if this is a access port or trunk port
    tagged 1/3-1/4,1/12,1/22,1/24 -->Verify if this is access port or trunk port
    ip address XX.XX.XX.129 255.255.255.248
    exit
    vlan 3012
    name "ISP_TCL_WAN_200"
    tagged 1/2 -->Changed it to Trunk port
    tagged 1/21,1/23 -->If these are tunk port then its fine and if these are Access port then change it to 'Untagged'
    ip address XX.XX.XX.82 255.255.255.252
    exit
    vlan 3013
    name "ISP_TCL_LAN_200M"
    untagged 1/6 -->Verify if this is a access port or trunk port
    tagged 1/21,1/23 -->If these are tunk port then its fine and if these are Access port then change it to 'Untagged'
    ip address XX.XX.XX.65 255.255.255.240
    exit

     

    I hope this will help you.

    Thanks!



  • 5.  RE: Need Quick Help for Inter VLAN Routing

    Posted Aug 16, 2021 02:56 AM

    Hello @VIkrant1984 ,

    Has my post helped you to answer your query?

    Thanks!