Link to home
Start Free TrialLog in
Avatar of dissolved
dissolved

asked on

quick EIGRP question

If you had two networks  172.16.1.0/24 and 172.16.2.0/24, how would you add these to a router so they could be part of the EIGRP protocol?

172.16.1.0
255.255.255.0

Which means the first three octets are the network portion.

Would the answer be

network 172.16.1.0 100
network 172.16.2.0 100
???
thanks
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I don't recall when it first became available, but ver 12.3 will.

Here's a show run:

router eigrp 4
 redistribute ospf 4 metric 100000 100 255 1 1500
 network 172.0.0.0 0.255.255.255
 no auto-summary
 no eigrp log-neighbor-changes

-Don
Avatar of dissolved
dissolved

ASKER

Don and lrmoore: Could I get your feedback on this question?
https://www.experts-exchange.com/questions/21380207/CCNP-question.html

Thanks!