[c-nsp] Loopback Advertise in OSPF
Prabhu Gurumurthy
pgurumu at gmail.com
Tue Feb 26 17:59:59 EST 2008
Alex Cruz Farmer wrote:
> Rupert Finnigan wrote:
>> Hi,
>>
>> This maybe be a bit of an stupid question, but I'm a bit stumped as to
>> an answer.
>>
>> I'm running Multiarea OSPF on my nework, with Loopbacks configured on
>> each router. However, I currently don't advertise these loopbacks via
>> OSPF, and so connect to each router by one of their interface IP. Not
>> the best idea, me thinks...
>>
>> I wander if anyone can help my work out how's best to advertise these
>> host ip's into OSPF? Is this advisable? What group should they be
>> associated too? Are there any best practises to adhere to?
>>
>> Sorry if I'm being particularly dumb, and many thanks in advance for
>> your pearls of wisdom!
>>
>
> Can you paste the config? Have you used redistribute connected subnets?
>
> Thanks,
>
> Alex.
>
>
> This e-mail is subject to: http://www.netsumo.com/email.sumo
>
> NetSumo Limited - Registered Company in England and Wales
> 13 Hanover Crescent, Brighton, BN2 9SB, Great Britain
> Company Number: 2666084 - VAT Number: GB 587 7952 63
> _______________________________________________
> cisco-nsp mailing list cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>
redistribute connected? why? that would mask/mess the routing cost won't it?
I would avoid using redistribute, unless I am redistributing default routes, VPN
network routes, and routing from another process like EIGRP, RIP etc.
Here is what I use on our network:
interface Loopback127
description "Loopback 127 interface for SSH, RADIUS, NTP"
ip address 10.57.127.1 255.255.255.255
ipv6 address FDC2:C2CD:D343:127::/64 eui-64
ipv6 ospf 127 area 0
router ospf 127
log-adjacency-changes
redistribute static metric 20 subnets route-map RED_OSPF
network 10.57.41.0 0.0.0.255 area 0
network 10.57.127.1 0.0.0.0 area 0
network 10.57.136.0 0.0.0.255 area 0
So the router next to it would see:
O 10.57.127.1/32 [110/2] via 10.57.136.1, 1w6d, FastEthernet0/0
With the loopback being 2 hops away.
Hope this helps
Prabhu
-
More information about the cisco-nsp
mailing list