EIGRP – Summarization
Dengan summarization, maka beberapa route akan dijadikan satu
pada lab sebelumnya pada R3 kita sudah membuat beberapa ip loopback sekarang tinggal kita summarize saja. JADI LAB INI LANJUTAN DARI LAB SEBELUMNYA
CONFIG
R3(config)#int fastEthernet 0/0
R3(config-if)#ip summary-address eigrp 10 3.3.3.0 255.255.255.0 5
Cek lagi di router R1
R1#sh ip route
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/130816] via 12.12.12.2, 00:11:58, GigabitEthernet1/0
3.0.0.0/24 is subnetted, 1 subnets D 3.3.3.0 [90/156416] via 12.12.12.2, 00:06:18, GigabitEthernet1/0
23.0.0.0/24 is subnetted, 1 subnets D 23.23.23.0 [90/28416] via 12.12.12.2, 00:11:58, GigabitEthernet1/0 1
2.0.0.0/24 is subnetted, 1 subnets
C 12.12.12.0 is directly connected, GigabitEthernet1/0
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 = 20/28/36 ms
R1#ping 3.3.3.17
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.17, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/39/44 ms
R1#ping 3.3.3.33
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.33, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/22/28 ms
WALAUPUN DI SUMMARY , AKAN TETAPI MASIH BISA SALING PING
SELESAI
Comments
Post a Comment