Configuring EIGRP with IPv4

 Topology

Addressing Table
Objectives
Part 1 : Configure EIGRP
Part 2 : Verivy EIGRP Routing

Download file pka Configuring EIGRP with IPv4

Setting CLI Pada Semua Router
1. Router R1

R1>en

R1#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R1(config)#router eigrp 1

R1(config-router)#network 172.16.1.0 0.0.0.255

R1(config-router)#network 172.16.3.0 0.0.0.3

R1(config-router)#network 192.168.10.4 0.0.0.3

R1(config-router)#passive-interface g0/0

R1(config-router)#no auto-summary


2. Router R2

R2>en

R2#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R2(config)#router eigrp 1

R2(config-router)#network 172.16.2.0 0.0.0.255

R2(config-router)#network 172.16.3.0 0.0.0.3

R2(config-router)#network 192.168.10.8 0.0.0.3

R2(config-router)#passive-interface g0/0

R2(config-router)#no auto-summary


2. Router R3

R3>en

R3#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R3(config)#router eigrp 1

R3(config-router)#network 192.168.1.0 0.0.0.255

R3(config-router)#network 192.168.10.4 0.0.0.3

R3(config-router)#network 192.168.10.8 0.0.0.3

R3(config-router)#passive-interface g0/0

R3(config-router)#no auto-summary


Suggested Scoring Rubric



Komentar