EIGRP IPv4 IPV6
EIGRP IPv4 IPV6
EIGRP IPv4 IPV6
Topología
Setup: Cree la topología mostrada utilizando Packet Tracer. Configure el direccionamiento mostrado. Nombre cada router
utilizando RX donde X corresponde al número del router. Deshabilite la función de traducción DNS.
R1
hostname R1
no ip domain-lookup
interface FastEthernet0/0
ip address 10.1.12.1 255.255.255.0
no shut
interface Serial0/0/0
ip address 10.1.13.1 255.255.255.0
no shut
interface Serial0/0/1
ip address 10.1.14.1 255.255.255.0
no shut
R2
hostname R2
no ip domain-lookup
interface FastEthernet0/0
ip address 10.1.12.2 255.255.255.0
no shut
interface FastEthernet0/1
ip address 10.1.25.2 255.255.255.0
no shut
1
INACAP 2023
Redes 2
R2#ping 10.1.12.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.12.1, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
R3
hostname R3
no ip domain-lookup
interface FastEthernet0/0
ip address 10.1.35.3 255.255.255.0
no shut
interface Serial0/0/0
ip address 10.1.13.3 255.255.255.0
no shut
R3#ping 10.1.13.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.13.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/6/30 ms
R4
hostname R4
no ip domain-lookup
interface Serial0/0/0
ip address 10.1.45.4 255.255.255.0
no shut
interface Serial0/0/1
ip address 10.1.14.4 255.255.255.0
no shut
R4#ping 010.1.14.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 010.1.14.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
R5
hostname R5
no ip domain-lookup
interface FastEthernet0/0
ip address 10.1.35.5 255.255.255.0
no shut
interface FastEthernet0/1
ip address 10.1.25.5 255.255.255.0
no shut
interface Serial0/0/0
ip address 10.1.45.5 255.255.255.0
no shut
R5#ping 10.1.25.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.25.2, timeout is 2 seconds:
2
INACAP 2023
Redes 2
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
R5#ping 10.1.35.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.35.3, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/3 ms
R5#ping 10.1.45.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.45.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/20 ms
Configure EIGRP 100 en todos los routers. Compruebe que se ha establecido adyacencia entre todos los vecinos
directamente conectados.
R1
router eigrp 100
network 10.1.12.0 0.0.0.255
network 10.1.13.0 0.0.0.255
network 10.1.14.0 0.0.0.255
no auto-summary
R2
router eigrp 100
network 10.1.12.0 0.0.0.255
network 10.1.25.0 0.0.0.255
no auto-summary
R3
router eigrp 100
network 10.1.13.0 0.0.0.255
network 10.1.35.0 0.0.0.255
no auto-summary
3
INACAP 2023
Redes 2
R4
router eigrp 100
network 10.1.14.0 0.0.0.255
network 10.1.45.0 0.0.0.255
no auto-summary
R5
router eigrp 100
network 10.1.25.0 0.0.0.255
network 10.1.35.0 0.0.0.255
network 10.1.45.0 0.0.0.255
no auto-summary
R5
interface Loopback150
ip address 150.5.5.5 255.255.255.0
5
INACAP 2023
Redes 2
Configure EIGRP 1 formando adyacencia entre todos los routers directamente conectados.
R1
router eigrp 1
network 10.1.12.0 0.0.0.255
R2
router eigrp 1
network 10.0.0.0
R3
router eigrp 1
network 10.1.23.0 0.0.0.255
6
INACAP 2023
Redes 2
En R3 cree y publique la subred 3.3.3.3/24 dentro de EIGRP 1. Compruebe que esta subred se encuentre en la tabla de
enrutamiento de R1.
Determine como se obtuvo la métrica.
R3
interface Loopback0
ip address 3.3.3.3 255.255.255.0
7
INACAP 2023
Redes 2
Sumarización
R1
interface FastEthernet0/0
ip address 10.1.12.1 255.255.255.0
no shut
interface FastEthernet0/1
ip address 10.1.13.1 255.255.255.0
no shut
R2
interface FastEthernet0/0
ip address 10.1.12.2 255.255.255.0
no shut
interface FastEthernet0/1
ip address 10.1.23.2 255.255.255.0
no shut
R3
interface FastEthernet0/0
8
INACAP 2023
Redes 2
ip address 10.1.23.3 255.255.255.0
no shut
interface FastEthernet0/1
ip address 10.1.13.3 255.255.255.0
no shut
R1#ping 10.1.12.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.12.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
R1#ping 10.1.13.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.13.3, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/2 ms
R3#ping 10.1.23.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.23.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
Configure EIGRP 10 en todos los routers formando adyacencia entre todos los vecino directamente conectados.
R1
router eigrp 10
network 10.1.12.0 0.0.0.255
network 10.1.13.0 0.0.0.255
no auto-summary
R2
router eigrp 10
network 10.1.12.0 0.0.0.255
network 10.1.23.0 0.0.0.255
no auto-summary
R3
router eigrp 10
network 10.1.13.0 0.0.0.255
network 10.1.23.0 0.0.0.255
no auto-summary
9
INACAP 2023
Redes 2
R2
interface Loopback0
ip address 100.1.0.1 255.255.255.0
interface Loopback1
ip address 100.1.1.1 255.255.255.0
interface Loopback2
ip address 100.1.2.1 255.255.255.0
interface Loopback3
ip address 100.1.3.1 255.255.255.0
interface Loopback4
ip address 100.1.4.1 255.255.255.0
interface Loopback5
ip address 100.1.5.1 255.255.255.0
interface Loopback6
ip address 100.1.6.1 255.255.255.0
interface Loopback7
ip address 100.1.7.1 255.255.255.0
router eigrp 10
network 100.0.0.0
10
INACAP 2023
Redes 2
D 100.1.7.0 [90/156160] via 10.1.12.2, 00:00:07, FastEthernet0/0
R2
interface FastEthernet0/0
ip summary-address eigrp 10 100.1.0.0 255.255.248.0
R2
interface FastEthernet0/1
ip summary-address eigrp 10 100.1.0.0 255.255.248.0
11
INACAP 2023
Redes 2
12
INACAP 2023
Redes 2
R1
interface FastEthernet0/0
ip address 10.1.12.1 255.255.255.0
no shut
R2
interface FastEthernet0/0
ip address 10.1.12.2 255.255.255.0
no shut
interface FastEthernet0/1
ip address 10.1.23.2 255.255.255.0
no shut
R3
interface FastEthernet0/1
ip address 10.1.23.3 255.255.255.0
no shut
R2#ping 10.1.23.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.23.3, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
R2#ping 10.1.12.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.12.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
13
INACAP 2023
Redes 2
Configure OSPF 1 area 0 entre R1-R2. Y R2-R3.
Cree la interface loopback0 en R1 utilizando la direccion 1.1.1.1/24; esta debe ser publicada dentro de OSPF.
Cree la interface loopback0 en R3 utilizando la direccion 3.3.3.3/24; esta debe ser publicada dentro de OSPF.
R1
interface Loopback0
ip address 1.1.1.1 255.255.255.0
router ospf 1
router-id 0.0.0.1
network 10.1.12.0 0.0.0.255 area 0
network 1.1.1.0 0.0.0.255 area 0
R2
router ospf 1
router-id 0.0.0.2
network 10.1.12.0 0.0.0.255 area 0
network 10.1.23.0 0.0.0.255 area 0
R3
interface Loopback0
ip address 3.3.3.3 255.255.255.0
router ospf 1
router-id 0.0.0.3
network 10.1.23.0 0.0.0.255 area 0
network 3.3.3.0 0.0.0.255 area 0
R1#ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
Cree el tunnel 0 entre R1 y R3 utilizando la red 13::/64. Considere el origen la interface loopback0 de R1 y R3.
Habilite EIGRP en el tunnel 0.
R1
interface Tunnel0
mtu 1476
ipv6 address 13::1/64
tunnel source Loopback0
tunnel destination 3.3.3.3
tunnel mode ipv6ip
14
INACAP 2023
Redes 2
R3
interface Tunnel0
mtu 1476
ipv6 address 13::3/64
tunnel source Loopback0
tunnel destination 1.1.1.1
tunnel mode ipv6ip
R1#ping 13::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 13::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
R1
ipv6 unicast-routing
interface Tunnel0
ipv6 eigrp 1
R3
ipv6 unicast-routing
interface Tunnel0
ipv6 eigrp 1
15
INACAP 2023
Redes 2
Cree el direccionamiento IPv6 mostrado.
R4
ipv6 unicast-routing
interface FastEthernet0/1
ipv6 address FE80::4 link-local
ipv6 address 14::4/64
no shut
R1
ipv6 unicast-routing
interface FastEthernet0/1
ipv6 address FE80::1 link-local
ipv6 address 14::1/64
no shut
R1#ping 14::4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 14::4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/3/19 ms
R3
ipv6 unicast-routing
interface FastEthernet0/0
ipv6 address FE80::4 link-local
ipv6 address 35::3/64
no shut
R5
ipv6 unicast-routing
interface FastEthernet0/1
ipv6 address FE80::5 link-local
ipv6 address 35::5/64
no shut
R5#ping 35::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 35::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/2 ms
R4
interface FastEthernet0/1
ipv6 eigrp 1
16
INACAP 2023
Redes 2
no shutdown
R1
interface FastEthernet0/1
ipv6 eigrp 1
R3
ipv6 router eigrp 1
eigrp router-id 3.3.3.3
no shutdown
R5
ipv6 router eigrp 1
eigrp router-id 5.5.5.5
no shutdown
R5#ping 14::4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 14::4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
R5#traceroute 14::4
Type escape sequence to abort.
Tracing the route to 14::4
1 35::3 24 msec 0 msec 0 msec
2 13::1 1 msec 5 msec 0 msec
3 14::4 0 msec 0 msec 11 msec
18
INACAP 2023