How to configuring fastethernet interface

Tuesday, February 17, 2009 · Posted in

If you want to demonstrate on how to configure a router in the Packet Tracer and then you can configure the router through its CLI or the Command Line Interface. Here are some image that can help you.


In this topology there are 4 networks that you can see which is the network 192.168.201.0, 192.168.202.0, 192.168.203.0, 192.168.204.0. This are the 4 networks in the topology.

1st if you want to enable your default gateway on network 192.168.201.0 and then you have to configure first the FastEthernet in Router1.

Here are some of the code:

router>ena // it allows you to enter the privileged mode
router#config t //it is short for configure terminal
router(config)#int fa0/0 // this allow you to configure the fastethernet
router(config-if)#ip add 192.168.201.1 255.255.255.0 // it allows you to enter the ip add

For the serial to be followed......

Powered by Blogger.