Thursday, April 11, 2013

[lab EIGRP 14] Mindah Jalur Offset list

Topologi :
masih menggunakan topologi lab EIGRP 12

- traceroute dari R1 ke R3 harusnya langsung melalui interface fastEthernetnya,
- disini kita akan merubah nilai offset listnya agar interface F0/0 tidak digunakan sebagai jalur utama menuju R3.
Konfigurasi Offset :
R1(config)#access-list 1 permit 3.3.3.3
R1(config)#router eigrp 1

R1(config-router)#offset-list 1 in 2147483647 f0/0
*Mar  1 00:16:38.719: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 13.13.13.3 (FastEthernet0/0) is resync: route configuration changed
R1(config-router)#


verifikasi :

check routing table :


R1(config-router)#do 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/435200] via 13.13.13.3, 00:04:40, FastEthernet0/0
     3.0.0.0/32 is subnetted, 1 subnets
D       3.3.3.3 [90/2323456] via 12.12.12.2, 00:03:39, Serial0/0
     23.0.0.0/24 is subnetted, 1 subnets
D       23.23.23.0 [90/307200] via 13.13.13.3, 00:04:40, 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 tracer 3.3.3.3

Type escape sequence to abort.
Tracing the route to 3.3.3.3

  1 12.12.12.2 24 msec 16 msec 4 msec
  2 23.23.23.3 28 msec *  40 msec
R1(config-router)#
R1(config-router)#do sho ip eigrp top 3.3.3.3 255.255.255.255
IP-EIGRP (AS 1): 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
      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-router)#

yang di pengaruhi setelah merubah nilai offset pada EIGRP adalah total delay nya :


No comments: