Minggu, 04 Desember 2011

CCIE bootcamp Hari ke-2 : Lab 15 EIGRP- Equal Load Balancing



konfig R1

!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
 ip address 12.12.12.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 13.13.13.1 255.255.255.0
 duplex auto
 speed auto
!        

router eigrp 10
 network 0.0.0.0
 no auto-summary
!

konfig R2

!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
 ip address 12.12.12.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 24.24.24.2 255.255.255.0
 duplex auto
 speed auto
!        

router eigrp 10
 network 0.0.0.0
 no auto-summary
!

Konfig R3

!
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
 ip address 13.13.13.3 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 34.34.34.3 255.255.255.0
 duplex auto
 speed auto


router eigrp 10
 network 0.0.0.0

 no auto-summary
!

Konfig R4

!
interface Loopback0
 ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
 ip address 24.24.24.4 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 34.34.34.4 255.255.255.0
 duplex auto
 speed auto
!        

router eigrp 10
 network 0.0.0.0
 no auto-summary
!

!
!
Command Verifikasi
         
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:16:10 ago
  Routing Descriptor Blocks:
    13.13.13.3, from 13.13.13.3, 00:16:10 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:16:10 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

R1#

R1#sh
*Mar  1 00:10:44.887: %SYS-5-CONFIG_I: Configured from console by consoleip 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:40, FastEthernet0/1
     2.0.0.0/32 is subnetted, 1 subnets
D       2.2.2.2 [90/409600] via 12.12.12.2, 00:02: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:40, 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:40, FastEthernet0/1
                [90/435200] via 12.12.12.2, 00:00:40, 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:40, FastEthernet0/0
R1#

Tidak ada komentar:

Posting Komentar