3.3.a Implement and troubleshoot static routing

3.3.a Implement and troubleshoot static routing

I will keep this section short and assume you know how static routing works.

Here’s a quick lab to practice syntax

file:///tmp/ct_tmp/1.png

img 5ac0266c5ce6d

Assume all IPs have been configured, everything except for static routing.
Assume R1 is .1 for subnets.
Assume R2 is .2 for subnets.

Configure static routing such that PC1 and PC2 can have bidirectional communication.

R1:

ip route 192.168.2.0 255.255.255.0 10.0.0.2

R2:

ip route 192.168.1.0 255.255.255.0 10.0.0.1

What verification command will allow us to view the static routes that are installed on a router?

show ip route static

file:///tmp/ct_tmp/1.png

img 5ac026728c88c

Leave a comment