Re: OSPF Type 5 lsa question

From: Hansang Bae (hbae@xxxxxxxxxx)
Date: Sat Sep 15 2001 - 20:15:01 GMT-3


   
At 05:37 PM 9/15/01 -0400, Omar wrote:
>Folks,
>I have a 4 router pod and have ospf up and running.
>None of the loopback interfaces have OSPF running on it.
>I decided to redistribute the loopback interface of one the backbone routers
>(Router 1) into the ospf network and used the following command....
>
>redistribute connected metric 100 subnet
[snip: all connected interfaces showed up as an external route]

You need to use a route-map to only redistribute what you want.

int loop0
   ip addr 172.16.1.1 255.255.255.255
int loop1
   ip addr 172.18.1.1 255.255.255.255
router ospf 1
   redistribute connected subnets metric 100 route-map LoopbacksOnly
!
route-map LoopbacksOnly permit 10
    match ip address 1
!
access-list 1 permit 172.16.1.1 0.1.0.0 /* this will match 172.16.1.1 and
172.17.1..1 */

hsb
**Please read:http://www.groupstudy.com/list/posting.html



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:32:18 GMT-3