Master CCNA

How to Master CCNA Ebook

 

 Start your networking career and Master CCNA

Master CCNP SWITCH

How to master CCNP SWITCH ebook

 

 Become a switching guru and Master CCNP SWITCH

Master CCNP ROUTE

How to master CCNP ROUTE Ebook

 

 Dominate routing protocols and Master CCNP ROUTE

Master CCNP TSHOOT

How to Master CCNP TSHOOT

 

 Complete your CCNP R&S journey and Master CCNP TSHOOT

Print

Distribute List Filtering

Written by Rene Molenaar on . Posted in Network Services

Scenario:

Ever since you were a child you wanted to be a trappist monk, the silence of the monastery and the science of trappist beer have been a part of your life as far as you can remember. Recently the monastery decided to cooperate with other monks to share information about the brewing process of trappist beer. One of the monks configured the routers and has setup redistribution between EIGRP and OSPF so there is full connectivity between the networks. However, your monastery holds some precious recipies that are not to be shared with everyone, you need to make sure access to these networks is filtered in the routing or redistribution process....Cheers!

Goal:

  • All IP addresses have been preconfigured for you.
  • OSPF and EIGRP have been preconfigred for you on the corresponding routers.
  • Redistribution has been preconfigured for you on router Chimay.
  • Router Orval and Achel both have 2 loopback interfaces:
    Orval: L0: 1.1.1.1 and L1: 11.11.11.11
    Achel: L0: 3.3.3.3 and L1: 33.33.33.33
  • You are not allowed to make any changes to the network commands under the OSPF or EIGRP process.
  • Ensure router Chimay does not advertise the 3.3.3.0 /24 network towards router Orval, use an access-list to accomplish this.
  • Ensure router Orval does not advertise the 1.1.1.0 /24 network towards router Chimay, use a prefix-list to accomplish this.
  • Ensure router Chimay does not redistribute the 11.11.11.0 network into OSPF, use a route-map to accomplish this.

It took me 1000s of hours reading books and doing labs, making mistakes over and over again until I mastered all the routing protocols for CCNP.

Would you like to be a master of routing too? In a short time without having to read 900 page books or google the answers to your questions and browsing through forums?

I collected all my knowledge and created a single ebook for you that has everything you need to know to become a master of routing.

You will learn all the secrets about OSPF, EIGRP, distribute lists, filtering and more.

Does this sound interesting to you? Take a look here and let me show you how to Master CCNP ROUTE

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

Distribute List Filtering

Video Solution:

You need to a flashplayer enabled browser to view this YouTube video

You need to register to download the GNS3 Topology File. (Registration is Free!)

Only registered users can write comments!

Comments (4)

  • avatar
    djtjlt

    About "Ensure router Achel does not advertise the 3.3.3.0 /24 network towards router Chimay, use an access-list to accomplish this.".
    Because of the OSPF logic, the topology database on all routers within an area must be identical, so you cannot filter advertisment of 3.3.3.0/24 network on router Achel - filtering just don't work, and the lab does not let you to play with network commands as well, so all you can do is to filter this route on Chimay router. Chimay router will still have this network in it's topology database (it will see it as a stub network connected to Achel router), but it will be filtered from appearing in it's routing table :)
    Maybe I'm wrong, then somebody please correct me :)

  • avatar
    ReneMolenaar

    Seems I wasn't thinking when I chose the routing protocols ;D

    With OSPF it's impossible to have an outgoing distribute-list, only method to do this is on an ASBR.

    So I changed the lab to remove this impossible task ;)

    Rene

  • avatar
    djtjlt

    Or on Chimay you may use distribute-list in to filter 3.3.3.0. The choise depends on if you want Chimay to have a route for network 3.3.3.0 in his routing table or you don't. The lab task will be accomplished - Orval won't hear about 3.3.3.0 in any of those two cases :)

  • avatar
    keithsistrunk

    Has the configs been adjusted the correct way as of current day?

feedback