[j-nsp] generate a default route question

2008-12-01 Thread William Jackson
I have a test lab where I have an edge router that I want to use to generate a default route into my OSPF process depending on whether an interface is up or not. Code snippets: Show routing-options: generate { route 0.0.0.0/0 { policy generate_default_route; tag

Re: [j-nsp] generate a default route question

2008-12-01 Thread alain.briant
] generate a default route question I have a test lab where I have an edge router that I want to use to generate a default route into my OSPF process depending on whether an interface is up or not. Code snippets: Show routing-options: generate { route 0.0.0.0/0 { policy

Re: [j-nsp] generate a default route question

2008-12-01 Thread Iftikhar Ahmed
Hi, Try change the policy like the one below. It will work for you set policy-options policy-statement default-route term 1 from interface interface_name Regards, iftikhar Ahmed On Mon, Dec 1, 2008 at 9:52 PM, William Jackson [EMAIL PROTECTED]wrote: I have a test lab where I have an edge

Re: [j-nsp] generate a default route question

2008-12-01 Thread Tim Nagy
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Jackson Sent: Tuesday, 2 December 2008 3:52 AM To: juniper-nsp@puck.nether.net Subject: [j-nsp] generate a default route question I have a test lab where I have an edge router that I want to use to generate