0% found this document useful (0 votes)
4 views2 pages

Static Routing Configuration Guide

The document outlines the configuration of three routers (R1, R2, and R3) using static routing commands. Each router is assigned specific IP addresses for their interfaces and configured with static routes to enable communication between different networks. The commands for setting up interfaces and routing tables are provided for each router.

Uploaded by

SAQUEBA MAHIR
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Static Routing Configuration Guide

The document outlines the configuration of three routers (R1, R2, and R3) using static routing commands. Each router is assigned specific IP addresses for their interfaces and configured with static routes to enable communication between different networks. The commands for setting up interfaces and routing tables are provided for each router.

Uploaded by

SAQUEBA MAHIR
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Static routing

Router R1
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int s1/0
R1(config-if)#ip addr [Link] [Link]
R1(config-if)#no shutdown
R1(config-if)#int lo1
R1(config-if)#ip addr [Link] [Link]
R1(config-if)#no shutdown
R1(config-if)#^Z
R1#sh ip int br

Router R2
R2#config t
R2(config)#int s1/0
R2(config-if)#ip addr [Link] [Link]
R2(config-if)#no shutdown

R2(config)#int lo1
R2(config-if)#ip addr [Link] [Link]
R2(config-if)#no shutdown
R2(config-if)#^Z
R2#

R2#sh ip int br
R2#sh ip route

R2#config t
R2(config)#int s1/1
R2(config-if)#ip addr [Link] [Link]
R2(config-if)#no shutdown
R2(config-if)#ip addr [Link] [Link]
R2(config-if)#no shutdown
R2(config-if)#^Z
R2#sh ip int br
R2#sh ip route
R2#

Router R3

R3#config t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int s1/1
R3(config-if)#ip addr [Link] [Link]
R3(config-if)#no shutdown
R3(config-if)#int lo1
R3(config-if)#ip addr [Link] [Link]
R3(config-if)#no shutdown
R3(config-if)#^Z
R3#sh ip int br
R3#sh ip route

Type the following commands on the terminals of R1 ,R2 and R3 respectively

R1
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip route [Link] [Link] [Link]
R1(config)#ip route [Link] [Link] [Link]

R2
R2#config t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#ip route [Link] [Link] [Link]
R2(config)#ip route [Link] [Link] [Link]

R3
R3#config t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#ip route [Link] [Link] [Link]
R3(config)#ip route [Link] [Link] [Link]

You might also like