Re: [j-nsp] Backup route config?

2008-04-09 Thread Farhan Jaffer
True. Thanks. -FJ On Wed, Apr 9, 2008 at 1:47 PM, Erdem Sener <[EMAIL PROTECTED]> wrote: > 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; >

Re: [j-nsp] Backup route config?

2008-04-09 Thread Erdem Sener
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 <[EMAIL PROTECTED]> wrote: > Hi, > > I am

[j-nsp] Backup route config?

2008-04-09 Thread Farhan Jaffer
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 inc