[j-nsp] Commit failure for IPv6 static route
Aaron Daubman
daubman at gmail.com
Fri May 25 13:04:39 EDT 2007
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
More information about the juniper-nsp
mailing list