cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1268
Views
0
Helpful
4
Replies

Packet Tracer problem

EP20
Level 1
Level 1

hello guys, as the title says, im currently having a problem with a simulation in packet tracer; i basically created 3 networks, each with two hosts and connected to a switch, the main goal is to be able to send PDU's across routers through static routing, however, when i start the simulation, the PDU's can't get past the main router, i double checked everything and i don't know what went wrong, anyone got a solution? i can send screenshots of the various configs if necessary

1 Accepted Solution

Accepted Solutions

Hi @EP20 

 

The command for static routes is:

 

ip route <destination network> <mask> <output interface>

 

Try this:

 

Router0

Router(config)#ip route 192.168.5.0 255.255.255.0 serial 2/0

Router(config)#ip route 180.12.0.0 255.255.0.0 serial 3/0

 

Router1

Router(config)#ip route 180.12.0.0 255.255.0.0 serial 3/0

Router(config)#ip route 172.18.0.0 255.255.0.0 serial 2/0

 

Router2

Router(config)#ip route 172.18.0.0 255.255.0.0 serial 3/0

Router(config)#ip route 192.168.5.0 255.255.255.0 serial 2/0

 

Regards

 

View solution in original post

4 Replies 4

luis_cordova
VIP Alumni
VIP Alumni

Hi @EP20 

 

Compress your exercise (winzip) and attach it to review

 

Regards

 

Hi @EP20 

 

The command for static routes is:

 

ip route <destination network> <mask> <output interface>

 

Try this:

 

Router0

Router(config)#ip route 192.168.5.0 255.255.255.0 serial 2/0

Router(config)#ip route 180.12.0.0 255.255.0.0 serial 3/0

 

Router1

Router(config)#ip route 180.12.0.0 255.255.0.0 serial 3/0

Router(config)#ip route 172.18.0.0 255.255.0.0 serial 2/0

 

Router2

Router(config)#ip route 172.18.0.0 255.255.0.0 serial 3/0

Router(config)#ip route 192.168.5.0 255.255.255.0 serial 2/0

 

Regards

 

hey dude, i tried your settings and it worked, thank you very much.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: