Re: distribute-list

From: Uchil Perera (uchil.groupstudy@yahoo.com)
Date: Thu May 17 2007 - 13:18:45 ART


Hi Rob,
   
  You are making a bsic error. Your distribute list refers to a access-list with the name
  RIP->BB1 not a prefix list. To use a prefix list use the below command
  distribute-list prefix RIP->BB1
   
  ex.
   
  router(config-router)#distribute-list ?
  <1-199> IP access list number
  <1300-2699> IP expanded access list number
  WORD Access-list name
  gateway Filtering incoming updates based on gateway
  prefix Filter prefixes in routing updates
  router(config-router)#distribute-list
   
  Regards
   
   
  

Darby Weaver <darbyweaver@yahoo.com> wrote:
  Your prefix list might need more definition.

Try this on for size:

http://www.groupstudy.com/archives/ccielab/200404/msg00539.html

Enjoy!!!
--- Rob McDonald wrote:

> Hello Group,
>
> I am trying to send only 150.32.0.0/16 to BB1 from
> R6 through rip while
> using the distribute-list and prefix-list.
>
>
> R6# sh run | b router rip
>
> router rip
> version 2
> redistribute ospf 1 metric 5
> passive-interface default
> no passive-interface FastEthernet0/0
> network 180.1.0.0
> distribute-list RIP->BB1 out FastEthernet0/0
> no auto-summary
>
> !
> ip prefix-list RIP->BB1 seq 5 permit 150.32.0.0/16
>
>
>
> Still I see all the routes at BB1. Is there anything
> that I'm doing wrong in
> defining my prefix list.
>
> Thanks,
> Rob
>
>



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:21 ART