Re: [j-nsp] floating static routes question

From: Greg Ketell (gketell@juniper.net)
Date: Wed Sep 12 2001 - 18:42:57 EDT


That was a new feature added in JUNOS 5.0.
GK

At 02:28 PM 9/12/2001, Przemyslaw Karwasiecki wrote:
>Hello,
>
>Is it possible to accomplish following "floating" static route
>on Juniper:
>
>IOS syntax:
>-----------
>ip route 10.0.0.200 255.255.255.255 10.0.1.1
>ip route 10.0.0.200 255.255.255.255 10.0.2.1 250
>
>JunOS (incorrect) syntax:
>------------------------
>routing-options {
> static {
> route 10.0.0.200/32 {
> next-hop 10.0.1.1 {
> metric 1
> }
> next-hop 10.0.2.1 {
> metric 250
> }
> }
> }
>}
>
>In short:
>How to (while using static routes) select a 'secondary' route
>to the same loopback address in case of primary link failure.
>
>Thank you,
>
>Przemek



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:37 EDT