You are on page 1of 13

INSTITUTO TECNOLOGICO SUPERIOR DE PUERTO VALLARTA

Desafo EIGRP
Switches
Nstor Daniel Vargas Urea 23/09/2011

Tabla de Direccionamiento
Dispositivo HQ Interfaz Fa0/0 S0/0/0 S0/0/1 Lo0 BRANCH1 Fa0/0 S0/0/0 S0/0/1 BRANCH2 Fa0/0 S0/0/0 S0/0/1 PC1 PC2 PC3 Direccin IP 172.16.0.1 192.168.1.17 192.168.1.21 209.165.200.225 172.16.2.1 192.168.1.18 192.168.1.25 172.16.3.1 192.168.1.26 192.168.1.22 172.16.2.254 172.16.1.254 172.16.3.126 Mscara de subred 255.255.254.0 255.255.255.252 255.255.255.252 255.255.255.255 255.255.255.0 255.255.255.252 255.255.255.252 255.255.255.128 255.255.255.252 255.255.255.252 255.255.255.0 255.255.254.0 255.255.255.128 Gateway por defecto NA NA NA NA NA NA NA NA NA NA 172.16.2.1 172.16.0.1 172.16.3.1

Configuraciones
HQ
HQ>enable HQ#config t Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#interface fastEthernet 0/0 HQ(config-if)#ip address 172.16.0.1 255.255.255.254 HQ(config-if)#ip address 172.16.0.1 255.255.254.0 HQ(config-if)#duplex auto HQ(config-if)#speed auto HQ(config-if)#no shutdown HQ(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up HQ(config-if)#exit HQ(config)#interface s HQ(config)#interface serial 0/0/0 HQ(config-if)#ip address 192.168.1.17 255.255.255.252 HQ(config-if)#clock rate 64000 HQ(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

HQ(config-if)#exit HQ(config)#interface serial 0/0/1 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up HQ(config-if)#ip address 192.168.1.21 255.255.255.252 HQ(config-if)#clock rate 64000 HQ(config-if)#no shutdown HQ(config-if)# %LINK-5-CHANGED: Interface Serial0/0/1, changed state to up HQ(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up HQ(config)#interface loopback1 %LINK-5-CHANGED: Interface Loopback1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up HQ(config-if)#ip address 209.165.200.225 255.255.255.255 HQ(config-if)#no shutdown HQ(config-if)#end %SYS-5-CONFIG_I: Configured from console by console HQ# HQ#config t Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#ip route 0.0.0.0 0.0.0.0 loopback 1 HQ(config)#end HQ# %SYS-5-CONFIG_I: Configured from console by console HQ>enable Password: HQ#config t Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#route eigrp 1 HQ(config-router)#network HQ(config-router)#network 172.16.0.0 0.0.1.255 HQ(config-router)#network 192.168.1.16 0.0.0.3 HQ(config-router)#network 192.168.1.20 0.0.0.3 HQ(config-router)#end %SYS-5-CONFIG_I: Configured from console by console HQ# HQ>enable Password: Password: HQ#config t Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#router eigrp 1 HQ(config-router)#no auto-summary HQ(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.18 (Serial0/0/0) is up: new

adjacency %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.22 (Serial0/0/1) is up: new adjacency HQ(config-router)#end HQ# %SYS-5-CONFIG_I: Configured from console by console HQ# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.22 (Serial0/0/1) is down: Interface Goodbye received %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.22 (Serial0/0/1) is up: new adjacency HQ# HQ#config t Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#router eigrp 1 HQ(config-router)#passive HQ(config-router)#passive-interface fastEthernet 0/0 HQ(config-router)#end HQ# %SYS-5-CONFIG_I: Configured from console by console HQ# HQ#show 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 0.0.0.0 to network 0.0.0.0 172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks C 172.16.0.0/23 is directly connected, FastEthernet0/0 D 172.16.2.0/24 [90/2172416] via 192.168.1.18, 00:17:02, Serial0/0/0 D 172.16.3.0/25 [90/2172416] via 192.168.1.22, 00:16:31, Serial0/0/1 192.168.1.0/30 is subnetted, 3 subnets C 192.168.1.16 is directly connected, Serial0/0/0 C 192.168.1.20 is directly connected, Serial0/0/1 D 192.168.1.24 [90/2681856] via 192.168.1.18, 00:17:02, Serial0/0/0 [90/2681856] via 192.168.1.22, 00:16:31, Serial0/0/1 209.165.200.0/32 is subnetted, 1 subnets C 209.165.200.225 is directly connected, Loopback1 S* 0.0.0.0/0 is directly connected, Loopback1 HQ# HQ>enable

Password: Routing Protocol is "eigrp 1 " 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 1, static Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 192.168.1.0 172.16.0.0/23 192.168.1.16/30 192.168.1.20/30 Passive Interface(s): FastEthernet0/0 Routing Information Sources: Gateway Distance Last Update 192.168.1.18 90 98778870 192.168.1.22 90 98809527 Distance: internal 90 external 170 HQ# 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 0.0.0.0 to network 0.0.0.0 172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks 172.16.0.0/23 is directly connected, FastEthernet0/0 172.16.2.0/24 [90/2172416] via 192.168.1.18, 00:33:36, Serial0/0/0 172.16.3.0/25 [90/2172416] via 192.168.1.22, 00:33:06, Serial0/0/1 192.168.1.0/30 is subnetted, 3 subnets C 192.168.1.16 is directly connected, Serial0/0/0 C 192.168.1.20 is directly connected, Serial0/0/1 D 192.168.1.24 [90/2681856] via 192.168.1.18, 00:33:36, Serial0/0/0 [90/2681856] via 192.168.1.22, 00:33:06, Serial0/0/1 209.165.200.0/32 is subnetted, 1 subnets C 209.165.200.225 is directly connected, Loopback1 S* 0.0.0.0/0 is directly connected, Loopback1 HQ# HQ#show ip ei HQ#show ip eigrp ne C D D

IP-EIGRP neighbors for process 1 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.18 Se0/0/0 10 00:33:59 40 1000 0 24 1 192.168.1.22 Se0/0/1 10 00:33:29 40 1000 0 26 HQ#

Branch1
Branch1(config)#interface fastEthernet 0/0 Branch1(config-if)#ip address 172.16.2.1 255.255.255.0 Branch1(config-if)#speed auto Branch1(config-if)#duplex auto Branch1(config-if)#no shutdown Branch1(config-if)#exit Branch1(config)#interface serial0/0/0 Branch1(config-if)#ip address 192.168.1.18 255.255.255.252 Branch1(config-if)#clock rate 64000 Branch1(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down Branch1(config-if)#exit Branch1(config)#interface serial 0/0/1 Branch1(config-if)#ip address 192.168.1.25 255.255.255.252 Branch1(config-if)#clock rate 64000 Branch1(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/1, changed state to down Branch1(config-if)#end Branch1# %SYS-5-CONFIG_I: Configured from console by console Branch1(config)#route eigrp 1 Branch1(config-router)#net Branch1>enable Branch1#config t Enter configuration commands, one per line. End with CNTL/Z. Branch1(config)#route eigrp 1 Branch1(config-router)#net Branch1(config-router)#network 172.16.2.0 0.0.0.255 Branch1(config-router)#network 192.168.1.16 0.0.0.3 Branch1(config-router)#network 192.168.1.24 0.0.0.3 Branch1(config-router)#end Branch1# %SYS-5-CONFIG_I: Configured from console by console Branch1#Branch1(config-router)#end %SYS-5-CONFIG_I: Configured from console by console Branch1#show 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 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks 172.16.0.0/16 is a summary, 00:03:10, Null0 172.16.2.0/24 is directly connected, FastEthernet0/0 192.168.1.0/24 is variably subnetted, 3 subnets, 2 masks D 192.168.1.0/24 is a summary, 00:03:10, Null0 C 192.168.1.16/30 is directly connected, Serial0/0/0 C 192.168.1.24/30 is directly connected, Serial0/0/1 Branch1# D C Branch1>enable Password: Password: Branch1#config t Enter configuration commands, one per line. End with CNTL/Z. Branch1(config)#router eigrp 1 Branch1(config-router)#no auto-summary %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.26 (Serial0/0/1) is up: new adjacency %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.17 (Serial0/0/0) is up: new adjacency Branch1(config-router)#end %SYS-5-CONFIG_I: Configured from console by console Branch1# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.17 (Serial0/0/0) is down: Interface Goodbye received %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.17 (Serial0/0/0) is up: new adjacency %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.26 (Serial0/0/1) is down: Interface Goodbye received %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.26 (Serial0/0/1) is up: new adjacency Branch1#config t Enter configuration commands, one per line. End with CNTL/Z. Branch1(config)#router eigrp 1 Branch1(config-router)#passive-interface fastEthernet 0/0 Branch1(config-router)#end

Branch1# %SYS-5-CONFIG_I: Configured from console by console Branch1# Branch1#config t Enter configuration commands, one per line. End with CNTL/Z. Branch1(config)#router eigrp 1 Branch1(config-router)#redistribute static Branch1(config-router)#passive-interface fastEthernet 0/0 Branch1(config-router)#end %SYS-5-CONFIG_I: Configured from console by console Branch1# Branch1#show 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 192.168.1.17 to network 0.0.0.0 172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks 172.16.0.0/23 [90/2172416] via 192.168.1.17, 00:16:21, Serial0/0/0 172.16.2.0/24 is directly connected, FastEthernet0/0 172.16.3.0/25 [90/2172416] via 192.168.1.26, 00:15:50, Serial0/0/1 192.168.1.0/30 is subnetted, 3 subnets C 192.168.1.16 is directly connected, Serial0/0/0 D 192.168.1.20 [90/2681856] via 192.168.1.17, 00:16:21, Serial0/0/0 [90/2681856] via 192.168.1.26, 00:15:50, Serial0/0/1 C 192.168.1.24 is directly connected, Serial0/0/1 D*EX 0.0.0.0/0 [170/3449856] via 192.168.1.17, 00:00:54, Serial0/0/0 Branch1# D C D

Branch1>enable Password: Branch1#show 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 192.168.1.17 to network 0.0.0.0 172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks

D C D

172.16.0.0/23 [90/2172416] via 192.168.1.17, 00:36:29, Serial0/0/0 172.16.2.0/24 is directly connected, FastEthernet0/0 172.16.3.0/25 [90/2172416] via 192.168.1.26, 00:35:58, Serial0/0/1 192.168.1.0/30 is subnetted, 3 subnets C 192.168.1.16 is directly connected, Serial0/0/0 D 192.168.1.20 [90/2681856] via 192.168.1.17, 00:36:29, Serial0/0/0 [90/2681856] via 192.168.1.26, 00:35:58, Serial0/0/1 C 192.168.1.24 is directly connected, Serial0/0/1 D*EX 0.0.0.0/0 [170/3449856] via 192.168.1.17, 00:21:02, Serial0/0/0 Branch1# Routing Protocol is "eigrp 1 " 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 1, static Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 172.16.0.0 192.168.1.0 172.16.2.0/24 192.168.1.16/30 192.168.1.24/30 Passive Interface(s): FastEthernet0/0 Routing Information Sources: Gateway Distance Last Update 192.168.1.17 90 98778870 192.168.1.26 90 98809541 Distance: internal 90 external 170 Branch1# Branch1#show ip eigrp neighbors IP-EIGRP neighbors for process 1 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.17 Se0/0/0 10 00:36:45 40 1000 0 35 1 192.168.1.26 Se0/0/1 13 00:36:14 40 1000 0 25 Branch1#

Branch2
Branch2>enable Branch2#config t Enter configuration commands, one per line. End with CNTL/Z.

Branch2(config)#interface fastEthernet 0/0 Branch2(config-if)#ip address 172.16.3.1 255.255.255.128 Branch2(config-if)#duplex auto Branch2(config-if)#speed auto Branch2(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Branch2(config-if)#exit Branch2(config)#interface serial 0/0/0 Branch2(config-if)#ip address 192.168.1.26 255.255.255.252 Branch2(config-if)#clock rate 64000 Branch2(config-if)#no shutdown Branch2(config-if)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up Branch2(config-if)#exit Branch2(config)#interface serial 0/0/1 Branch2(config-if)#ip address 192.168.1.22 255.255.255.252 Branch2(config-if)#clock rate 64000 Branch2(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/1, changed state to down Branch2(config-if)#exit Branch2(config)#route eigrp 1 Branch2(config-router)#network 172.16.3.0 0.0.0.127 Branch2(config-router)#network 192.168.1.24 0.0.0.3 Branch2(config-router)#network 192.168.1.20 0.0.0.3 Branch2(config-router)#end %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.25 (Serial0/0/0) is up: new adjacency Branch2(config-router)#network 192.168.1.20 0.0.0.3 Branch2(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.21 (Serial0/0/1) is up: new adjacency Branch2>enable Password: Branch2#config t Enter configuration commands, one per line. End with CNTL/Z. Branch2(config)#router eigrp 1 Branch2(config-router)#no au Branch2(config-router)#no auto-summary Branch2(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.21 (Serial0/0/1) is up: new

adjacency %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.25 (Serial0/0/0) is up: new adjacency Branch2(config-router)#end Branch2# %SYS-5-CONFIG_I: Configured from console by console Branch2# Branch2#config t Enter configuration commands, one per line. End with CNTL/Z. Branch2(config)#router eigrp 1 Branch2(config-router)#passive-interface fastEthernet 0/0 Branch2(config-router)#end Branch2# %SYS-5-CONFIG_I: Configured from console by console Branch2#show 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 192.168.1.21 to network 0.0.0.0 172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks D 172.16.0.0/23 [90/2172416] via 192.168.1.21, 00:17:02, Serial0/0/1 D 172.16.2.0/24 [90/2172416] via 192.168.1.25, 00:17:02, Serial0/0/0 C 172.16.3.0/25 is directly connected, FastEthernet0/0 192.168.1.0/30 is subnetted, 3 subnets D 192.168.1.16 [90/2681856] via 192.168.1.21, 00:17:02, Serial0/0/1 [90/2681856] via 192.168.1.25, 00:17:02, Serial0/0/0 C 192.168.1.20 is directly connected, Serial0/0/1 C 192.168.1.24 is directly connected, Serial0/0/0 D*EX 0.0.0.0/0 [170/3449856] via 192.168.1.21, 00:02:06, Serial0/0/1 Branch2# Branch2> Branch2>enable Password: Branch2#show 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 192.168.1.21 to network 0.0.0.0 172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks D 172.16.0.0/23 [90/2172416] via 192.168.1.21, 00:37:18, Serial0/0/1 D 172.16.2.0/24 [90/2172416] via 192.168.1.25, 00:37:18, Serial0/0/0 C 172.16.3.0/25 is directly connected, FastEthernet0/0 192.168.1.0/30 is subnetted, 3 subnets D 192.168.1.16 [90/2681856] via 192.168.1.21, 00:37:18, Serial0/0/1 [90/2681856] via 192.168.1.25, 00:37:18, Serial0/0/0 C 192.168.1.20 is directly connected, Serial0/0/1 C 192.168.1.24 is directly connected, Serial0/0/0 D*EX 0.0.0.0/0 [170/3449856] via 192.168.1.21, 00:22:22, Serial0/0/1 Branch2# Branch2#show ip protocols Routing Protocol is "eigrp 1 " 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 1, static Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 172.16.0.0 172.16.3.0/30 172.16.3.0/25 192.168.1.24/30 192.168.1.20/30 Passive Interface(s): FastEthernet0/0 Routing Information Sources: Gateway Distance Last Update 192.168.1.21 90 98809527 192.168.1.25 90 98809544 Distance: internal 90 external 170 Branch2#show ip eigrp neighbors IP-EIGRP neighbors for process 1 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.21 Se0/0/1 10 00:37:36 40 1000 0 35 1 192.168.1.25 Se0/0/0 12 00:37:36 40 1000 0 23 Branch2#

Topologa

Pings

You might also like