Hi everyone, today we are going to apply Enhanced Interior Gate Way Routing Protocol (EIGRP) on packet tracer. Here are the basic set of commands that we can apply on router CLI mode in order to apply EIGRP on router.
Also, look at some additional commands.
Now, we are going to apply EIGRP on the following topology.
Now, after successfully applying IP addresses like in this topology, we will apply following commands.
Router(config)#router eigrp 10
Router(config-router)#network 192.168.1.0
Router(config-router)#network 192.168.2.0
Router(config-router)#exit
Apply the above set of commands on both routers like this.
And eigrp protocol has been applied on this topology. Notice the following command.
router eigrp 10
This number ‘10' is the process ID.
Also, look at some additional commands.
Now, we are going to apply EIGRP on the following topology.
Now, after successfully applying IP addresses like in this topology, we will apply following commands.
Router(config)#router eigrp 10
Router(config-router)#network 192.168.1.0
Router(config-router)#network 192.168.2.0
Router(config-router)#exit
Apply the above set of commands on both routers like this.
And eigrp protocol has been applied on this topology. Notice the following command.
router eigrp 10
This number ‘10' is the process ID.
Technorati Tags: eigrp protocol on Packet Tracer,Packet tracer tutorial,Packet tracer networking,networking on Packet tracer,networking topology on Packet tracer,Packet tracer activity,eigrp on PT,ehanced interior gateway protocol on Packet Tracer,education,networks,networking
what does process id mean?
ReplyDeleteProcess id differentiate between different eigrp instances. Means u can have multiple instances in one router . It also provides security . One process id cannot communicate with other process id
Deletethank you sir
Deletehi sir,can u pls tell me step by step procedure to configure EIGRP protocol?
ReplyDeleteFollow this tutorial for all the detailed configurations.
Deletehttp://cs-study.blogspot.com/2012/10/rip-on-packet-tracer.html
And instead of applying routing protocol RIP , Apply EIGRP . Hope that helps.
This comment has been removed by the author.
ReplyDelete