HPE Aruba Networking & ProVision-based
1826203 Members
3050 Online
109691 Solutions
New Discussion

Need Quick Help for Inter VLAN Routing

 
VIkrant1984
Occasional Advisor

Need Quick Help for Inter VLAN Routing

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

4 REPLIES 4
akg7
HPE Pro

Re: Need Quick Help for Inter VLAN Routing

Hello @VIkrant1984 ,

 

How Aruba 2930 switch conencted to two different ISPs?

Is it P2P conenction?

Is it possible to share other end config?

 

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
Ihaqueit
Trusted Contributor

Re: Need Quick Help for Inter VLAN Routing

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?

I Haq
akg7
HPE Pro

Re: Need Quick Help for Inter VLAN Routing

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!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
akg7
HPE Pro

Re: Need Quick Help for Inter VLAN Routing

Hello @VIkrant1984 ,

Has my post helped you to answer your query?

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo