EIGRP Not working
markulous
Member Posts: 2,394 ■■■■■■■■□□
in CCNA & CCENT
So I'm going through Jeremy's CBT Nuggets videos for the CCNA. Just got the EIGRP config. Seems like it is super easy to setup. All he did was go into global config mode, go to rou eigrp 1, and advertise the network on that router and EIGRP was working fine for him in GNS3. I did that on both routers, yet when I go to sh ip eigrp neigh it doesn't show anything. Everything on my network pings each other just fine. I attached my topo.
Comments
-
no!all! Member Posts: 245 ■■■□□□□□□□Does a sh ip route give you any routes known by EIGRP? Have you tried any debugging?A+, N+, S+, CCNA:RS, CCNA:Sec
"In high society TCP is more welcome than UDP. At least it knows a proper handshake" - Ben Franklin
2019 Goals: CCNP:RS & relocate to St. Pete, FL! -
networker050184 Mod Posts: 11,962 ModWhat's the config look like? Interface and EIGRP.An expert is a man who has made all the mistakes which can be made.
-
Jon_Cisco Member Posts: 1,772 ■■■■■■■■□□I never really used the PT-Cloud so I don't know it's setup but maybe it does not support eigrp?
Is the layer 3 switch routing the vlans? What are you trying to accomplish with the eigrp? -
markulous Member Posts: 2,394 ■■■■■■■■□□Does a sh ip route give you any routes known by EIGRP? Have you tried any debugging?
It only shows connected routes and a static route I put in for 0.0.0.0. I forgot to mention that.
Hmm...now that I did the debug, for some reason ROUTER0 is not sending Hellos to SWOUTER0, only to the serial interface. -
markulous Member Posts: 2,394 ■■■■■■■■□□ip routing on L3 switch?
Yes that is enabled. It routes packets through vlans just fine. -
Dieg0M Member Posts: 861send configs or we will be guessing all dayFollow my CCDE journey at www.routingnull0.com
-
markulous Member Posts: 2,394 ■■■■■■■■□□networker050184 wrote: »What's the config look like? Interface and EIGRP.
Interface from ROUTER0:
GigabitEthernet0/0 is up, line protocol is up (connected)
Hardware is CN Gigabit Ethernet, address is 000a.f3b5.a501 (bia 000a.f3b5.a501)
Internet address is 10.1.1.6/30
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is RJ45
output flow-control is unsupported, input flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00,
Last input 00:00:08, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 104 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
111 packets input, 6660 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 watchdog, 1017 multicast, 0 pause input
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Sh EIGRP inter for ROUTER0:
IP-EIGRP interfaces for process 1
Xmit Queue Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
Se0/3/0 0 0/0 1236 0/10 0 0
Doesn't look like it wants to communicate through Gig 0/0 so SWOUTER0 is sending hello messages there and ROUTER0 is just ignoring them and not sending anything back. I disabled passive-interface on everything and Gig 0/0 specifcally but no change. -
markulous Member Posts: 2,394 ■■■■■■■■□□Sh interfaces from SWOUTER0:
GigabitEthernet0/2 is up, line protocol is up (connected)
Hardware is Lance, address is 0001.63a4.261a (bia 0001.63a4.261a)
MTU 1500 bytes, BW 1000000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s
input flow-control is off, output flow-control is off
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:08, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
956 packets input, 193351 bytes, 0 no buffer
Received 956 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
2357 packets output, 263570 bytes, 0 underruns
0 output errors, 0 collisions, 10 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Sh ip eigrp interfaces from SWOUTER0:
IP-EIGRP interfaces for process 1
Xmit Queue Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
Fa0/1 0 0/0 1236 0/10 0 0
Gig0/2 0 0/0 1236 0/10 0 0
Vlan 0 0/0 1236 0/10 0 0
Vlan 0 0/0 1236 0/10 0 0 -
Dieg0M Member Posts: 861That is not what I asked for. Please post the config.Follow my CCDE journey at www.routingnull0.com
-
markulous Member Posts: 2,394 ■■■■■■■■□□That is not what I asked for. Please post the config.
I was replying to someone else...
Here is running-config on ROUTER0
Current configuration : 1159 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
!
!
!
!
!
license udi pid CISCO2911/K9 sn FTX1524HPWG
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface GigabitEthernet0/0
ip address 10.1.1.6 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/3/0
ip address 80.23.1.1 255.255.255.252
encapsulation frame-relay
frame-relay interface-dlci 100
!
interface Serial0/3/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
interface Vlan10
no ip address
!
interface Vlan20
no ip address
!
router eigrp 1
network 80.0.0.0
auto-summary
!
ip classless
ip route 10.1.0.0 255.255.0.0 10.1.1.5
ip route 0.0.0.0 0.0.0.0 80.23.1.2
!
!
!
banner login ^C
******************
LOL U WISH
******************^C
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
login
line vty 5 15
login
!
!
!
end
Running Config on SWOUTER0
Current configuration : 1650 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname SWOUTER0
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/1
no switchport
ip address 10.1.1.2 255.255.255.252
ip helper-address 10.1.1.1
duplex auto
speed auto
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface GigabitEthernet0/2
no switchport
ip address 10.1.1.5 255.255.255.252
duplex auto
speed auto
!
interface Vlan1
no ip address
!
interface Vlan10
ip address 10.1.2.1 255.255.255.0
ip helper-address 10.1.1.1
!
interface Vlan20
ip address 10.1.3.1 255.255.255.0
ip helper-address 10.1.1.1
!
router eigrp 1
network 10.0.0.0
auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.1.6
!
!
!
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
login
!
!
!
end -
Dieg0M Member Posts: 861ROUTER0:
router eigrp 1
network 10.0.0.0
In IGP's the network command does not advertise a network but indicates at the router what interface matching that subnet should be using the IGP (and advertising hello's for neighborship)Follow my CCDE journey at www.routingnull0.com -
markulous Member Posts: 2,394 ■■■■■■■■□□I never really used the PT-Cloud so I don't know it's setup but maybe it does not support eigrp?
Is the layer 3 switch routing the vlans? What are you trying to accomplish with the eigrp?
I have no idea if it does or not. I was just using that to setup frame relay.
Yes, the L3 switch is routing the Vlans.
I am just trying to experiment with it so it'll advertise routes. I'm just following along with CBT Nuggets anytime they configure something. -
markulous Member Posts: 2,394 ■■■■■■■■□□ROUTER0:
router eigrp 1
network 10.0.0.0
That just formed the adjacency. I was advertising that route on SWOUTER0, why do I have to advertise it again on ROUTER0? Or am I misinterpreting the command? -
markulous Member Posts: 2,394 ■■■■■■■■□□
In IGP's the network command does not advertise a network but indicates at the router what interface matching that subnet should be using the IGP (and advertising hello's for neighborship)
Ah...ok so every time I do the network command on one interface, I need to do it on the corresponding interface to form the adjacency. So I see this working best in a large environment where a lot of routes have to be summarized. -
Hondabuff Member Posts: 667 ■■■□□□□□□□When you use EIGRP, first step is to use after the Router eigrp XXX command is "no auto summary" command. If not you can have 2 branch routers advertising the same routes because summarization is on by default. You should also get in the habit of using the subnet mask for your route advertisements. "network 10.1.1.0 255.255.255.252"“The problem with quotes on the Internet is that you can’t always be sure of their authenticity.” ~Abraham Lincoln