EIGRP Configuration
![]() |
EIGRP Configuration |
Formula:
RR2(config)#router eigrp as-number
RR2(config-router)#network *network
RR2(config)#router eigrp 12RR2(config-router)#network 10.0.0.0
RR2(config-router)#network 10.0.0.4
RR2(config-router)#network 192.168.20.0
*network: only add the directly connected networks.
AS: Autonomous System number.
RR1 & RR2 configuration procedure is given below. Try to configure RR3 by yourself. If you fail than download the following configuration file and correct your errors.
EIGRP.pkt
Router 1 Configuration
-----------------------------------------------------
RR1>enable
RR1(config)#router eigrp 12
RR1(config-router)#network 192.168.10.0
RR1(config-router)#network 10.0.0.0
RR1(config-router)#exit
Router 2 Configuration
-------------------------------------------------------
RR2>
RR2>enable
RR2#conf t
RR2(config)#router eigrp 12
RR2(config-router)#network 10.0.0.0
RR2(config-router)#network 10.0.0.4
RR2(config-router)#network 192.168.20.0
RR2(config-router)#exit
RR2(config)#exit
RR2#
Comments
Post a Comment