From: Olivier Martin (omartin@xxxxxxxx)
Date: Sun Sep 16 2001 - 08:08:18 GMT-3
Much more efficient. I did not know this one...
;)
Olivier
-----Message d'origine-----
De : Jim Brown [mailto:Jim.Brown@CaseLogic.com]
Envoyi : 16 septembre, 2001 01:04
@ : 'Hansang Bae'; ccielab@groupstudy.com
Objet : RE: OSPF Type 5 lsa question
Don't forget....
route-map LoopbacksOnly permit 10
match interface loopback 0
This will also grab the interface without the hassle of a access-list. Every
second counts.
-----Original Message-----
From: Hansang Bae [mailto:hbae@nyc.rr.com]
Sent: Saturday, September 15, 2001 5:15 PM
To: ccielab@groupstudy.com
Subject: Re: OSPF Type 5 lsa question
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
**Please read:http://www.groupstudy.com/list/posting.html
**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