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

Floating Static Routing Configuration Files R-1 & R-2

The document contains configuration commands for two routers, R1 and R2. R1 is set up with specific IP addresses on its interfaces and routes to the 192.168.20.0 network, while R2 is configured similarly with its own IP addresses and routes to the 192.168.10.0 network. Both routers utilize FastEthernet interfaces and have defined static routes for inter-network communication.

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)
10 views1 page

Floating Static Routing Configuration Files R-1 & R-2

The document contains configuration commands for two routers, R1 and R2. R1 is set up with specific IP addresses on its interfaces and routes to the 192.168.20.0 network, while R2 is configured similarly with its own IP addresses and routes to the 192.168.10.0 network. Both routers utilize FastEthernet interfaces and have defined static routes for inter-network communication.

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/1
ip address [Link] [Link]
no shutdown
exit
interface f1/0
ip address [Link] [Link]
no shutdown
exit
interface f0/0
ip address [Link] [Link]
no shutdown
exit
ip route [Link] [Link] [Link]
ip route [Link] [Link] [Link] 2
end

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

R-2

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

You might also like