Please follow below steps below to onboard CPE over IPv6 using link-local as gateway:


1) sudo /opt/versa/scripts/staging.py -l <local auth> -r <remote auth> -s6 <Global IPv6 address> -g6 <Temporary global IPv6 as gw which is in same subnet as interface IPv6 subnet> -w <wan interface number> -c6 <Controller WAN IPv6 addr>


2) Now type 'cli' and change the static Ipv6 route to link-local as follows:

admin@Branch1-cli(config)% delete routing-instances grt routing-options static route

admin@Branch1-cli(config)% set routing-instances grt routing-options static route ::/0 fe80::e6d3:f1ff:fedf:dcc0 vni-0/0.0
[ok][2018-08-06 16:39:50]

[edit]

admin@Branch1-cli(config)% show | compare
routing-instances {
grt {
routing-options {
static {
route {
+ ::/0 fe80::e6d3:f1ff:fedf:dcc0 vni-0/0.0 {
+ }
}
}
}
}
}