Lab 14. EIGRP – Mindah Jalur – Bandwidth
Lab 14. EIGRP – Mindah Jalur
– Bandwidth
Selain nilai Delay, kita bisa juga merubah nilai bandwidthnya, misalkan bandwidth interface G1/0 nya diset 10Mbps saja, sehingga lebih rendah dibanding Fastethernet (100Mbps).
Hapus terlebih dahulu nilai dalay yang kita set di lab sebelumya
R1(config)#interface
gigabitEthernet 1/0
R1(config-if)#no delay 1000000
Lalu kita set dengan nilai bandwith
R1(config)#interface gigabitEthernet 1/0
R1(config-if)#bandwidth 10
Kita cek terlebih dahulu
R1#sh ip eigrp topology 3.3.3.3 255.255.255.255IP-EIGRP (AS 10): Topology entry for 3.3.3.3/32
State is Passive, Query origin flag is 1, 1 Successor(s), FD is 156416
Routing Descriptor Blocks:
12.12.12.2 (FastEthernet0/0), from 12.12.12.2, Send flag is 0x0
Composite metric is (156416/130816), Route is Internal
Vector metric:
Minimum bandwidth is 100000 Kbit
Total delay is 5110 microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 2
13.13.13.3 (GigabitEthernet1/0), from 13.13.13.3, Send flag is 0x0
Composite metric is (256128256/128256), Route is Internal
Vector metric:
Minimum bandwidth is 10 Kbit
Total delay is 5010 microseconds
Reliability is 255/255
Load is 1/255
Minimum MTU is 1500
Hop count is 1
Ini jika kita cek Table route EIGRP
2.0.0.0/32 is subnetted, 1 subnets
D 2.2.2.2 [90/156160] via 12.12.12.2, 00:09:17, FastEthernet0/0
3.0.0.0/32 is subnetted, 1 subnets
D 3.3.3.3 [90/156416] via 12.12.12.2, 00:09:17, FastEthernet0/0
23.0.0.0/24 is subnetted, 1 subnets
D 23.23.23.0 [90/28416] via
12.12.12.2, 00:09:17, FastEthernet0/0
Ini jika kita cek Traceroute
Type escape sequence to abort.
Tracing the route to 3.3.3.3
1 12.12.12.2 24 msec 16 msec 24 msec
2 23.23.23.3 32 msec 36 msec 28
msec
mantap bangg
BalasHapus