cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
910
Views
0
Helpful
3
Replies

Eigrp on E1 subinterface

natsira
Level 1
Level 1

Below a part of the configuration of my router:

router eigrp 56

passive-interface FastEthernet0/0

passive-interface Serial1/0:1

passive-interface Serial1/0:6

passive-interface Serial1/0:7

passive-interface Serial1/0:11

network 172.16.0.0 0.0.255.255

no auto-summary

And here the result of debug eigrp packets hello:

Router#

4w6d: EIGRP: Sending HELLO on Serial1/0:0

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0

4w6d: EIGRP: Received HELLO on Serial1/0:0 nbr 89.3.54.1

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0

4w6d: EIGRP: Sending HELLO on Serial1/0:1

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0

4w6d: EIGRP: Sending HELLO on Serial1/0:7

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0

4w6d: EIGRP: Sending HELLO on Serial1/0:0

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0

4w6d: EIGRP: Received HELLO on Serial1/0:0 nbr 89.3.54.1

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0

4w6d: EIGRP: Sending HELLO on Serial1/0:1

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0ter n

4w6d: EIGRP: Sending HELLO on Serial1/0:7

4w6d: AS 56, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0o moni

Router#ter no monitor

I would like to know why my router nevertheless sends hello paquets on the interfaces which are supposed being passive (serial 1/0:1 and 1/0:7).

Thanks

3 Replies 3

thisisshanky
Level 11
Level 11

Can you paste a show run ?

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

version 12.3

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname myrouter

!

boot-start-marker

boot-end-marker

!

logging buffered 10000 debugging

enable secret 5 enablesecret.

!

username myuser privilege 5 password 7 mypassword

memory-size iomem 10

no aaa new-model

ip subnet-zero

!

!

!

!

!

!

controller E1 1/0

framing NO-CRC4

channel-group 0 timeslots 1-6

channel-group 1 timeslots 7

channel-group 6 timeslots 15-16

channel-group 7 timeslots 17-18

channel-group 11 timeslots 23

!

!

interface FastEthernet0/0

ip address 172.16.1.0 255.255.255.0

no ip redirects

speed 100

full-duplex

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface Serial1/0:0

ip address 172.16.2.0 255.255.255.252

keepalive 5

!

interface Serial1/0:1

ip address 172.16.3.0 255.255.255.252

keepalive 5

!

interface Serial1/0:6

no ip address

keepalive 5

!

interface Serial1/0:7

ip address 172.16.4.0 255.255.255.252

keepalive 5

!

interface Serial1/0:11

ip address 172.16.5.0 255.255.255.252

keepalive 5

!

router eigrp 56

passive-interface FastEthernet0/0

passive-interface Serial1/0:1

passive-interface Serial1/0:6

passive-interface Serial1/0:7

passive-interface Serial1/0:11

network 172.16.0.0 0.0.255.255

no auto-summary

!

no ip http server

no ip classless

!

!

!

!

!

line con 0

line aux 0

line vty 0 4

login local

!

!

!

end

ruwhite
Level 7
Level 7

Interesting. Could be CSCec42182, but that's marked as unreproducible, or CSCeb87286, but that only relates to virtual access interfaces. Can you open a TAC case?

:-)

Russ.W