I preface this by saying, I am new to IPv6. I am testing IPv6 configuration between two routers (Cisco 7204VXR), in one configuration I attempted to use the following configuration:
ipv6 unicast-routing
R1 - FE0/0 - ipv6 address 2001:aaaa:bbbb::1/64
R2 - FE0/0 - ipv6 address 2001:aaaa:bbbb::2/64
I was not able to ping across the Ethernet link, but I was able to ping the interface address on each router. In other words, R1 could ping 2001:dead:beef:1/64 on its local interface and R2 could ping 2001:dead:beef::2/64 on its local interface, but they could not ping each other across the Ethernet link.
After that test, I used the EUI-64 address configuration below, which did work. I was able to ping from R1 to R2 and R2 to R1.
R1 - FE0/0 ipv6 address 2001:aaaa:bbbb::/64 eui-64
R2 - FE0/0 ipv6 address 2001:aaaa:bbbb::/64 eui-64
Any input would be great, I know that I am missing something, but I don't know what it is (by the way IPv4 works just fine).
Thank you,
Taylor