设为首页收藏本站language 语言切换
查看: 1000|回复: 3
收起左侧

[分享] CCNA LAB 108: Configuring EIGRP Routing

[复制链接]
 成长值: 63730
发表于 2023-2-8 09:40:51 | 显示全部楼层 |阅读模式
本帖最后由 小乔 于 2023-2-8 09:55 编辑


EIGRP stands for Enhanced Gateway Routing Protocol. It is the Cisco-proprietary protocol hence can be used only on Cisco Routers. It combines the features of both the Distance-vector and link-state routing protocols and sometimes referred as Hybrid-protocol. It uses three separate tables called Routing table, Topology table, and Neighbor table. Visit the following link to the top features of EIGRP routing protocol.


Introducing EIGRP routing protocol.

Once you are familiar with the basics of EIGRP routing protocol, let’s begin the configuration. To configure the EIGRP protocol load the Routing Topology file that we have used in the RIP routing exercise. The following table lists the IP addresses configured on the devices in the loaded topology.

Sr. No.        Device        Interface        IP Address
1        Router1        Fa0/ 1        10.0.0.1/ 8
                       S1/ 0                  192.168.1.1/ 24
2        Router2        S1/ 0                192.168.1.1/ 24
                     Fa0/ 0                    20.0.0.1/ 8
                    Fa0/ 1               150.150.150.1/ 24
3        Router3        Fa0/ 0        150.150.150.2/ 24
4        Switch1                N/ A
5        Switch2                N/ A
6        PC0        Fa0        10.0.0.2/ 8
7        PC1        Fa0        10.0.0.3/ 8
8        PC2        Fa0        20.0.0.2/ 8
9        PC3        Fa0        20.0.0.3/ 8
107.1.png

Since the IP addresses are already configured on each device we will start the from the EIGRP configuration. If the IP addresses are configured properly, first configure IP address on each device as per the preceding table.
EIGRP SyntaxBefore configuring EIGRP, first let’s understand the syntax used to configure EIGRP. The syntax of the EIGRP protocol as follows:Router( config)# router eigrp < autonomous number > Router( config)# network < network number >Note: Autonomous System (AS) number must be same on all the routers in the network.
Configuring EIGRPTo configure the EIGRP protocol, you need to perform the following steps. For this lab exercise, we will use AS number as 500.1.  On Router1, execute the following commands:Router1( config)# router eigrp 500 Router1( config-router)# network 10.0.0.0 Router1( config-router)# network 192.168.1.0 Router1( config-router)# exit2.  On Router2, execute the following commands:
Router2( config)# router eigrp 500
Router2( config-router)# network 20.0.0.0
Router2( config-router)# network 192.168.1.0
Router2( config-router)# network 150.150.150.0
Router2( config-router)# exit
3.  The following figure shows the EIGRP configuration of Router2.
108.2.png

4.  On Router3, execute the following commands:

Router3( config)# router eigrp 500
Router3( config-router)# network 150.150.150.0
Router3( config-router)# exit
Verifying EIGRP Configuration
Once have you configured the EIGRP routing protocol, execute the following commands on any router to verify the configurations:

1.  To view the routing table, execute the following command.

Router# show ip route
2.  To view the neighbor table, execute the following command:

Router# show ip eigrp neighbors
3.  The following figure shows the outputs of the show ip route and show ip eigrp neighbors commands. Examine the outputs and try to understand what you see.
108.3.png


4.  To view information about the EIGRP routing protocol operations, execute the following command:

Router# show ip protocols
108.4.jpg

5.  To view the topology table, execute the following command:

Router# show ip eigrp topology
108.5.jpg

6.  To view the EIGRP metric information for an interface, execute the following command:

Router# show interface < interface name/ number >
Example: Router1# show interface fa0/ 0
108.6.jpg

7.  Once you have configured and verified the EIGRP protocol, test the lab by checking the connectivity between PC0 and Router3. To do so, open the Command Prompt window on PC0, and type the following command:

ping 150.150.150.2
You should be able to ping successfully as shown in the following figure.

108.7.png


8.  Close the Packet Tracer without saving the configurations. Your topology should only contain the IP address configuration. Remove the EIGRP routing protocol on each router as we will continue to use the same topology for the next exercises. Refer the RIP routing configuration for how to remove EIGRP routing information.






来源: CCNA LAB 99: Configuring eBGP Advanced
来源: CCNA LAB 100: Configuring GRE Point-To-Point Tunnels
来源: CCNA LAB 101: Configuring IPv6 Traffic Filters
来源: CCNA LAB 102: Implementing HSRP
来源: CCNA LAB 103: Configuring IP SLA
来源: CCNA LAB 104: Configuring SNMPv3
来源: CCNA LAB  105: Configuring SNMPv2
来源: CCNA LAB 106: Configuring Routing
来源: CCNA LAB 107: Configuring RIP Routing
发表于 2023-3-17 13:53:48 | 显示全部楼层
谢谢楼主分享!
沙发 2023-3-17 13:53:48 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-24 10:13 , Processed in 0.088906 second(s), 26 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表