9.15 Manipulate Redistribution

Here is an example using a distribute list to filter out four networks from redistribution from an OSPF process to an EIGRP process:

Here is an example of applying a distribution-list using a prefix-list matching all prefixes of 172.16.0.0/16 less than or equal to /24:

Note the following prefix-list definitions:

  • ip prefix-list SEETHIS permit 0.0.0.0/0 (default-route only, all other routes are filtered)
  • ip prefix-list SEETHIS permit 0.0.0.0/32 (all routes, inclusive)