Just taking a stab in the dark here, but couldn't this be accomplished
by using the 'rib' option?

[edit routing-options]
[EMAIL PROTECTED] set rib inet6.0 generate ::/0 metric 65000 discard

I've never done generated routes before, so this could be incorrect.

-evt
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Ras
> Sent: Tuesday, August 14, 2007 10:02 AM
> To: [email protected]
> Subject: [j-nsp] Generating inet6 routes
> 
> I'm trying to generate an inet6 route in roughly the same way that I
> generate an inet route, but the config checker is disagreeing with me:
> 
> [edit routing-options generate]
> route 0.0.0.0/0 {
>     policy generate-default;
>     metric 10000;
>     discard;
> }
> route ::/0 {
>     metric 10000;
>     discard;
> }
> 
> (no policy because the peering isn't up yet)
> 
> However, a commit check shows:
> # commit check
> [edit routing-options generate]
>   'route ::/0'
>     RT: invalid destination ::/0 for family inet
> error: configuration check-out failed
> 
> 
> I had a look around the internet and the documentation, but I can't
> find any obvious way to specify that it is an inet6 route.
> 
> Help?
> 
> Thanks,
> Ras
> _______________________________________________
> juniper-nsp mailing list [email protected]
> https://puck.nether.net/mailman/listinfo/juniper-nsp
> 
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to