cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
279
Views
0
Helpful
1
Replies

Help of Configuring EIGRP

smohanasundaram
Level 1
Level 1

Hi

i have three branches in various locations.all locations connected through through the leades line.i wish to configure eigrp as routing protocol.the following are my subnets

Branch 1: 172.16.0.0/255.255.0.0

Branch 2 : 192.168.3.0/255.255.255.0

branch 3 : 172.16.16.0/255.255.240.0

Please help me to configure the routers.all routers running advanced ip services image.

thanks in advance

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Branch 1

router eigrp 1

network 172.16.0.0

no auto-summary

Branch 2

router eigrp 1

network 192.168.3.0

no auto-summary

Branch 3

router eigrp 1

network 172.16.0.0

no auto-summary

Note that Branch 2 has no network in the 172.16.x.x range. For the routers to exchange EIGRP routes you must include a "network x.x.x.x" entry under the EIGRP config for the WAN interface as well eg.

lets say B1 connected to B2 by a subnet 192.168.12.0.

B1 address is 192.168.12.1

B2 address is 192.168.12.2

In addition to the config above you would need to add

Branch 1

router eigrp 1

network 172.16.0.0

network 192.168.12.0

no auto-summary

Branch 2

router eigrp 1

network 192.168.3.0

network 192,168.12.0

no auto-summary

Jon

Review Cisco Networking products for a $25 gift card