After also bouncing eth2 -
vyos@vyos:~$ show ipv6 route
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIPng, O - OSPFv3, I - IS-IS, B - BGP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
S>* ::/0 [1/0] via 2a0e:1d47::22, eth1, weight 1, 00:18:13
C>* 2a0e:1d47::22/127 is directly connected, eth1, weight 1, 00:18:13
L>* 2a0e:1d47::23/128 is directly connected, eth1, weight 1, 00:18:13
C>* 2a0e:1d47:11::/64 is directly connected, eth2, weight 1, 00:00:15
L>* 2a0e:1d47:11::1/128 is directly connected, eth2, weight 1, 00:00:15
C * fe80::/64 is directly connected, eth2, weight 1, 00:00:14
C * fe80::/64 is directly connected, eth1, weight 1, 00:18:11
C>* fe80::/64 is directly connected, ifb0, weight 1, 02:06:51
vyos@vyos:~$ show ipv6 neighbors
Address Interface Link layer address State
--------- ----------- -------------------- -------
…and trying to ping6 the ISP gateway and known up LAN servers:
vyos@vyos:~$ ping6 2a0e:1d47::22
PING 2a0e:1d47::22(2a0e:1d47::22) 56 data bytes
^C
--- 2a0e:1d47::22 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2063ms
vyos@vyos:~$ ping6 2a0e:1d47:11::153
PING 2a0e:1d47:11::153(2a0e:1d47:11::153) 56 data bytes
^C
--- 2a0e:1d47:11::153 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2070ms
I’m at a loss.