From: Bob Sinclair (bsin@cox.net)
Date: Mon Dec 15 2003 - 09:41:47 GMT-3
The passive-interface command keeps EIGRP from sending updates out of an
interface and it keeps it from forming a neighbor adjacency out that
interface.  But it is not intended to keep the protocol from advertising a
connected network that is otherwise covered by a network statement.  Try a
distribute-list out command to filter these updates.
-Bob Sinclair
 CCIE #10427, CISSP, MCSE
 www.netmasterclass.net
----- Original Message ----- 
From: "rnasr" <rnasr@s2n.com.au>
To: "'groupstudy'" <ccielab@groupstudy.com>
Sent: Friday, December 12, 2003 10:13 AM
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
>
> _______________________________________________________________________
> Please help support GroupStudy by purchasing your study materials from:
> http://shop.groupstudy.com
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Sat Jan 03 2004 - 08:25:41 GMT-3