[j-nsp] Backup route config?

Erdem Sener erdems at gmail.com
Wed Apr 9 04:47:13 EDT 2008


Hi,

 You need to configure as 'qualified-next-hop', like:

    route 172.29.0.0/24 {
        next-hop 10.0.0.2;
        qualified-next-hop 172.16.0.2 { ###
            preference 10;
        }
    }
}

Erdem

On Wed, Apr 9, 2008 at 10:06 AM, Farhan Jaffer <bandhani at gmail.com> wrote:
> Hi,
>
>  I am adding backup route in Juniper router, as if in case one link is
>  down, traffic shifted to backup link. When i add preference with
>  second (backup) route, it applies on both. Like:
>
>  +  next-hop [ 10.0.0.2 172.16.0.2 ];
>  +  preference 10;
>
>  The purpose is same as we are doing in Cisco with increasing add
>  ip route 172.29.0.0 255.255.255.0 172.16.0.2 10
>  ip route 172.29.0.0 255.255.255.0 10.0.0.2
>
>  Any idea?
>
>  Thanks in advance.
>  _______________________________________________
>  juniper-nsp mailing list juniper-nsp at puck.nether.net
>  https://puck.nether.net/mailman/listinfo/juniper-nsp
>


More information about the juniper-nsp mailing list