08 Lab Configure EIGRP
08 Lab Configure EIGRP
Topology
Steps:
Configure “R1” Router
Router#
Router#conf t
Router(config)#host R1
R1 (config)#
2. Set password on enable mode to be "cisco“
R1 (config)#
R1 (config)#
R1 (config)#int g0/0
R1 (config-if)#no shut
R1 (config-if)#
R1 (config-if)#
R1 (config)#int g0/1
R1 (config-if)#ip add 192.168.1.1 255.255.255.0
R1 (config-if)#no shut
R1 (config-if)#
R1 (config-if)#
R1 (config-if)#exit
R1 (config)#
10. Create user "admin" with password "cisco" with privilege 15 (full)
R1 (config)#
R1 (config)#line cons 0
R1 (config-line)#pass cisco
R1 (config-line)#login
R1 (config-line)#
R1 (config-line)#line vty 0 4
R1 (config-line)#login local
R1 (config-line)#
R1 (config-line)#exit
R1(config-router)#exit
R1 (config)#exit
R1#
R1#
Building configuration...
R1#
R1#
Router#conf t
Router(config)#host R2
R2 (config)#
R2 (config)#
R2 (config)#
R2 (config)#int g0/0
R2 (config-if)#no shut
R2 (config-if)#
*Jun 6 02:07:31.901: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up
R2 (config-if)#
R2 (config)#int g0/1
R2 (config-if)#no shut
R2 (config-if)#
R2 (config-if)#
R2 (config-if)#exit
R2 (config)#
10. Create user "admin" with password "cisco" with privilege 15 (full)
R2 (config)#
R2 (config)#line cons 0
R2 (config-line)#pass cisco
R2 (config-line)#login
R2 (config-line)#
R2 (config-line)#login local
R2 (config-line)#
R2 (config-line)#
R2 (config-line)#exit
R2(config-router)#exit
R2 (config)#exit
R2#
R2#
Building configuration...
R2#
R2#
Configure PC1:
root@PC1:~#
Configure PC2:
root@PC2:~#
R1 Router
Check if routing table is containing information about networks that are not connected to the router. This
information brought by EIGRP and begins with letter “D”
R1#sh ip route
R2 Router
Check if routing table is containing information about networks that are not connected to the router. This
information brought by EIGRP and begins with letter “D”
R2#sh ip route
R2#
PC1:
ping PC2