03-26-2022 05:37 AM
Hi all,
I am doing some labs and I am having a issue with the default route.
In the first part I configured the routers with OSPF and CHAP between SB and ISP.
Second part of the project requires to remove OSPF from SB router and set default gateway.
So on SB I configured : ip route 0.0.0.0 0.0.0.0 209.165.200.2.
I can ping from SB all other routers and MG-PC.
For some reason I can not ping from PC in VLAN 20,30 since I set it as default gateway.
Was I suppose to add some additional configurations?
03-26-2022 06:29 AM
So on SB I configured : ip route 0.0.0.0 0.0.0.0 209.165.200.2. I can ping from SB all other routers and MG-PC.
When you have OSPF, OSPF able to take care of learning all the routes dynamically so you able to ping, when you move to static routing you need to have static route all the way in the path
You need also to route back to your routers towards 209.165.200.1
On MG Router point VLAN 20 and 30 90 subnets towards 209.165.200..17
ON ISP Router point VLAN 20 and 30 90 subnets towards 209.165.200..1
03-26-2022 10:36 AM
Hello
Does SB provide the inter-vlan routing for vlan 20/30/90, if so those client need to have their D/G pointing to SBs sub-interfaces for their respect vlan
Also as dynamic routing has been removed, Does the ISP know how to reach SB and all SB's internal networks (20/30/90), if not then you need to apply some static routes on ISP pointing towards SB.
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