KODE DFP HEAD EIGRP Autonomous System 10 with default route (Stub Network) | Programming And Networking

YM

Link

IKLAN ADSENSE BAWAH SIDEBAR (250X250)

EIGRP Autonomous System 10 with default route (Stub Network)




  • EIGRP is inserted in dynamic routing category, where the best route calculated by the number of routers in the past, or bandwith route calculation. WIGRP routing configuration enough to register the network address that is connected directly with the wildcard mask and will be in exchange routing tables to neighbors to update / introduce network address.
  • The Software that i use is cisco packet tracer v.5.3
  • Step by step Routers Configuration :

R1 :

R1#conf t

R1(config)#router eigrp 10

R1(config-router)#network 192.168.1.0 0.0.0.255

R1(config-router)#network 10.1.1.0 0.0.0.3

R1(config-router)#network 10.1.1.8 0.0.0.3

R1(config-router)#no auto-summary

R2 :

R2>en

R2#conf t

R2(config)#router eigrp 10

R2(config-router)#network 192.168.2.0 0.0.0.255

R2(config-router)#network 10.1.1.0 0.0.0.3

R2(config-router)#network 10.1.1.4 0.0.0.3

R2(config-router)#no auto-summary

R3 :

R3>en

R3#conf t

R3(config)#router eigrp 10

R3(config-router)#network 192.168.3.0 0.0.0.255

R3(config-router)#network 10.1.1.4 0.0.0.3

R3(config-router)#network 10.1.1.8 0.0.0.3

R3(config-router)#no auto-summary

Routing table

R1 :

R1#sh ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/30 is subnetted, 3 subnets

C 10.1.1.0 is directly connected, Serial2/0

D 10.1.1.4 [90/21024000] via 10.1.1.2, 00:01:46, Serial2/0

[90/21024000] via 10.1.1.9, 00:00:39, Serial3/0

C 10.1.1.8 is directly connected, Serial3/0

C 192.168.1.0/24 is directly connected, FastEthernet0/0

D 192.168.2.0/24 [90/20514560] via 10.1.1.2, 00:01:46, Serial2/0

D 192.168.3.0/24 [90/20514560] via 10.1.1.9, 00:00:39, Serial3/0

R2 :

R2#sh ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/30 is subnetted, 3 subnets

C 10.1.1.0 is directly connected, Serial2/0

C 10.1.1.4 is directly connected, Serial3/0

D 10.1.1.8 [90/21024000] via 10.1.1.1, 00:02:28, Serial2/0

[90/21024000] via 10.1.1.6, 00:01:21, Serial3/0

D 192.168.1.0/24 [90/20514560] via 10.1.1.1, 00:02:28, Serial2/0

C 192.168.2.0/24 is directly connected, FastEthernet0/0

D 192.168.3.0/24 [90/20514560] via 10.1.1.6, 00:01:21, Serial3/0

R3 :

R3#sh ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/30 is subnetted, 3 subnets

D 10.1.1.0 [90/21024000] via 10.1.1.5, 00:01:50, Serial3/0

[90/21024000] via 10.1.1.10, 00:01:50, Serial2/0

C 10.1.1.4 is directly connected, Serial3/0

C 10.1.1.8 is directly connected, Serial2/0

D 192.168.1.0/24 [90/20514560] via 10.1.1.10, 00:01:50, Serial2/0

D 192.168.2.0/24 [90/20514560] via 10.1.1.5, 00:01:50, Serial3/0

C 192.168.3.0/24 is directly connected, FastEthernet0/0

Default route Configuration :

R2#conf t

R2(config)#ip route 0.0.0.0 0.0.0.0 222.124.22.17

Redistribute to all routers via R2 (Routing EIGRP) :

R2(config)#router eigrp 10

R2(config-router)#redistribute static metric 1544 20000 255 255 65535

Routing table + default route :

R1 :

R1#sh ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is 10.1.1.2 to network 0.0.0.0

10.0.0.0/30 is subnetted, 3 subnets

C 10.1.1.0 is directly connected, Serial2/0

D 10.1.1.4 [90/21024000] via 10.1.1.9, 00:01:30, Serial3/0

[90/21024000] via 10.1.1.2, 00:01:29, Serial2/0

C 10.1.1.8 is directly connected, Serial3/0

C 192.168.1.0/24 is directly connected, FastEthernet0/0

D 192.168.2.0/24 [90/20514560] via 10.1.1.2, 00:01:29, Serial2/0

D 192.168.3.0/24 [90/20514560] via 10.1.1.9, 00:01:30, Serial3/0

D*EX 0.0.0.0/0 [170/25632000] via 10.1.1.2, 00:00:26, Serial2/0

R2 :

R2#sh ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is 222.124.22.17 to network 0.0.0.0

10.0.0.0/30 is subnetted, 3 subnets

C 10.1.1.0 is directly connected, Serial2/0

C 10.1.1.4 is directly connected, Serial3/0

D 10.1.1.8 [90/21024000] via 10.1.1.6, 00:09:49, Serial3/0

[90/21024000] via 10.1.1.1, 00:09:46, Serial2/0

D 192.168.1.0/24 [90/20514560] via 10.1.1.1, 00:09:46, Serial2/0

C 192.168.2.0/24 is directly connected, FastEthernet0/0

D 192.168.3.0/24 [90/20514560] via 10.1.1.6, 00:09:49, Serial3/0

222.124.22.0/28 is subnetted, 1 subnets

C 222.124.22.16 is directly connected, Serial6/0

S* 0.0.0.0/0 [1/0] via 222.124.22.17

R3 :

R3#sh ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is 10.1.1.5 to network 0.0.0.0

10.0.0.0/30 is subnetted, 3 subnets

D 10.1.1.0 [90/21024000] via 10.1.1.10, 00:01:41, Serial2/0

[90/21024000] via 10.1.1.5, 00:01:41, Serial3/0

C 10.1.1.4 is directly connected, Serial3/0

C 10.1.1.8 is directly connected, Serial2/0

D 192.168.1.0/24 [90/20514560] via 10.1.1.10, 00:01:41, Serial2/0

D 192.168.2.0/24 [90/20514560] via 10.1.1.5, 00:01:44, Serial3/0

C 192.168.3.0/24 is directly connected, FastEthernet0/0

D*EX 0.0.0.0/0 [170/25632000] via 10.1.1.5, 00:00:37, Serial3/0

Connection testing (PING) to the IP cloud (server)

R1 :

R1#ping 172.17.10.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 47/68/93 ms

R2 :

R2#ping 172.17.10.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 17/31/47 ms

R3 :

R3#ping 172.17.10.1

Type escape sequence to abort.

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

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/84/94 ms