ā08-01-2017 10:04 AM - edited ā03-08-2019 11:34 AM
My requirement is
Vlan 10,Vlan 20, Vlan 30 should communicate with 172.141.0.2
I have two core switch
Core 1 (which is connected with Router) ip address is 172.141.0.2/16(Vlan1)
Core 2(Where vlan10, vlan 20,vlan 30) configure
And other switch are IP are in vlan 1
So i need to communicate all vlan (vlan 10, Vlan20, Vlan30) with 172.141.0.2
Solved! Go to Solution.
ā08-01-2017 03:28 PM
Hi,
With static routing you could try
R1
!
ip routing
!
ip route 172.16.8.0 255.255.255.128 172.141.0.140 name TO_VLAN10
ip route 172.16.2.0 255.255.255.128 172.141.0.140 name TO_VLAN20
ip route 192.168.1.0 255.255.255.0 172.141.0.140 name TO_VLAN30
!
--------------
R2
!
ip routing
!
ip route 0.0.0.0 0.0.0.0 172.141.0.2 name DEF_ROUTE_TO_R1
!
Hope this points you in the right direction.
Regards
Alex
ā08-01-2017 03:28 PM
Hi,
With static routing you could try
R1
!
ip routing
!
ip route 172.16.8.0 255.255.255.128 172.141.0.140 name TO_VLAN10
ip route 172.16.2.0 255.255.255.128 172.141.0.140 name TO_VLAN20
ip route 192.168.1.0 255.255.255.0 172.141.0.140 name TO_VLAN30
!
--------------
R2
!
ip routing
!
ip route 0.0.0.0 0.0.0.0 172.141.0.2 name DEF_ROUTE_TO_R1
!
Hope this points you in the right direction.
Regards
Alex
ā08-02-2017 01:32 AM
Its correct answer because i have already implement my network and its working fine now
Thanks hacampbell
ā08-02-2017 01:28 AM
Please follow the following steps:
Option 1.
1. Make a trunk port between R0 to MS0 and allowed all
2. Configure Gateway IPs in each VLAN on router R0.
3. Configure Static route on the router.
Option 2. ((Recommended for Live Network))
1. Make an access port between R0 to MS0 with different VLAN ID and Subnet.
2. Configure Gateway IPs in each VLAN on the core switch.
3. Configure IP Routing on the core switch.
Regards,
Deepak Kumar
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide