- 1.Configure Host names
- 2.Configure the Interfaces with the IP addresses as shown.
- 3.ASN is 1 and should be used in all the Routers
1. Kopsiro Router
R4#config t
Enter configuration commands, one per line. End with CNTL/Z.
R4(config)#hostname Kopsiro
Kopsiro(config)#interface fa0/0
Kopsiro(config-if)#ip address 192.168.13.1 255.255.255.0
Kopsiro(config-if)#no shut
Kopsiro(config)#int fa0/1
Kopsiro(config-if)#ip add
Kopsiro(config-if)#ip address 192.168.12.1 255.255.255.0
Kopsiro(config-if)#no shut
Kopsiro(config)#router eigrp 1
Kopsiro(config-router)#no auto-summary
Kopsiro(config-router)#network 192.168.12.0
Kopsiro(config-router)#network 192.168.13.0
Test
Kopsiro#show ip eigrp 1 neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.12.2 Fa0/1 10 00:14:45 105 630 0 11
0 192.168.13.3 Fa0/0 9 00:27:43 84 504 0 10
Kopsiro#show ip route eigrp
D 192.168.24.0/24 [90/307200] via 192.168.12.2, 01:11:22, FastEthernet0/1
D 192.168.34.0/24 [90/307200] via 192.168.13.3, 01:11:22, FastEthernet0/0
2. Kapso Router
R3#config t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#host
R3(config)#hostname Kapso
Kapso(config)#interface fa0/0
Kapso(config-if)#ip address 192.168.24.2 255.255.255.0
Kapso(config-if)#no shut
Kapso(config)#interface fa0/1
Kapso(config-if)#ip address 192.168.12.2 255.255.255.0
Kapso(config-if)#no shut
Kapso(config)#router eigrp 1
Kapso(config-router)#no auto-summary
Kapso(config-router)#network 192.168.24.0
Kapso(config-router)#network 192.168.12.0
Test
Kapso(config)#do show ip eigrp nei
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.12.1 Fa0/1 14 00:44:14 114 684 0 11
0 192.168.24.4 Fa0/0 12 00:47:43 85 510 0 12
Kapso#show ip route eigrp
D 192.168.13.0/24 [90/307200] via 192.168.12.1, 01:12:27, FastEthernet0/1
D 192.168.34.0/24 [90/307200] via 192.168.24.4, 01:12:27, FastEthernet0/0
3. Kaptama Router
R2#config t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#hostname Kaptama
Kaptama(config)#interface fa0/1
Kaptama(config-if)#ip address 192.168.34.4 255.255.255.0
Kaptama(config-if)#no shut
Kaptama(config)#interface fa0/0
Kaptama(config-if)#ip address 192.168.24.4 255.255.255.0
Kaptama(config-if)#no shut
Kaptama(config)#router eigrp 1
Kaptama(config-router)#no auto-summary
Kaptama(config-router)#network 192.168.34.0
Kaptama(config-router)#network 192.168.24.0
Test
Kaptama(config)#do show ip eigrp nei
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.24.2 Fa0/0 13 00:55:21 91 546 0 12
0 192.168.34.3 Fa0/1 13 00:58:27 83 498 0 11
Kaptama(config)#do show ip route ei
D 192.168.12.0/24 [90/307200] via 192.168.24.2, 01:09:25, FastEthernet0/0
D 192.168.13.0/24 [90/307200] via 192.168.34.3, 01:09:23, FastEthernet0/1
Kaptama(config)#
4. Cheptais Router
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#hos
R1(config)#hostname Cheptais
Cheptais(config)#router eigrp 1
Cheptais(config-router)#no auto-summary
Cheptais(config)#interface fa0/0
Cheptais(config-if)#ip address 192.168.13.3 255.255.255.0
Cheptais(config-if)#no shut
Cheptais(config-if)# inter fa0/1
Cheptais(config-if)#ip address 192.168.34.3 255.255.255.0
Cheptais(config-if)#no shut
Cheptais(config)#router eigrp 1
Cheptais(config-router)#no auto-summary
Cheptais(config-router)#network 192.168.34.0
Cheptais(config-router)#network 192.168.13.0
Test
Cheptais# show ip eigrp nei
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.34.4 Fa0/1 11 01:07:08 98 588 0 13
0 192.168.13.1 Fa0/0 9 01:13:37 99 594 0 9
Cheptais#
Cheptais#show ip route eigrp
D 192.168.12.0/24 [90/307200] via 192.168.13.1, 01:05:08, FastEthernet0/0
D 192.168.24.0/24 [90/307200] via 192.168.34.4, 01:05:06, FastEthernet0/1
Cheptais#