I should have added the config:

cat2:

router eigrp 1
 redistribut-static
 distribute-list 1 out int fast 0/22
!
access-list 1 deny 0.0.0.0
access-list 1 permit any

On 30 March 2011 17:35, Leigh Jewell <[email protected]> wrote:

> The other things is the answers point to 'redistributing static' to get the
> Home subnet 192.168.10.0/24 advertised in EIGRP. The trouble is from
> question *2.4 Static Routing* a default route was configured which would
> be redistributed to Medium Office. This conflicts with the requirements in
> question *2.6 EIGRP Routing* "Medium Office Clients should not be able to
> connect to the Internet". A distribution filter really needs to be added to
> ensure default gets filtered out.
>
> Is the question wrong or am I misunderstanding the answer ?
>
> Cheers,
> Leigh.
>
> On 30 March 2011 17:27, Leigh Jewell <[email protected]> wrote:
>
>> *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