NetScreen
[Top] [All Lists]

Re: [nn] OSPF

To: David Glasgow <David.Glasgow@unison.co.nz>
Subject: Re: [nn] OSPF
From: Mark Ivens <mark.ivens@betfair.com>
Date: Tue, 28 Nov 2006 08:12:44 +0000
Cc: nn@qorbit.net
Delivered-to: sp-com-lists@consult.net
Delivered-to: ns-list2@consult.net
Delivered-to: nn@qorbit.net
In-reply-to: <2C95AA856F89884AA651BA71ACAE256A0543BA@svrmail2.unison.co.nz>
List-archive: <http://www.qorbit.net/nn>
List-help: <mailto:nn-request@qorbit.net?subject=help>
List-id: "Netscreen mailing list for netscreen admins." <nn.qorbit.net>
List-post: <mailto:nn@qorbit.net>
List-subscribe: <http://qorbit.net/mailman/listinfo/nn>, <mailto:nn-request@qorbit.net?subject=subscribe>
List-unsubscribe: <http://qorbit.net/mailman/listinfo/nn>, <mailto:nn-request@qorbit.net?subject=unsubscribe>
References: <2C95AA856F89884AA651BA71ACAE256A0543BA@svrmail2.unison.co.nz>
Sender: nn-bounces@qorbit.net
User-agent: Mutt/1.5.11
Thus spake David Glasgow (David.Glasgow@unison.co.nz):

> Could anyone give me a real simply way of how I can use OSPF to
> distribute the static routes from one Netsreen to another Netscreen,
> and vice versa that are both connected via the trust interfaces.

Here's an example of a config to redistribute a static pointing out of
a tunnel interface which you should hopefully be able to adapt to your
needs. The route-map ensures only the one static is redistributed.

set vrouter "trust-vr"
set router-id a.b.c.d
set access-list 95
set access-list 95 permit ip x.y.0.0/16 10
set route-map name "redistribute-static-ospf" permit 10
set match ip 95
exit
set route x.y.0.0/16 interface tunnel.1
set protocol ospf
set redistribute route-map "redistribute-static-ospf" protocol static
exit
exit
set interface ethernet1/2 protocol ospf area 0.0.0.0
set interface ethernet1/2 protocol ospf enable
exit
_______________________________________________
nn mailing list
nn@qorbit.net
http://qorbit.net/mailman/listinfo/nn

<Prev in Thread] Current Thread [Next in Thread>
  • [nn] OSPF, David Glasgow
    • Re: [nn] OSPF, Mark Ivens <=