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.
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.
In networking we are having routing protocol to do the configuration.
Here i'll show you the RIP. I hope you know the IP assigning parts and all.
Do the same in the other two routers... then you are good to go...