EIGRP configuration
How to configure EIGRP Routing on Packet tracer?
EIGRP:- EIGRP stand for Enhanced Interior Gateway Routing Protocol.
- Distance Vector (Hop Count)
- Link state Routing Protocol ( Best Bandwidth)
It is a Hybrid Routing Protocol because it protocol works on distance vector and Link state basis. We can connect 255 hops in EIGRP routing. It works on reliable transfer protocol and bandwidth.
There are three tables in the EIGRP:-
You will see video to configure EIGRP Routing protocol on packet tracer.
1) Topology Table
2) Neighbor Table
3) Routing Table
Router0> enable
Router0# configure terminal
Router0(config)# int fa 0/0
Router0(config-if)# ip add 11.0.0.1 255.0.0.0
Router0(config-if)# no sh
Router0(config-if)# exit
Router0(config)# router eigrp 100
Router0(config-router)# network 11.0.0.0
Router0(config-router)# do wr
Router1> enable
Router1# configure terminal
Router1(config)# int fa 0/0
Router1(config-if)# ip add 11.0.0.2 255.0.0.0
Router1(config-if)# no sh
Router1(config)# int fa 0/1
Router1(config-if)# ip add 12.0.0.1 255.0.0.0
Router1(config-if)# no sh
Router1(config)# int fa 1/0
Router1(config-if)# ip add 13.0.0.1 255.0.0.0
Router1(config-if)# no sh
Router1(config-if)# exit
Router1(config)# router eigrp 100
Router1(config-router)# network 11.0.0.0
Router1(config-router)# network 12.0.0.0
Router1(config-router)# network 13.0.0.0
Router1(config-router)# do wr
Router2> enable
Router2# configure terminal
Router2(config)# int fa 0/0
Router2(config-if)# ip add 14.0.0.2 255.0.0.0
Router2(config-if)# no sh
Router2(config)# int fa 0/1
Router2(config-if)# ip add 13.0.0.2 255.0.0.0
Router2(config-if)# no sh
Router2(config-if)# exit
Router2(config)# router eigrp 100
Router2(config-router)# network 13.0.0.0
Router2(config-router)# network 14.0.0.0
Router2(config-router)# do wr
Router3> enable
Router3# configure terminal
Router3(config)# int fa 0/0
Router3(config-if)# ip add 12.0.0.2 255.0.0.0
Router3(config-if)# no sh
Router3(config)# int fa 0/1
Router3(config-if)# ip add 14.0.0.1 255.0.0.0
Router3(config-if)# no sh
Router3(config-if)# exit
Router32(config)# router eigrp 100
Router3(config-router)# network 12.0.0.0
Router3(config-router)# network 14.0.0.0
Router3(config-router)# do wr
0 comments
Please leave your comments...... Thanks