Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
16 views3 pages

Static Routing With Packet Tracer

Static Routing with Packet Tracer

Uploaded by

kithomethomas5
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)
16 views3 pages

Static Routing With Packet Tracer

Static Routing with Packet Tracer

Uploaded by

kithomethomas5
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
You are on page 1/ 3

Lab #9 - Static Routing with Packet Tracer

Router 1 configuration command-line

Router1 configuration

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#ip route 10.0.0.0 255.0.0.0 20.0.0.1 10

Router(config)#ip route 10.0.0.0 255.0.0.0 50.0.0.1 20

Router(config)#ip route 40.0.0.0 255.0.0.0 20.0.0.1 10

Router(config)#ip route 40.0.0.0 255.0.0.0 50.0.0.1 20

Router(config)#exit

Router#show ip route static

S 10.0.0.0/8 [10/0] via 20.0.0.1

S 40.0.0.0/8 [10/0] via 20.0.0.1

Router#
Router2 configuration

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#ip route 10.0.0.0 255.0.0.0 40.0.0.1

Router(config)#ip route 30.0.0.0 255.0.0.0 50.0.0.2

Router(config)#exit

Router#show ip route static

S 10.0.0.0/8 [1/0] via 40.0.0.1

S 30.0.0.0/8 [1/0] via 50.0.0.2

Router#

You might also like