[j-nsp] Commit failure for IPv6 static route

Dragan Mickovic micko at micko.net
Fri May 25 14:25:33 EDT 2007


juniper does not support broadcast interfaces for next-hop, set
the next-hop to be an IP.


micko

On Fri, May 25, 2007 at 01:04:39PM -0400, Aaron Daubman wrote:
> Greetings,
> 
> I'm wondering why my commit is failing with the following error:
> (the error is obvious, however I don't understand why this would
> matter - the same config is running and working on a GSR - the whole
> reason I'm using a qualified next-hop is because the interface is not
> point-to-point and has no unicast global...)
> 
> # commit
> [edit routing-options rib inet6.0 static route 2001:5:1:1::/64]
>   'qualified-next-hop 2001:5:1:1:200:FF:FE05:101'
>     RT: next-hop ge-1/1/0.0 is not point-to-point
> error: configuration check-out failed
> 
> Am I missing something or is there a way to force this?
> 
> The relevant configuration is below:
> -------------------------------------------------
> <snip>
>      ge-1/1/0 {
>         hold-time up 0 down 0;
>         mac 00:00:00:15:00:01;
>         unit 0 {
>             family inet6 {
>                 address fe80::200:ff:fe15:1/64;
>             }
>         }
>     }
> <snip>
> routing-options {
>     rib inet6.0 {
>         static {
>             route 2001:5:1:1::/64 {
>                 qualified-next-hop 2001:5:1:1:200:FF:FE05:101 {
>                     interface ge-1/1/0.0;
>                 }
>                 retain;
>                 install;
>             }
>         }
>     }
> <snip>
> -------------------------------------------------
> 
> Thanks,
>      ~Aaron
> _______________________________________________
> 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