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

EIGRP from Vlan

ssweehinlew
Level 1
Level 1

Anyone can show me the example for configuring EIRGP from vlan of 2 switches? For example vlan 289, switch A (vlan ip: 192.168.10.2) and switch B (vlan ip: 192.168.10.3). Thanks.

3 Replies 3

mahmoodmkl
Level 7
Level 7

Hi,

Assuming that there is a trunk or a layer 2 connection between the switches you can use the below commands.

switch(config)#routrer eigrp 10

switch(config-rotuer)#network 192.168.10.0

configure the same on both the switches.

Thanks

If I have additional EIGRP neighbors, do i need to use the same network IP as them in order for them to communicate with each other?

for example:

switch#sh ip eigrp nei

H          Address          Interface

1          192.168.111.2    vlan 289

0          192.168.111.3    vlan 289

Hi,

I didnt get wht you u mean.

For two eigrp devices to become neighbor they need to be on the same subnet or else they will not become neighbors.

Thanks