0% found this document useful (0 votes)
5 views1 page

Configuring Static Routes on Routers

The document contains configuration commands for two routers, R1 and R2. R1 is set up with two interfaces and static routes to two different subnets, while R2 is configured with three interfaces and a static route back to R1. Both routers are configured to be operational with 'no shutdown' commands on their interfaces.

Uploaded by

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

Configuring Static Routes on Routers

The document contains configuration commands for two routers, R1 and R2. R1 is set up with two interfaces and static routes to two different subnets, while R2 is configured with three interfaces and a static route back to R1. Both routers are configured to be operational with 'no shutdown' commands on their interfaces.

Uploaded by

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

R-1

enable
config t
hostname R1
interface f1/0
ip address [Link] [Link]
no shutdown
exit
interface f0/0
ip address [Link] [Link]
no shutdown
exit
ip route [Link] [Link] f0/0 [Link]
ip route [Link] [Link] f0/0 [Link]
end

----------------------------------------------------

R-2

enable
config t
hostname R2
interface f1/0
ip address [Link] [Link]
no shutdown
exit
interface f1/1
ip address [Link] [Link]
no shutdown
exit
interface f0/0
ip address [Link] [Link]
no shutdown
exit
ip route [Link] [Link] f0/0 [Link]
end

You might also like