Networking - RIP routing WAN connection in Packet Tracer

emen picture emen · Oct 22, 2011 · Viewed 8.3k times · Source

Anyone here knows how to deal with networking?

Here's my network scheme in Packet Tracer:

WAN network scheme

How do I do the routing in CLI to connect those three routers?

Note that the routers are in different cities.

Answer

Sarah picture Sarah · Jan 7, 2012

On each router enter the following commands:

conf t
router rip
network ***.***.***.*** ^^^.^^^.^^^.^^^
.
.

end

where the ***.***.***.*** is the ip of a directly connected network and the ^^^.^^^.^^^.^^^ is this networks mask.

repeat the "network ... " command for each directly connected network, and you should be good to go, the rip then takes care of sending advertising messages every 15 sec. or so.