Lab 7 EIGRP - Summarization

Mei 04, 2017
Assalamu'alaikum Warohmatullahi Wabarokatuh...
baik sahabat configer kali ini saya akan sedikit sharing mengenai EIGRP Authentication seperti biasa kita konfigurasi dulu eigrp seperti pada lab - lab sebelumnya 



Sekarang kita akan konfigurasi ip dan eigrp pada semua router :

Router 1

R1(config)#int lo0
R1(config-if)#ip add 1.1.1.1 255.255.255.255
R1(config)#int se1/0
R1(config-if)#ip add 12.12.12.1 255.255.255.0
R1(config-if)#no shutdown
R1(config)#router eigrp 10
R1(config-router)#net 1.1.1.1 0.0.0.0
R1(config-router)#net 12.12.12.1 0.0.0.0
R1(config-router)#no auto-summary

Router 2
R2(config)#int lo0
R2(config-if)#ip add 2.2.2.2 255.255.255.255
R2(config-if)#exit
R2(config)#int se1/0
R2(config-if)#ip add 12.12.12.2 255.255.255.0
R2(config-if)#no sh
R2(config)#int f0/0
R2(config-if)#ip add 23.23.23.2 255.255.255.0
R2(config-if)#no sh
R2(config)#router eigrp 10
R2(config-router)#net 12.12.12.2 0.0.0.0
R2(config-router)#net 2.2.2.2 0.0.0.0
R2(config-router)#net 23.23.23.2 0.0.0.0
R2(config-router)#no auto-summary

Router3
R3(config)#int lo0
R3(config-if)#ip add 3.3.3.3 255.255.255.255
R3(config-if)#ex
R3(config)#int f0/0
R3(config-if)#ip add 23.23.23.1 255.255.255.0
R3(config-if)#no sh
R3(config-if)#ex
R3(config)#router eigrp 10
R3(config-router)#net 3.3.3.3 0.0.0.0
R3(config-router)#net 23.23.23.1 0.0.0.0
R3(config-router)#no auto-summary

setelah selesai kita cek ip route dan test ping koneksinya

R1#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
1.0.0.0/32 is subnetted, 1 subnets
1.1.1.1 is directly connected, Loopback0
2.0.0.0/32 is subnetted, 1 subnets
2.2.2.2 [90/2297856] via 12.12.12.2, 00:10:43, Serial1/0
3.0.0.0/32 is subnetted, 1 subnets
3.3.3.3 [90/2300416] via 12.12.12.2, 00:05:37, Serial1/0
12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
12.12.12.0/24 is directly connected, Serial1/0
12.12.12.1/32 is directly connected, Serial1/0
23.0.0.0/24 is subnetted, 1 subnets
23.23.23.0 [90/2172416] via 12.12.12.2, 00:05:39, Serial1/0

R1#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

R1#ping 2.2.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/11/16 ms

R1#ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/32/40 ms

setelah kita selesai mengkonfigurasi EIGRP sekarang kita buat terleebih dahulu ip yang akan di summarize
R3(config)#int lo21
R3(config)#ip add 20.0.0.1 255.255.255.255
R3(config)#int lo22
R3(config)#ip add 20.0.0.2 255.255.255.255
R3(config)#int lo23
R3(config)#ip add 20.0.0.3 255.255.255.255
R3(config)#int lo24
R3(config)#ip add 20.0.0.4 255.255.255.255
R3(config)#int lo25
R3(config)#ip add 20.0.0.5 255.255.255.255
R3(config)#int lo26
R3(config)#ip add 20.0.0.6 255.255.255.255
R3(config)#int lo27

R3(config)#ip add 20.0.0.7 255.255.255.2

Advertise kedalam eigrp
R3(config)#router eigrp 10
R3(config)#net 20.0.0.1 0.0.0.0
R3(config)#net 20.0.0.2 0.0.0.0
R3(config)#net 20.0.0.3 0.0.0.0
R3(config)#net 20.0.0.4 0.0.0.0
R3(config)#net 20.0.0.5 0.0.0.0
R3(config)#net 20.0.0.6 0.0.0.0

R3(config)#net 20.0.0.7 0.0.0.0


Cek di R1
R1(config)#do sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
       + - replicated route, % - next hop override

Gateway of last resort is not set

      1.0.0.0/32 is subnetted, 1 subnets
C        1.1.1.1 is directly connected, Loopback0
      2.0.0.0/32 is subnetted, 1 subnets
D        2.2.2.2 [90/2297856] via 12.12.12.2, 00:45:53, Serial1/0
      3.0.0.0/32 is subnetted, 1 subnets
D        3.3.3.3 [90/2300416] via 12.12.12.2, 00:43:18, Serial1/0
      12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C        12.12.12.0/24 is directly connected, Serial1/0
L        12.12.12.1/32 is directly connected, Serial1/0
      20.0.0.0/32 is subnetted, 7 subnets
D        20.0.0.1 [90/2300416] via 12.12.12.2, 00:00:40, Serial1/0
D        20.0.0.2 [90/2300416] via 12.12.12.2, 00:00:36, Serial1/0
D        20.0.0.3 [90/2300416] via 12.12.12.2, 00:00:33, Serial1/0
D        20.0.0.4 [90/2300416] via 12.12.12.2, 00:00:28, Serial1/0
D        20.0.0.5 [90/2300416] via 12.12.12.2, 00:00:26, Serial1/0
D        20.0.0.6 [90/2300416] via 12.12.12.2, 00:00:23, Serial1/0
D        20.0.0.7 [90/2300416] via 12.12.12.2, 00:00:20, Serial1/0
      23.0.0.0/24 is subnetted, 1 subnets

D        23.23.23.0 [90/2172416] via 12.12.12.2, 00:44:15, Serial1/0

Setelah kita cek dan ada di R1 pastikan ip yang akan di summarize sudah terdaftar kemudian kita setting summarization di R3 pada int f0/0
R3(config-router)#int f0/0
R3(config-if)#ip summary-address eigrp 10 20.0.0.0 255.255.255.248

Setelah di summarize kita cek kembali pada R1 pastikan ip 20.0.0.0/29 sudah terdaftar dan ip yang tadi kita buat sudah hilang karena sudah tersummarize ke ip 20.0.0.0/29
R1(config)#do sh ip route                 
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
       + - replicated route, % - next hop override

Gateway of last resort is not set

      1.0.0.0/32 is subnetted, 1 subnets
C        1.1.1.1 is directly connected, Loopback0
      2.0.0.0/32 is subnetted, 1 subnets
D        2.2.2.2 [90/2297856] via 12.12.12.2, 00:50:18, Serial1/0
      3.0.0.0/32 is subnetted, 1 subnets
D        3.3.3.3 [90/2300416] via 12.12.12.2, 00:47:43, Serial1/0
      12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C        12.12.12.0/24 is directly connected, Serial1/0
L        12.12.12.1/32 is directly connected, Serial1/0
      20.0.0.0/29 is subnetted, 1 subnets
D        20.0.0.0 [90/2300416] via 12.12.12.2, 00:01:50, Serial1/0
      23.0.0.0/24 is subnetted, 1 subnets
D        23.23.23.0 [90/2172416] via 12.12.12.2, 00:48:40, Serial1


Hasilnya net 20.0.0.0/29 sudah tersummarisasikan. Alhamdulillah postingan kali ini telah selesai, jika artikel ini terasa bermanfaat silahkan bisa di share dengan menekan salah satu button dibawah ini.

Wassalamu'alaikum ...

Share this :

Previous
Next Post »
0 Komentar

Penulisan markup di komentar
  • Silakan tinggalkan komentar sesuai topik. Komentar yang menyertakan link aktif, iklan, atau sejenisnya akan dihapus.
  • Untuk menyisipkan kode gunakan <i rel="code"> kode yang akan disisipkan </i>
  • Untuk menyisipkan kode panjang gunakan <i rel="pre"> kode yang akan disisipkan </i>
  • Untuk menyisipkan quote gunakan <i rel="quote"> catatan anda </i>
  • Untuk menyisipkan gambar gunakan <i rel="image"> URL gambar </i>
  • Untuk menyisipkan video gunakan [iframe] URL embed video [/iframe]
  • Kemudian parse kode tersebut pada kotak di bawah ini
  • © 2015 Simple SEO ✔