While working on WB1, Lab 9.7, EIGRP, I'm wondering why we should list networks 
that the intereface has be put into EIGRP passive mode?

Passive mode disables the EIGRP neighbor process, and the network statement 
specifies which interface to enable the EIGRP process.  So, why list the other 
networks with network statements if their interface has been marked as passive?

!
interface Loopback0
 ip address 200.0.0.4 255.255.255.255
!
interface FastEthernet0/0
 ip address 150.100.40.4 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 150.100.41.4 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0/0
 bandwidth 64
 ip address 150.100.24.4 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 frame-relay lmi-type cisco
!
router eigrp 2004
 passive def
 no passive-interface s0/0/0
 no auto-summary
 redistribute connected
 network 150.100.24.0 0.0.0.255
 network 200.0.0.4 0.0.0.0
 network 150.100.40.0 0.0.1.255
 
Regards,
Jay McMickle- CCNP, CCSP, MCSE


      
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to