You are on page 1of 2

Lab 2 – Configuring Static Route

Tasks
1. Create given topology.
2. Set hostnames on each device where required.
3. Set following banner on each router “Unauthorized access is strictly prohibited.”
4. Set IP and subnet mask on router interfaces.
5. Set IP address, subnet mask, and default gateway on each PC.
6. Verify each PC can ping its default gateway.
7. Configure static routes.
8. Verify static routes.

Task 1 and Task 2

Learners are required to perform by themselves. Use the hostname command to set hostnames and
modify them graphically as well.

Task 3

Run the following command on each router and switch.

(config)# banner motd @Unauthorized is strictly prohibited.@


When you completely exit from the device, by writing exit two times, and then try to enter again; you
will see the effect of this command.

Task 4, 5, and 6

Learners are required to perform by themselves.

Task 7

R1

R1(config)# ip route 172.16.1.0 255.255.255.0 s/0/0/0

R1(config)# ip route 192.168.1.0 255.255.255.0 s/0/0/0

R1(config)# ip route 192.168.2.0 255.255.255.0 s/0/0/0

R2

R2(config)# ip route 172.16.3.0 255.255.255.0 s/0/0/0

R2(config)# ip route 192.168.2.0 255.255.255.0 s/0/0/1

R3

R3(config)# ip route 172.16.1.0 255.255.255.0 s/0/0/1

R3(config)# ip route 172.16.2.0 255.255.255.0 s/0/0/1

R3(config)# ip route 172.16.3.0 255.255.255.0 s/0/0/1

Task 8

Use ping command to verify each device can ping every other device in the given network topology.

You might also like