RE: EIGRP over frame

From: Hogo, Trust (trust.hogo@sarcom.com)
Date: Mon Dec 15 2003 - 15:44:48 GMT-3


Whilst you have passive-interface default this command will only affect
all other interfaces except for se0/0.1 because on this interface you
have set a no passive-interface command. Your show ip route output shows
that all your routes were learned via se0/0.1 which is not being
affected by the passive-interface default command.

NOTE: The passive-interface command in EIGRP suppresses both incoming
and outgoing updates in that it suppresses the hello packets that are
necessary to form eigrp neighbor adjacencies. If you want to suppress
outgoing updates in EIGRP use the distribute list command.
Example:
access-list 10 deny any

router eigrp 5
distribute-list 10 out serial 0
network 153.5.0.0
neighbor 153.5.200.4 Serial0/0.1
neighbor 153.5.200.3 Serial0/0.1

Hope this helps
Thanks
Trust Hogo

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
rnasr
Sent: Friday, December 12, 2003 10:14 AM
To: 'groupstudy'
Subject: EIGRP over frame

I have the following EIGRP over partial mesh frame config utilising
multipoint and physical interfaces - although passive default is set I
can
still see all the other networks advertised despite the fact that the
interfaces appear as passive for these networks under "sh ip protocol"
-
could someone shed some light on this - THANKS.

R1..........................
interface FastEthernet0/0
 ip address 153.5.66.1 255.255.255.0

interface Serial0/0.1 multipoint
 ip address 153.5.200.1 255.255.255.240
 frame-relay map ip 153.5.200.3 103 broadcast
 frame-relay map ip 153.5.200.4 104 broadcast
 no frame-relay inverse-arp

router eigrp 5
 passive-interface default
 no passive-interface Serial0/0.1
 network 153.5.0.0
 neighbor 153.5.200.4 Serial0/0.1
 neighbor 153.5.200.3 Serial0/0.1

r1#sh ip ro eigrp
     153.5.0.0/16 is variably subnetted, 5 subnets, 3 masks
D 153.5.232.0/28 [90/21024000] via 153.5.200.3, 00:20:30,
Serial0/0.1
D 153.5.58.0/28 [90/20537600] via 153.5.200.3, 00:06:41,
Serial0/0.1
D 153.5.43.0/25 [90/20514560] via 153.5.200.4, 00:20:25,
Serial0/0.1

R3...............
interface Ethernet0
 ip address 153.5.58.1 255.255.255.240

interface Serial0.1 multipoint
 ip address 153.5.200.3 255.255.255.240
 frame-relay map ip 153.5.200.1 301 broadcast
 frame-relay map ip 153.5.200.4 301 broadcast
 no frame-relay inverse-arp

router eigrp 5
 passive-interface default
 no passive-interface Serial0.1
 network 153.5.0.0
 neighbor 153.5.200.4 Serial0.1
 neighbor 153.5.200.1 Serial0.1

r3#sh ip ro eigrp
     153.5.0.0/16 is variably subnetted, 5 subnets, 3 masks
D 153.5.43.0/25 [90/2172416] via 153.5.200.4, 00:17:25, Serial0.1
D 153.5.66.0/24 [90/2172416] via 153.5.200.1, 00:17:25, Serial0.1

R4........................
interface FastEthernet0
 ip address 153.5.43.44 255.255.255.128

interface Serial0
 ip address 153.5.200.4 255.255.255.240
 encapsulation frame-relay
 frame-relay map ip 153.5.200.1 401 broadcast
 frame-relay map ip 153.5.200.3 401 broadcast
 no frame-relay inverse-arp
 frame-relay lmi-type cisco

router eigrp 5
 passive-interface default
 no passive-interface Serial0
 network 153.5.0.0
 neighbor 153.5.200.3 Serial0
 neighbor 153.5.200.1 Serial0

r4#sh ip ro eigrp
     153.5.0.0/16 is variably subnetted, 5 subnets, 3 masks
D 153.5.232.0/28 [90/2681856] via 153.5.200.3, 00:18:20, Serial0
D 153.5.58.0/28 [90/2195456] via 153.5.200.3, 00:04:33, Serial0
D 153.5.66.0/24 [90/2172416] via 153.5.200.1, 00:18:20, Serial0



This archive was generated by hypermail 2.1.4 : Sat Jan 03 2004 - 08:25:41 GMT-3