Configuring gateway and serial Interface

Thursday, February 19, 2009 · Posted in

This is our activity for this day Feb. 19, 2009. In this network there are 5 networks on it. In order for you to connect to the Router 1 and then you have enable first the default gateway. This will only work in the Packet Tracer and not a real router. You can only use it when you are going to have your demo about networks.

Here's the code:

router>ena
router#config t
router(config)#int fa0/0
router(config-if)#ip add 172.16.1.1 255.255.255.0
router(config-if)#no shut

After this configuration and then the fa0/0 will now be in enable mode.

How to connect 1 router to another router?

- To connect the Router 1 to the Router 2 and then you have to configure first the Router 1, it is because it is the Router in which it contains the clock rate.

Code:

router(config)#int se2/0
router(config-if)#ip add 172.16.2.1 255.255.255.0
router(config-if)#clock rate 56000
router(config-if)#no shut
router(config-if)#exit
router(config)#router rip
router(config-if)#network 172.16.1.0
router(config-if)#network 172.16.2.0

you have to continue adding those network in your topology.

For other routers they are the same with this router but just remember that you don't have to put a clock rate on the serial in which it doesn't have a clock. To be sure hover first the connection and take note that you have to put the clock rate to the port in which it contains the clock symbol.

Powered by Blogger.