*Workbook 1 Lab2: 2.6 EIGRP Routing*

The question calls for configuring EIGRP with as few commands as possible.
The answer uses a combination of 'passive-interface default' and 'network
statements' to get the networks to advertise to the neighbour (around 40
commands). I am thinking a better answer with fewer commands (15) is:

cat1:
router eigrp 100
 no auto-summary
 network 10.10.10.0 0.0.0.255
 redistribute connected

cat2:
router eigrp 100
 no auto-summary
 network 10.10.10.0 0.0.0.255
 network 172.16.99.0 0.0.0.3
 redistribute connected

cat4:
router eigrp 100
 no auto-summary
 redistribute connected
 no auto-summary
 network 10.10.10.0 0.0.0.255
 network 172.16.99.0 0.0.0.3

Thoughts ? Comments ?

There is also a typo in the answer 'Because the CME router ip address' when
it is referring to the Home office subnet 192.168.10.0/24.  Additionally the
addition of the static router is in against the question *2.4 Static Routing
* which states 'No other static routes are allowed on any device'.



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

Reply via email to