Anyone here knows how to deal with networking?
Here's my network scheme in Packet Tracer:
How do I do the routing in CLI to connect those three routers?
Note that the routers are in different cities.
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.