• Tidak ada hasil yang ditemukan

1. EIGRP konfig dasar

N/A
N/A
Protected

Academic year: 2021

Membagikan "1. EIGRP konfig dasar"

Copied!
31
0
0

Teks penuh

(1)

1. EIGRP – konfig dasar

============ R1 ============ en conf t hostname R1 int s0/0 ip addr 12.12.12.1 255.255.255.0 no sh int lo0 ip addr 1.1.1.1 255.255.255.255 no sh router eigrp 10 net 12.12.12.1 0.0.0.0 net 1.1.1.1 0.0.0.0 no au ============ R2 ============ en conf t hostname R2 int s0/0 ip addr 12.12.12.2 255.255.255.0 no sh INT fa0/0 ip addr 23.23.23.2 255.255.255.0 no sh int lo0 ip addr 2.2.2.2 255.255.255.255 no sh router eigrp 10 net 12.12.12.2 0.0.0.0 net 2.2.2.2 0.0.0.0 net 23.23.23.2 0.0.0.0 no au ============ 12.12.12.1/24 12.12.12.2/24 23.23.23.2/24 23.23.23.3/24

ID-N

etw

ork

ers

(2)

R3 ============ en conf t hostname R1 int fa0/0 ip addr 23.23.23.3 255.255.255.0 no sh int lo0 ip addr 3.3.3.3 255.255.255.255 no sh router eigrp 10 net 23.23.23.3 0.0.0.0 net 3.3.3.3 0.0.0.0 no au ================================================================ cek routing tabel dan tes ping

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/2297856] via 12.12.12.2, 00:11:43, Serial0/0 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:11:35, Serial0/0 23.0.0.0/24 is subnetted, 1 subnets D 23.23.23.0 [90/2195456] via 12.12.12.2, 00:11:42, Serial0/0 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial0/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 = 4/4/8 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 = 32/76/164 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 = 120/167/252 ms

ID-N

etw

(3)

2. EIGRP – Filtering Route

Bila diinginkan IP Loopbak2 tidak boleh terdapat dalam routing Tabel Router R3 R1(config)#access-list 1 deny 2.2.2.2

R1(config)#access-list 1 permit any R1(config)#router eigrp 10

R1(config-router)#distribute-list 1 in s0/0

================================================================

Kemudian cek di routing tabelnya dan pastikan IP 2.2.2.2 sudah tidak lagi terdapat dalam routing tabelnya

R1#sh ip route

1.0.0.0/32 is subnetted, 1 subnets

C 1.1.1.1 is directly connected, Loopback0 3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:28:23, Serial0/0 23.0.0.0/24 is subnetted, 1 subnets

D 23.23.23.0 [90/2195456] via 12.12.12.2, 00:28:29, Serial0/0 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial0/0

================================================================

Selain dikonfigurasikan di Router R1, bias juga dikonfigurasikan di Router R2 namun dengan direction OUT.

Hapus dulu konfigurasi di Router R1 R1(config)#router eigrp 10

R1(config-router)#no distribute-list 1 in s0/0 Cek routing tabelnya

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/2297856] via 12.12.12.2, 00:28:24, Serial0/0 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:28:16, Serial0/0 23.0.0.0/24 is subnetted, 1 subnets D 23.23.23.0 [90/2195456] via 12.12.12.2, 00:28:22, Serial0/0 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial0/0

========================================================================== Kmudian dilanjutkan konfigurasi di router R2

R2(config)#access-list 1 deny 2.2.2.2 R2(config)#access-list 1 permit any R2(config)#router eigrp 10

R2(config-router)#distribute-list 1 out s0/0 Cek lagi routing tabelnya

ID-N

etw

(4)

R1#sh ip route

1.0.0.0/32 is subnetted, 1 subnets

C 1.1.1.1 is directly connected, Loopback0 3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:32:36, Serial0/0 23.0.0.0/24 is subnetted, 1 subnets

D 23.23.23.0 [90/2195456] via 12.12.12.2, 00:32:42, Serial0/0 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial0/0

Dan hasilnya IP 2.2.2.2 sudah tidak lagi terdapat dalam routing tabelnya.

ID-N

etw

(5)

3. EIGRP – Redistributing Routes

Kalau sebelumnya kita mengadvertise sebuah network melalui perintah network pada EIGRP, maka selanjutnya kita akan menggunakan redistribute route

3.1 Redistribute Static

Buat interface loopback di Router R1 R1(config)#int lo1

R1(config-if)#ip address 100.100.100.1 255.255.255.255 Buat routing static di Router R2

R2(config)#ip route 100.100.100.1 255.255.255.255 12.12.12.1 Redistribute ke EIGRP

R1(config)#router eigrp 10

R1(config-router)#redistribute static Cek routing tabelnya di Router R3

R3#sh ip route 1.0.0.0/32 is subnetted, 1 subnets D 1.1.1.1 [90/2323456] via 23.23.23.2, 00:09:14, FastEthernet0/0 2.0.0.0/32 is subnetted, 1 subnets D 2.2.2.2 [90/409600] via 23.23.23.2, 00:28:08, FastEthernet0/0 100.0.0.0/32 is subnetted, 1 subnets D EX 100.100.100.1 [170/2195456] via 23.23.23.2, 00:00:15, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

C 3.3.3.3 is directly connected, Loopback0 23.0.0.0/24 is subnetted, 1 subnets

C 23.23.23.0 is directly connected, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets

D 12.12.12.0 [90/2195456] via 23.23.23.2, 00:40:23, FastEthernet0/0 à EX - EIGRP external,

R3#ping 100.100.100.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 100.100.100.1, timeout is 2 seconds: !!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 128/170/220 ms 3.2 Redistribute RIP

1. Buat interface loopback di Router R1 R1(config)#int lo2

R1(config-if)#ip address 200.200.200.1 255.255.255.255 2. Advertise kedalam RIP

ID-N

etw

(6)

R1(config-if)#router rip

R1(config-router)#network 200.200.200.0 3. Redistribute kedalam EIGRP

R1(config)#router eigrp 10

R1(config-router)#redistribute rip metric 1 1 1 1 1 4. Pengecekan

R1(config-router)#do sh ip pro Routing Protocol is "eigrp 10"

Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100

EIGRP maximum metric variance 1 Redistributing: eigrp 10, rip

EIGRP NSF-aware route hold timer is 240s Automatic network summarization is not in effect Maximum path: 4

Routing for Networks: 1.1.1.1/32

12.12.12.1/32

Routing Information Sources:

Gateway Distance Last Update (this router) 90 02:22:47 12.12.12.2 90 00:12:51 Distance: internal 90 external 170 R3#sh ip route eigrp 200.200.200.0/32 is subnetted, 1 subnets D EX 200.200.200.1 [170/2560537856] via 23.23.23.2, 00:13:10, FastEthernet0/0 1.0.0.0/32 is subnetted, 1 subnets D 1.1.1.1 [90/2323456] via 23.23.23.2, 00:26:09, FastEthernet0/0 2.0.0.0/32 is subnetted, 1 subnets D 2.2.2.2 [90/409600] via 23.23.23.2, 01:57:15, FastEthernet0/0 100.0.0.0/32 is subnetted, 1 subnets D EX 100.100.100.1 [170/2195456] via 23.23.23.2, 01:29:23, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets D 12.12.12.0 [90/2195456] via 23.23.23.2, 02:09:30, FastEthernet0/0 R3#ping 200.200.200.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 200.200.200.1, timeout is 2 seconds: !!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 180/205/244 ms

3.3 Redistribute OSPF

ID-N

etw

(7)

1. Buat interface loopback di Router R1 R1(config-router)#int lo3

R1(config-if)#ip address 30.30.30.1 255.255.255.255 2. Advertise ke dalam OSPF

R1(config-if)#router ospf 1

R1(config-router)#net 30.30.30.1 0.0.0.0 area 0 3. Redistribute kedalam EIGRP

R1(config-router)#router eigrp 10

R1(config-router)#redistribute ospf 1 metric 1 1 1 1 1 4. Pengecekan

R1(config-router)#do sh ip pro | i Redistrib Redistributing: eigrp 10, rip, ospf 1

R3#sh ip route eigrp 200.200.200.0/32 is subnetted, 1 subnets D EX 200.200.200.1 [170/2560537856] via 23.23.23.2, 00:15:56, FastEthernet0/0 1.0.0.0/32 is subnetted, 1 subnets D 1.1.1.1 [90/2323456] via 23.23.23.2, 00:28:54, FastEthernet0/0 2.0.0.0/32 is subnetted, 1 subnets D 2.2.2.2 [90/409600] via 23.23.23.2, 02:00:01, FastEthernet0/0 100.0.0.0/32 is subnetted, 1 subnets D EX 100.100.100.1 [170/2195456] via 23.23.23.2, 01:32:08, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets D 12.12.12.0 [90/2195456] via 23.23.23.2, 02:12:16, FastEthernet0/0 30.0.0.0/32 is subnetted, 1 subnets D EX 30.30.30.1 [170/2560537856] via 23.23.23.2, 00:00:08, FastEthernet0/0 R3#ping 30.30.30.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 30.30.30.1, timeout is 2 seconds: !!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 48/163/244 ms

ID-N

etw

(8)

4. EIGRP – Authentication

R1(config)#key chain EIGRP

R1(config-keychain)#key 1

R1(config-keychain-key)#key-string CISCO R1(config-keychain-key)#int S0/0

R1(config-if)#ip authentication key-chain eigrp 10 EIGRP R1(config-if)#ip authentication mode eigrp 10 md5

================================================================ R2(config)#key chain EIGRP

R2(config-keychain)#key 1

R2(config-keychain-key)#key-string CISCO R2(config-keychain-key)#INT S0/0

R2(config-if)#ip authentication mode eigrp 10 md5 R2(config-if)#ip authentication key-chain eigrp 10 EIGRP

================================================================ R1#DEBUg EIGrp PACkets

EIGRP Packets debugging is on

(UPDATE, REQUEST, QUERY, REPLY, HELLO, IPXSAP, PROBE, ACK, STUB, SIAQUERY, SIAREPLY) *Mar 1 03:46:42.303: EIGRP: received packet with MD5 authentication, key id = 1

*Mar 1 03:46:42.307: EIGRP: Received HELLO on Serial0/0 nbr 12.12.12.2

*Mar 1 03:46:42.311: AS 10, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0 *Mar 1 03:46:45.467: EIGRP: Sending HELLO on Loopback0

*Mar 1 03:46:45.471: AS 10, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 *Mar 1 03:46:45.479: EIGRP: Received HELLO on Loopback0 nbr 1.1.1.1 *Mar 1 03:46:45.483: AS 10, Flags 0x0, Seq 0/0 idbQ 0/0

================================================================ R1#sh ip eigrp neighbors

IP-EIGRP neighbors for process 10

H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num

0 12.12.12.2 Se0/0 11 00:12:14 232 1392 0 77

ID-N

etw

ork

(9)

5. EIGRP – Timer

Terdapat dua EIGRP timer, yakni

• Hello interval (default : 5 seconds) • Hold-time (default : 15 seconds) R1#sh ip eigrp neighbors

IP-EIGRP neighbors for process 10

H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 12.12.12.2 Se0/0 11 00:12:14 232 1392 0 77

Nilai hold-time yang ditampilkan sh ip eigrp neighbors adalah menghitung mundur dari 15 sec Berikut untuk melakukan perubahan konfigurasinya, hello interval 3 detik dan hold-time 9 detik (tiga kalinya)

R3(config)#int fa0/0

R3(config-if)#ip hello-interval eigrp 10 3 R3(config-if)#ip hold-time eigrp 10 9

ID-N

etw

(10)

6. EIGRP – Route Summarization

Buat ip yang akan di summarize dulu

R3(config)#int lo1 R3(config-if)#ip address 10.0.0.1 255.255.255.255 R3(config-if)#int lo2 R3(config-if)#ip address 10.0.0.2 255.255.255.255 R3(config-if)#int lo3 R3(config-if)#ip address 10.0.0.3 255.255.255.255 R3(config-if)#int lo4 R3(config-if)#ip address 10.0.0.4 255.255.255.255 R3(config-if)#int lo5 R3(config-if)#ip address 10.0.0.5 255.255.255.255 R3(config-if)#int lo6 R3(config-if)#ip address 10.0.0.6 255.255.255.255 R3(config-if)#int lo7 R3(config-if)#ip address 10.0.0.7 255.255.255.255

Advertise kedalam EIGRP

R3(config-if)#router eigrp 10 R3(config-router)#net 10.0.0.1 0.0.0.0 R3(config-router)#net 10.0.0.2 0.0.0.0 R3(config-router)#net 10.0.0.3 0.0.0.0 R3(config-router)#net 10.0.0.4 0.0.0.0 R3(config-router)#net 10.0.0.5 0.0.0.0 R3(config-router)#net 10.0.0.6 0.0.0.0 R3(config-router)#net 10.0.0.7 0.0.0.0 ================================================================ Cek di router R1 R1#sh ip route eigrp 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:07:54, Serial0/0 23.0.0.0/24 is subnetted, 1 subnets D 23.23.23.0 [90/2195456] via 12.12.12.2, 00:58:05, Serial0/0 10.0.0.0/32 is subnetted, 7 subnets D 10.0.0.2 [90/2323456] via 12.12.12.2, 00:01:27, Serial0/0 D 10.0.0.3 [90/2323456] via 12.12.12.2, 00:01:23, Serial0/0 D 10.0.0.1 [90/2323456] via 12.12.12.2, 00:01:32, Serial0/0 D 10.0.0.6 [90/2323456] via 12.12.12.2, 00:01:11, Serial0/0 D 10.0.0.7 [90/2323456] via 12.12.12.2, 00:00:35, Serial0/0 D 10.0.0.4 [90/2323456] via 12.12.12.2, 00:01:21, Serial0/0 D 10.0.0.5 [90/2323456] via 12.12.12.2, 00:01:18, Serial0/0 ================================================================ Konfigurasikan summarization di router R3

R3(config-if)#ROUTER EIGRP 10

R3(config-if)#ip summary-address eigrp 10 10.0.0.0 255.255.255.248 R3(config-if)#

*Mar 1 04:54:10.986: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 23.23.23.2 (FastEthernet0/0) is resync: summary configured

ID-N

etw

(11)

================================================================ Cek lagi di router R1

R1#sh ip route eigrp 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:16:46, Serial0/0 23.0.0.0/24 is subnetted, 1 subnets D 23.23.23.0 [90/2195456] via 12.12.12.2, 01:06:57, Serial0/0 10.0.0.0/29 is subnetted, 1 subnets D 10.0.0.0 [90/2323456] via 12.12.12.2, 00:00:07, Serial0/0 12.0.0.0/24 is subnetted, 1 subnets R1#ping 10.0.0.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds: !!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 112/166/240 ms R1#ping 10.0.0.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.3, timeout is 2 seconds: !!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 80/132/176 ms R1#ping 10.0.0.7

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.7, timeout is 2 seconds: !!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 116/177/268 ms

ID-N

etw

(12)

7. EIGRP – Unicast Update

R1(config-if)#do deb ip packet de IP packet debugging is on (detailed)

*Mar 1 00:48:02.723: IP: s=12.12.12.2 (Serial0/0), d=224.0.0.10, len 60, rcvd 2, proto=88 *Mar 1 00:48:02.747: IP: s=12.12.12.1 (local), d=224.0.0.10 (Serial0/0), len 60, sending broad/multicast, proto=88

*Mar 1 00:48:02.763: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial0/0), len 40, sending, proto=88 *Mar 1 00:48:02.963: IP: s=12.12.12.2 (Serial0/0), d=224.0.0.10, len 60, rcvd 2, proto=88

*Mar 1 00:48:02.971: IP: tableid=0, s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), routed via RIB *Mar 1 00:48:02.975: IP: s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), len 40, rcvd 3, proto=88 *Mar 1 00:48:02.995: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial0/0), len 40, sending, proto=88 ================================================================

Untuk merubah menjadi unicast (Link R1-R2) R1(config-if)#router eigrp 10

R1(config-router)#neighbor 12.12.12.2 s0/0 R2(config-if)#router eigrp 10

R2(config-router)#neighbor 12.12.12.1 s0/0 R1#debug ip packet det

IP packet debugging is on (detailed)

*Mar 1 00:55:06.163: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial0/0), len 60, sending, proto=88 *Mar 1 00:55:10.747: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial0/0), len 60, sending, proto=88 *Mar 1 00:55:10.867: IP: tableid=0, s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), routed via RIB *Mar 1 00:55:10.871: IP: s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), len 60, rcvd 3, proto=88 *Mar 1 00:55:10.879: IP: tableid=0, s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), routed via RIB *Mar 1 00:55:10.879: IP: s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), len 40, rcvd 3, proto=88 *Mar 1 00:55:10.899: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 12.12.12.2 (Serial0/0) is up: new adjacency

*Mar 1 00:55:10.907: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial0/0), len 60, sending, proto=88 *Mar 1 00:55:10.927: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial0/0), len 40, sending, proto=88 *Mar 1 00:55:11.147: IP: tableid=0, s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), routed via RIB *Mar 1 00:55:11.151: IP: s=12.12.12.2 (Serial0/0), d=12.12.12.1 (Serial0/0), len 68, rcvd 3, proto=88 *Mar 1 00:55:11.171: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial0/0), len 40, sending, proto=88

12.12.12.1/24 12.12.12.2/24 23.23.23.2/24 23.23.23.3/24

ID-N

etw

ork

ers

(13)

8. EIGRP – Traffic Engineering

Kondisi normal tentunya trafik dari router R1 menuju Loopback R3 adalah langsung menuju router R3 karena perhitungan bandwitdhnya.

nah bila diinginkan trafik melewati router R2 dulu maka parameter metric bisa kita rubah agar memenuhi hal tersebut, salah satunya adalah Delay.

================================================================ Kondisi awal...

R1(config-router)#do sh ip route 3.3.3.3 Routing entry for 3.3.3.3/32

Known via "eigrp 10", distance 90, metric 409600, type internal Redistributing via eigrp 10

Last update from 13.13.13.3 on FastEthernet0/0, 00:00:50 ago Routing Descriptor Blocks:

* 13.13.13.3, from 13.13.13.3, 00:00:50 ago, via FastEthernet0/0 Route metric is 409600, traffic share count is 1

Total delay is 6000 microseconds, minimum bandwidth is 10000 Kbit Reliability 255/255, minimum MTU 1500 bytes

Loading 1/255, Hops 1

R1(config-router)#do 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 = 36/133/192 ms R1(config-router)#do trace 3.3.3.3

Type escape sequence to abort. Tracing the route to 3.3.3.3 1 13.13.13.3 180 msec 120 msec * 12.12.12.1/24 12.12.12.2/24 23.23.23.2/24 23.23.23.3/24 13.13.13.1/24 13.13.13.3/24

ID-N

etw

ork

ers

(14)

R1(config-router)#do sh ip eigrp top 3.3.3.3 255.255.255.255 IP-EIGRP (AS 10): Topology entry for 3.3.3.3/32

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 409600 Routing Descriptor Blocks:

13.13.13.3 (FastEthernet0/0), from 13.13.13.3, Send flag is 0x0 Composite metric is (409600/128256), Route is Internal Vector metric:

Minimum bandwidth is 10000 Kbit Total delay is 6000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 1

12.12.12.2 (Serial0/0), from 12.12.12.2, Send flag is 0x0 Composite metric is (2323456/409600), Route is Internal Vector metric:

Minimum bandwidth is 1544 Kbit Total delay is 26000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 2

================================================================ Manipulasi nilai metric dengan merubah delay

R1(config-if)#delay 100000 R1(config-if)#do clear ip eigrp ne

*Mar 1 00:13:55.431: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 12.12.12.2 (Serial0/0) is down: manually cleared

*Mar 1 00:13:55.455: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 13.13.13.3 (FastEthernet0/0) is down: manually cleared

*Mar 1 00:13:55.791: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 13.13.13.3 (FastEthernet0/0) is up: new adjacency

*Mar 1 00:13:58.527: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 12.12.12.2 (Serial0/0) is up: new adjacency

R1(config-if)#do sh ip eigrp top 3.3.3.3 255.255.255.255 IP-EIGRP (AS 10): Topology entry for 3.3.3.3/32

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 2323456 Routing Descriptor Blocks:

12.12.12.2 (Serial0/0), from 12.12.12.2, Send flag is 0x0 Composite metric is (2323456/409600), Route is Internal Vector metric:

Minimum bandwidth is 1544 Kbit Total delay is 26000 microseconds Reliability is 255/255 Load is 1/255 Minimum MTU is 1500 Hop count is 2

ID-N

etw

ork

ers

(15)

13.13.13.3 (FastEthernet0/0), from 13.13.13.3, Send flag is 0x0 Composite metric is (25984000/128256), Route is Internal Vector metric:

Minimum bandwidth is 10000 Kbit Total delay is 1005000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 1

R1(config-if)#do sh ip route 3.3.3.3 Routing entry for 3.3.3.3/32

Known via "eigrp 10", distance 90, metric 2323456, type internal Redistributing via eigrp 10

Last update from 12.12.12.2 on Serial0/0, 00:02:46 ago Routing Descriptor Blocks:

* 12.12.12.2, from 12.12.12.2, 00:02:46 ago, via Serial0/0 Route metric is 2323456, traffic share count is 1

Total delay is 26000 microseconds, minimum bandwidth is 1544 Kbit Reliability 255/255, minimum MTU 1500 bytes

Loading 1/255, Hops 2

R1(config-if)#do 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 = 88/163/252 ms R1(config-if)#do trace 3.3.3.3

Type escape sequence to abort. Tracing the route to 3.3.3.3

1 12.12.12.2 68 msec 52 msec 132 msec 2 23.23.23.3 176 msec 172 msec * R1(config-if)#

Yup sudah pindah jalurnya lewat R2 dulu baru ke R3…..

========================================================================== Selain nilai Delay, bisa juga merubah nilai bandwidthnya, misalkan bandwidth int fa0/0 nya diset 1Mbps saja, shingga lebih rendah dbanding serialnya.

R1(config)#int fa0/0

R1(config-if)#no delay 100000 R1(config-if)#bandwidth 1000

R1(config-if)#do clear ip eigrp ne

R1(config-if)#do sh ip eigr top 3.3.3.3 255.255.255.255 IP-EIGRP (AS 10): Topology entry for 3.3.3.3/32

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 921600 Routing Descriptor Blocks:

12.12.12.2 (Serial0/0), from 12.12.12.2, Send flag is 0x0 Composite metric is (921600/409600), Route is Internal Vector metric:

ID-N

etw

(16)

Minimum bandwidth is 10000 Kbit Total delay is 26000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 2

13.13.13.3 (FastEthernet0/0), from 13.13.13.3, Send flag is 0x0 Composite metric is (2713600/128256), Route is Internal Vector metric:

Minimum bandwidth is 1000 Kbit Total delay is 6000 microseconds Reliability is 255/255 Load is 1/255 Minimum MTU is 1500 Hop count is 1 R1(config-if)#do sh ip route 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/921600] via 12.12.12.2, 00:00:14, Serial0/0 R1(config-if)#do 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 = 72/109/128 ms R1(config-if)#do trac 3.3.3.3

Type escape sequence to abort. Tracing the route to 3.3.3.3

1 12.12.12.2 92 msec 80 msec 88 msec 2 23.23.23.3 120 msec 168 msec * R1(config-if)#

ID-N

etw

(17)

9. EIGRP Filtering– Standard ACL

Buat IP Loopback dulu utk diadvertise ke dalam EIGRP dan kemudian difilter misal IP Genap dan Ganjil R1(config-router)#int lo1 R1(config-if)#ip address 10.10.10.1 255.255.255.255 R1(config-if)#int lo2 R1(config-if)#ip address 10.10.10.2 255.255.255.255 R1(config-if)#int lo3 R1(config-if)#ip address 10.10.10.3 255.255.255.255 R1(config-if)#int lo4 R1(config-if)#ip address 10.10.10.4 255.255.255.255 R1(config-if)#int lo5 R1(config-if)#ip address 10.10.10.5 255.255.255.255 R1(config-if)#int lo6 R1(config-if)#ip address 10.10.10.6 255.255.255.255 R1(config-if)#router eigrp 10 R1(config-router)#net 10.10.10.1 0.0.0.0 R1(config-router)#net 10.10.10.2 0.0.0.0 R1(config-router)#net 10.10.10.3 0.0.0.0 R1(config-router)#net 10.10.10.4 0.0.0.0 R1(config-router)#net 10.10.10.5 0.0.0.0 R1(config-router)#net 10.10.10.6 0.0.0.0 ========================================================================== Cek di R3 R3(config-router)#do sh ip rou 1.0.0.0/32 is subnetted, 1 subnets D 1.1.1.1 [90/2323456] via 23.23.23.2, 00:03:15, FastEthernet0/0 2.0.0.0/32 is subnetted, 1 subnets D 2.2.2.2 [90/409600] via 23.23.23.2, 00:03:15, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

C 3.3.3.3 is directly connected, Loopback0 23.0.0.0/24 is subnetted, 1 subnets

C 23.23.23.0 is directly connected, FastEthernet0/0 10.0.0.0/32 is subnetted, 6 subnets D 10.10.10.2 [90/2323456] via 23.23.23.2, 00:00:14, FastEthernet0/0 D 10.10.10.3 [90/2323456] via 23.23.23.2, 00:00:12, FastEthernet0/0 D 10.10.10.1 [90/2323456] via 23.23.23.2, 00:00:17, FastEthernet0/0 D 10.10.10.6 [90/2323456] via 23.23.23.2, 00:00:04, FastEthernet0/0 D 10.10.10.4 [90/2323456] via 23.23.23.2, 00:00:11, FastEthernet0/0 D 10.10.10.5 [90/2323456] via 23.23.23.2, 00:00:08, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets D 12.12.12.0 [90/2195456] via 23.23.23.2, 00:03:17, FastEthernet0/0 12.12.12.1/24 12.12.12.2/24 23.23.23.2/24 23.23.23.3/24

ID-N

etw

ork

ers

(18)

Dan filtering dimulai …… yang genap dulu

R3(config)#access-list 1 permit 0.0.0.0 255.255.255.254 R3(config)#router eigrp 10

R3(config-router)#distribute-list 1 in fa0/0

*Mar 1 00:41:16.867: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 23.23.23.2 (FastEthernet0/0) is resync: route configuration changed

R3(config-router)#do sh ip rou 2.0.0.0/32 is subnetted, 1 subnets

D 2.2.2.2 [90/409600] via 23.23.23.2, 00:15:27, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

C 3.3.3.3 is directly connected, Loopback0 23.0.0.0/24 is subnetted, 1 subnets

C 23.23.23.0 is directly connected, FastEthernet0/0 10.0.0.0/32 is subnetted, 3 subnets D 10.10.10.2 [90/2323456] via 23.23.23.2, 00:12:26, FastEthernet0/0 D 10.10.10.6 [90/2323456] via 23.23.23.2, 00:12:15, FastEthernet0/0 D 10.10.10.4 [90/2323456] via 23.23.23.2, 00:12:21, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets D 12.12.12.0 [90/2195456] via 23.23.23.2, 00:15:27, FastEthernet0/0 Sekarang yang ganjil…

R3(config)#no access-list 1 permit 0.0.0.0 255.255.255.254 R3(config)#access-list 1 permit 0.0.0.1 255.255.255.254 Tunggu sebentar dan….

R3(config)#do sh ip rou

1.0.0.0/32 is subnetted, 1 subnets

D 1.1.1.1 [90/2323456] via 23.23.23.2, 00:00:04, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

C 3.3.3.3 is directly connected, Loopback0 23.0.0.0/24 is subnetted, 1 subnets

C 23.23.23.0 is directly connected, FastEthernet0/0 10.0.0.0/32 is subnetted, 3 subnets D 10.10.10.3 [90/2323456] via 23.23.23.2, 00:00:04, FastEthernet0/0 D 10.10.10.1 [90/2323456] via 23.23.23.2, 00:00:04, FastEthernet0/0 D 10.10.10.5 [90/2323456] via 23.23.23.2, 00:00:04, FastEthernet0/0 R3(config)#

ID-N

etw

ork

ers

(19)

10. EIGRP Filtering– AD

Diinginkan IP Loopback R1 tidak terdapat dalam routing tabel R3

Kondisi awal :

R3(config)#do sh ip rou 1.0.0.0/32 is subnetted, 1 subnets

D 1.1.1.1 [90/2323456] via 23.23.23.2, 00:08:50, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

C 3.3.3.3 is directly connected, Loopback0 23.0.0.0/24 is subnetted, 1 subnets

C 23.23.23.0 is directly connected, FastEthernet0/0 10.0.0.0/32 is subnetted, 3 subnets

D 10.10.10.3 [90/2323456] via 23.23.23.2, 00:08:50, FastEthernet0/0 D 10.10.10.1 [90/2323456] via 23.23.23.2, 00:08:50, FastEthernet0/0 D 10.10.10.5 [90/2323456] via 23.23.23.2, 00:08:50, FastEthernet0/0 Konfigurasikan nilai AD yg paling besar yakni 255

R3(config)#access-list 2 permit 1.1.1.1 R3(config)#router eigrp 10 R3(config-router)#distance 255 0.0.0.0 255.255.255.255 2 Cek lagi R3#sh ip rou 3.0.0.0/32 is subnetted, 1 subnets

C 3.3.3.3 is directly connected, Loopback0 23.0.0.0/24 is subnetted, 1 subnets

C 23.23.23.0 is directly connected, FastEthernet0/0 10.0.0.0/32 is subnetted, 3 subnets

D 10.10.10.3 [90/2323456] via 23.23.23.2, 00:00:02, FastEthernet0/0 D 10.10.10.1 [90/2323456] via 23.23.23.2, 00:00:02, FastEthernet0/0 D 10.10.10.5 [90/2323456] via 23.23.23.2, 00:00:02, FastEthernet0/0 Yup ip loopback R1 (1.1.1.1) sudah tidak terdapat lagi dalam routing tabel Router R3 R3(config)#do sh ip rou 1.1.1.1

% Network not in table R3(config)#do 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 0 percent (0/5) 12.12.12.1/24 12.12.12.2/24 23.23.23.2/24 23.23.23.3/24

ID-N

etw

ork

ers

(20)

11. EIGRP Traffic Engineering – Offset List

Diinginkan trafik dari R1 menuju Loopback R3 dilewatkan ke R2 terlebih dahulu. Kondisi awal

R1(config-router)#do sh ip rou 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/435200] via 13.13.13.3, 00:19:01, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/409600] via 13.13.13.3, 00:04:34, FastEthernet0/0 (à langsung ke R3) 23.0.0.0/24 is subnetted, 1 subnets

D 23.23.23.0 [90/307200] via 13.13.13.3, 00:19:01, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial0/0 13.0.0.0/24 is subnetted, 1 subnets

C 13.13.13.0 is directly connected, FastEthernet0/0 R1(config-router)#do sh ip eigrp top 3.3.3.3 255.255.255.255 IP-EIGRP (AS 10): Topology entry for 3.3.3.3/32

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 409600 Routing Descriptor Blocks:

13.13.13.3 (FastEthernet0/0), from 13.13.13.3, Send flag is 0x0 Composite metric is (409600/128256), Route is Internal Vector metric:

Minimum bandwidth is 10000 Kbit Total delay is 6000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 1

12.12.12.2 (Serial0/0), from 12.12.12.2, Send flag is 0x0 Composite metric is (2323456/409600), Route is Internal Vector metric: 12.12.12.1/24 12.12.12.2/24 23.23.23.2/24 23.23.23.3/24 13.13.13.1/24 13.13.13.3/24

ID-N

etw

ork

ers

(21)

Minimum bandwidth is 1544 Kbit Total delay is 26000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 2

R1(config-router)#do 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 = 100/147/220 ms R1(config-router)#do traceroute 3.3.3.3

Type escape sequence to abort. Tracing the route to 3.3.3.3

1 13.13.13.3 100 msec 116 msec * à langsung ke R3

========================================================================== Manipulasi trafik.... offset nya diset dengan nilai yang paling besar

R1(config)#access-list 1 permit 3.3.3.3 R1(config)#router eigrp 10 R1(config-router)#offset-list 1 in ? <0-2147483647> Offset R1(config-router)#offset-list 1 in 2147483647 fa0/0 Tunggu sebentar

*Mar 1 00:19:32.619: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 13.13.13.3 (FastEthernet0/0) is resync: route configuration changed

========================================================================== Cek routing tabelnya lagi

R1(config-router)#do sh ip rou 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/435200] via 13.13.13.3, 00:10:12, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:00:12, Serial0/0 à Jalurnya sudah lewat R2 23.0.0.0/24 is subnetted, 1 subnets

D 23.23.23.0 [90/307200] via 13.13.13.3, 00:10:13, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial0/0 13.0.0.0/24 is subnetted, 1 subnets

C 13.13.13.0 is directly connected, FastEthernet0/0 R1(config-router)#do 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: !!!!!

ID-N

etw

(22)

Success rate is 100 percent (5/5), round-trip min/avg/max = 44/104/196 ms R1(config-router)#do traceroute 3.3.3.3

Type escape sequence to abort. Tracing the route to 3.3.3.3

1 12.12.12.2 60 msec 96 msec 88 msec à jalurnya sudah pindah ke R2 dulu 2 23.23.23.3 144 msec 140 msec *

R1(config-router)#do sh ip eigrp top 3.3.3.3 255.255.255.255 IP-EIGRP (AS 10): Topology entry for 3.3.3.3/32

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 2323456 Routing Descriptor Blocks:

12.12.12.2 (Serial0/0), from 12.12.12.2, Send flag is 0x0 Composite metric is (2323456/409600), Route is Internal Vector metric:

Minimum bandwidth is 1544 Kbit Total delay is 26000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 2

13.13.13.3 (FastEthernet0/0), from 13.13.13.3, Send flag is 0x0

Composite metric is (2147893247/128256), Route is Internal à nilai offset yang dikonfigurasikan Vector metric:

Minimum bandwidth is 10000 Kbit Total delay is 83892079 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 1

==========================================================================

Selanjutnya interface s0/0 pada R1 dishutdown dan trafik kembali ke jalur semula karena jalur hasil manipulasi diputus.

R1(config-router)#int s0/0 R1(config-if)#shutdown R1(config-if)#

*Mar 1 00:34:28.587: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 10: Neighbor 12.12.12.2 (Serial0/0) is down: interface down

*Mar 1 00:34:30.483: %LINK-5-CHANGED: Interface Serial0/0, changed state to administratively down

*Mar 1 00:34:31.483: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down

R1(config-if)#do sh ip rou 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/435200] via 13.13.13.3, 00:25:07, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/2147893247] via 13.13.13.3, 00:00:10, FastEthernet0/0 à langsung ke R3 23.0.0.0/24 is subnetted, 1 subnets

ID-N

etw

(23)

D 23.23.23.0 [90/307200] via 13.13.13.3, 00:25:07, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets

D 12.12.12.0 [90/2221056] via 13.13.13.3, 00:00:10, FastEthernet0/0 13.0.0.0/24 is subnetted, 1 subnets

C 13.13.13.0 is directly connected, FastEthernet0/0 R1(config-if)#do sh ip eigrp top 3.3.3.3 255.255.255.255 IP-EIGRP (AS 10): Topology entry for 3.3.3.3/32

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 2323456 Routing Descriptor Blocks:

13.13.13.3 (FastEthernet0/0), from 13.13.13.3, Send flag is 0x0 Composite metric is (2147893247/128256), Route is Internal Vector metric:

Minimum bandwidth is 10000 Kbit Total delay is 83892079 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 1

R1(config-if)#do 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 = 52/104/136 ms R1(config-if)#do traceroute 3.3.3.3

Type escape sequence to abort. Tracing the route to 3.3.3.3

1 13.13.13.3 144 msec 120 msec * Ok sudah kembali ke jalan yang benar...

ID-N

etw

(24)

12. EIGRP Traffic Engineering – AD

Diinginkan trafik dari R1 menuju Loopback R3 dilewatkan ke R2 terlebih dahulu, namun kali ini dengan metode memanipulasi Administrative Distance nya

Kembalikan dulu hasil konfigurasi sebelumnya R1(config)#int s0/0

R1(config-if)#no shutdown R1(config-if)#router eigrp 10

R1(config-router)#no offset-list 1 in 2147483647 fa0/0

========================================================================== Konfigurasikan manipulasi AD nya, diset paling besar nilainya yakni 255

R1(config-if)#router eigrp 10

R1(config-router)#distance 255 ? A.B.C.D IP Source address

R1(config-router)#distance 255 13.13.13.1 ? A.B.C.D Wildcard bits

R1(config-router)#distance 255 13.13.13.1 0.0.0.0 ? <1-99> IP Standard access list number

<1300-1999> IP Standard expanded access list number WORD Standard access-list name

<cr>

R1(config-router)#distance 255 13.13.13.0 0.0.0.255 1 R1(config)#access-list 1 permit 3.3.3.3

========================================================================== Cek hasilnya gan…..

R1(config-router)#do sh ip route 1.0.0.0/32 is subnetted, 1 subnets 12.12.12.1/24 12.12.12.2/24 23.23.23.2/24 23.23.23.3/24 13.13.13.1/24 13.13.13.3/24

ID-N

etw

ork

ers

(25)

C 1.1.1.1 is directly connected, Loopback0 2.0.0.0/32 is subnetted, 1 subnets

D 2.2.2.2 [90/435200] via 13.13.13.3, 00:00:03, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets

D 3.3.3.3 [90/2323456] via 12.12.12.2, 00:00:05, Serial0/0 à pindah jalur ke Router R2 via serial 23.0.0.0/24 is subnetted, 1 subnets

D 23.23.23.0 [90/307200] via 13.13.13.3, 00:00:03, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial0/0 13.0.0.0/24 is subnetted, 1 subnets

C 13.13.13.0 is directly connected, FastEthernet0/0 R1(config-router)#

R1(config-router)#do 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 = 32/121/208 ms R1(config-router)#do trac 3.3.3.3

Type escape sequence to abort. Tracing the route to 3.3.3.3

1 12.12.12.2 84 msec 96 msec 260 msec 2 23.23.23.3 184 msec 296 msec *

ID-N

etw

(26)

13. EIGRP Load Balancing

===== R1 ===== en conf t hostname R1 int f0/0 ip addr 12.12.12.1 255.255.255.0 no sh int f0/1 ip addr 13.13.13.1 255.255.255.0 no sh int lo0 ip addr 1.1.1.1 255.255.255.255 router eigrp 10 net 0.0.0.0 no auto-summary ===== R2 ===== en conf t hostname R2 int f0/0

ID-N

etw

ork

ers

(27)

ip addr 12.12.12.2 255.255.255.0 no sh int f0/1 ip addr 24.24.24.2 255.255.255.0 no sh int lo0 ip addr 2.2.2.2 255.255.255.255 router eigrp 10 net 0.0.0.0 no auto-summary ===== R3 ===== en conf t hostname R3 int f0/0 ip addr 13.13.13.3 255.255.255.0 no sh int f0/1 ip addr 34.34.34.3 255.255.255.0 no sh int lo0 ip addr 3.3.3.3 255.255.255.255 router eigrp 10 net 0.0.0.0 no auto-summary ===== R4 ===== en conf t hostname R4 int f0/0 ip addr 24.24.24.4 255.255.255.0 no sh int f0/1 ip addr 34.34.34.4 255.255.255.0 no sh

ID-N

etw

ork

ers

(28)

int lo0 ip addr 4.4.4.4 255.255.255.255 router eigrp 10 net 0.0.0.0 no auto-summary

ID-N

etw

ork

ers

(29)

================================================================ selanjutnya cek routing tabelnya

R1#sh ip route eigrp 34.0.0.0/24 is subnetted, 1 subnets D 34.34.34.0 [90/307200] via 13.13.13.3, 00:00:28, FastEthernet0/1 2.0.0.0/32 is subnetted, 1 subnets D 2.2.2.2 [90/409600] via 12.12.12.2, 00:00:28, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/409600] via 13.13.13.3, 00:00:28, FastEthernet0/1 4.0.0.0/32 is subnetted, 1 subnets D 4.4.4.4 [90/435200] via 13.13.13.3, 00:00:28, FastEthernet0/1 [90/435200] via 12.12.12.2, 00:00:28, FastEthernet0/0 24.0.0.0/24 is subnetted, 1 subnets D 24.24.24.0 [90/307200] via 12.12.12.2, 00:00:28, FastEthernet0/0

seperti yang terlihat diatas, 2 jalur digunakan secara bersamaan untuk menuju ke Loopback0 R4 (Equal Cost Load Balancing) yakni via R2 (12.12.12.2) dan R3 (13.13.13.3)

R1#sh ip route 4.4.4.4

Routing entry for 4.4.4.4/32

Known via "eigrp 10", distance 90, metric 435200, type internal Redistributing via eigrp 10

Last update from 13.13.13.3 on FastEthernet0/1, 00:00:31 ago Routing Descriptor Blocks:

13.13.13.3, from 13.13.13.3, 00:00:31 ago, via FastEthernet0/1

Route metric is 435200, traffic share count is 1

Total delay is 7000 microseconds, minimum bandwidth is 10000 Kbit Reliability 255/255, minimum MTU 1500 bytes

Loading 1/255, Hops 2

* 12.12.12.2, from 12.12.12.2, 00:00:31 ago, via FastEthernet0/0

Route metric is 435200, traffic share count is 1

Total delay is 7000 microseconds, minimum bandwidth is 10000 Kbit Reliability 255/255, minimum MTU 1500 bytes

Loading 1/255, Hops 2

================================================================ Unequal Cost Load Balancing

selanjutnya kita rubah bandwidth menjadi lebih kecil dari 10000 Kbit pada Link yang menuju ke router R2, misalkan 1000 Kbit

R1(config)#int f0/0

R1(config-if)#bandwidth 1000 R1(config-if)#do clear ip route *

cek lagi pada routing tabelnya dan didapati hanya satu jalur yang dilewati yakni melalui R3 R1#sh ip route

34.0.0.0/24 is subnetted, 1 subnets

D 34.34.34.0 [90/307200] via 13.13.13.3, 00:00:11, FastEthernet0/1 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/460800] via 13.13.13.3, 00:00:11, FastEthernet0/1

ID-N

etw

(30)

[90/2713600] via 12.12.12.2, 00:00:11, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/409600] via 13.13.13.3, 00:00:11, FastEthernet0/1 4.0.0.0/32 is subnetted, 1 subnets D 4.4.4.4 [90/435200] via 13.13.13.3, 00:00:11, FastEthernet0/1 24.0.0.0/24 is subnetted, 1 subnets D 24.24.24.0 [90/332800] via 13.13.13.3, 00:00:11, FastEthernet0/1 12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, FastEthernet0/0 13.0.0.0/24 is subnetted, 1 subnets

C 13.13.13.0 is directly connected, FastEthernet0/1

berikutnya kita cek dulu di eigrp topologinya yang masih menyimpan tentang jalur lain yang kita rubah bandwidthnya menjadi lebih kecil

R1#sh ip eigrp topology 4.4.4.4/32

IP-EIGRP (AS 10): Topology entry for 4.4.4.4/32

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 435200 Routing Descriptor Blocks:

13.13.13.3 (FastEthernet0/1), from 13.13.13.3, Send flag is 0x0

Composite metric is (435200/409600), Route is Internal Vector metric:

Minimum bandwidth is 10000 Kbit

Total delay is 7000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 2

12.12.12.2 (FastEthernet0/0), from 12.12.12.2, Send flag is 0x0

Composite metric is (2739200/409600), Route is Internal Vector metric:

Minimum bandwidth is 1000 Kbit

Total delay is 7000 microseconds Reliability is 255/255

Load is 1/255

Minimum MTU is 1500 Hop count is 2

Perhatikan nilai metric nya...

untuk mencari nilai varience yang akan kita masukkan, maka 2739200 dibagi 435200 = 6,29 maka nilai varience yang diset adalah 7 (pembulatan harus keatas utk nilai berapapun) R1(config)#router eigrp 10 R1(config-router)#variance 7 ================================================================ hasil akhir R1#sh ip route 34.0.0.0/24 is subnetted, 1 subnets D 34.34.34.0 [90/307200] via 13.13.13.3, 00:00:01, FastEthernet0/1 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

ID-N

etw

(31)

D 2.2.2.2 [90/460800] via 13.13.13.3, 00:00:01, FastEthernet0/1 [90/2713600] via 12.12.12.2, 00:00:01, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets D 3.3.3.3 [90/409600] via 13.13.13.3, 00:00:01, FastEthernet0/1 4.0.0.0/32 is subnetted, 1 subnets D 4.4.4.4 [90/435200] via 13.13.13.3, 00:00:01, FastEthernet0/1 [90/2739200] via 12.12.12.2, 00:00:01, FastEthernet0/0 24.0.0.0/24 is subnetted, 1 subnets R1#sh ip route 4.4.4.4

Routing entry for 4.4.4.4/32

Known via "eigrp 10", distance 90, metric 435200, type internal Redistributing via eigrp 10

Last update from 12.12.12.2 on FastEthernet0/0, 00:00:47 ago Routing Descriptor Blocks:

* 13.13.13.3, from 13.13.13.3, 00:00:47 ago, via FastEthernet0/1 Route metric is 435200, traffic share count is 120

Total delay is 7000 microseconds, minimum bandwidth is 10000 Kbit Reliability 255/255, minimum MTU 1500 bytes

Loading 1/255, Hops 2

12.12.12.2, from 12.12.12.2, 00:00:47 ago, via FastEthernet0/0 Route metric is 2739200, traffic share count is 19

Total delay is 7000 microseconds, minimum bandwidth is 1000 Kbit Reliability 255/255, minimum MTU 1500 bytes

Loading 1/255, Hops 2

Seperti yang terlihat sekarang 2 jalur digunakan secara bersamaan, namun dengan pembagian setiap 7 paket dkirimkan melalui link utama, maka berikutnya 1 paket dkirimkan ke link kedua

ID-N

etw

Referensi

Dokumen terkait

Sebelum lahirnya UUPA, maka di Indonesia pernah berlaku suatu undang- undang pertanahan yaitu hak-hak atas tanah yang tunduk kepada hukum barat (BW) dan yang tunduk kepada hukum

Untuk dalem Yudaning- ratan yang tadinya sebagai bagian dari tiga buah dalem yang memanjang dari barat ke timur, hanya mempunyai satu seketeng yang memisahkan area publik dengan

10.1.3 Software Maintenance vs Software Configuration Management..  Keluaran dari proses perangkat lunak adalah informasi yang dapat dibagi ke dalam 3 kategori utama;.. 1)

Berdasarkan data tersebut diatas, maka untuk menjalankan fungsi Int $21 “Console Input Without Echo”, kita perlu ditentukan nilai register AH=$8, dan interrupt

(2016, hlm.. Kecerdasan tersebut sangat penting dikembangkan dalam proses pembelajaran karena para lulusan sekolah akan berperan sebagai 1) agent of change di masyarakat,

Bersama ini saya mengharapkan kesediaan saudara/i untuk mengisi daftar pertanyaan survey tentang Kualitas Pelayanan dan Kualitas Produk KFC Cabang Tanjung Duren, Jakarta Barat,

Menurut Handoko (1992 ) mengatakan bahwa gaya kepemimpinan adalah kemampuan yang dipunyai seseorang untuk dapat mempengaruhi orang lain agar mau bekerja demi