02-15-2018 05:08 AM - edited 03-08-2019 01:52 PM
Hello I am trying to use EIGRP on Packet Tracert but i don´t get, this is my topology
These are the config files
R1
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname R1
!
!
!
enable password 7 0822455D0A16
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524JHHA
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
ip address 192.168.20.1 255.255.255.0
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
ip address 192.168.10.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
clock rate 128000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 10
network 192.168.20.0
network 10.1.1.0 0.0.0.3
network 192.168.10.0
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd
acceso restringido
!
!
!
!
line con 0
logging synchronous
!
line aux 0
!
line vty 0 4
password 7 0822455D0A16
login
transport input telnet
line vty 5 15
password 7 0822455D0A16
login
transport input telnet
!
!
!
end
ISP
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname ISP
!
!
!
enable password 7 0822455D0A16
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX15248ZCZ
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
!
interface Serial0/0/1
ip address 10.2.2.2 255.255.255.252
clock rate 128000
!
interface Vlan1
no ip address
shutdown
!
router eigrp 10
network 10.1.1.0 0.0.0.3
network 10.2.2.0 0.0.0.3
network 209.165.200.0 0.0.0.31
!
ip classless
!
ip flow-export version 9
!
!
!
no cdp run
!
banner motd
banner motd
!
!
!
!
line con 0
logging synchronous
!
line aux 0
!
line vty 0 4
password 7 0822455D0A16
login
transport input telnet
line vty 5 15
password 7 0822455D0A16
login
transport input telnet
!
!
!
end
R3
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname R3
!
!
!
enable password 7 0822455D0A16
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX152474D8
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
ip address 192.168.40.1 255.255.255.0
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
ip address 192.168.30.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/0/1
ip address 10.2.2.1 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
router eigrp 10
network 192.168.30.0
network 192.168.40.0
10.2.2.1 0.0.0.3
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd
acceso restringido
!
!
!
!
line con 0
logging synchronous
!
line aux 0
!
line vty 0 4
password 7 0822455D0A16
login
transport input telnet
line vty 5 15
password 7 0822455D0A16
login
transport input telnet
!
!
!
end
I check the file but i dont´t find any error, when I execute show ip route eigrp I haven´t any route to remote router with EIGRP protocols
02-15-2018 05:28 AM
Double check all you interface IP configurations and you will see the issue. I can give you the answer but if you are studying it will help for you to track it down.
There are also some errors in the EIGRP config as well but start with the interfaces.
Mike
02-15-2018 05:42 AM
02-15-2018 06:23 AM
R1
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
ISP
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
Overlapping IP addresses
02-15-2018 06:50 AM
This should work.
ISP
int s0/0/0
description Link to R1
ip address 10.1.1.2 255.255.255.252
no shut
int s0/0/1
description Link to R3
ip address 10.2.2.2 255.255.255.252
router eigrp 10
network 10.1.1.0 0.0.0.3
network 10.2.2.0 0.0.0.3
***************************************
R1
int s0/0/0
description Link to ISP
ip address 10.1.1.1 255.255.255.252
no shut
int gi0/1
description Link to Switch 1
ip address 192.168.10.1 255.255.255.0
no shut
int loopback 0
ip address 192.168.20.1 255.255.255.0
router eigrp 10
network 10.1.1.0 0.0.0.3
network 192.168.10.0 0.0.0.255
network 192.168.20.0 0.0.0.255
***************************************
R3
192.168.20.
int ser0/0/1
description Link to ISP
ip address 10.2.2.1 255.255.255.252
no shut
int gi0/1
description Link to Switch 3
ip address 192.168.30.1 255.255.255.0
no shut
int loopback 0
ip address 192.168.40.1 255.255.255.0
router eigrp 10
network 10.2.2.0 0.0.0.3
network 192.168.30.0 0.0.0.255
network 192.168.40.0 0.0.0.255
02-15-2018 06:52 AM
This was in your config on the ISP router but it is not on the drawing.
network 209.165.200.0 0.0.0.31
Mike
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide