3.3.b Implement and troubleshoot default routing

3.3.b Implement and troubleshoot default routing

 

img 5ac026b5292d2

Default routes take advantage of the rule which says longest matching route wins. In the case where this is no specific matching route, the default route will be the route matched.

Assume the ISP knows how to reach the 192.168.1.0 network, and assume all basic Ip addressing is already configured. Assume R1 is .1 for all subnets, assume ISP is .2 for all subnets.

Configure a default route out to the INTERNET.

R1:

ip route 0.0.0.0 0.0.0.0 10.0.0.2

How can you verify it?

Show ip route static

Leave a comment

Exit mobile version