cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
366
Views
0
Helpful
2
Replies

Basic Question EIGRP

ThomasBond_2
Level 1
Level 1

Hi,

I have this configuration in a 3750:

interface gi 0/1

ip add 192.168.10.0 255.255.255.0

exit

interface gi 0/2

ip add 192.168.20.0 255.255.255.0

exit

interface gi 0/3

ip add 192.168.30.0 255.255.255.0

SHUTDOWN

exit

router eigrp 100

network 192.168.10.0 0.0.0.255

network 192.168.20.0 0.0.0.255

network 192.168.30.0 0.0.0.255

The network 192.168.30.0 (administratively down) will be known to other routers running EIGRP 100?

2 Replies 2

Mohamed Sobair
Level 7
Level 7

NO, it will not be know for other Eigrp 100 neighbors.

HTH

Mohamed

marcusbrutus
Level 1
Level 1

Eigrp advertises networks by checking its own routing table.  If the interface is down then it won't be on its routing table hence it will not be advertised.

The eigrp network command simply tells eigrp which networks/interface will participate in the eigrp process.

Review Cisco Networking for a $25 gift card