Oh my good!! This was the problem!!
I have searching information but don't find the command to change the address link-local
Code:
GANDIA>en
GANDIA#sh ipv6 int serial 0/0
Serial0/0 is up, line protocol is up
IPv6 is stalled, link-local address is FE80::FFFF:FE10:45C5 [DUPLICATE]
Global unicast address(es):
2001:1111:2222:1::C0A8:2, subnet is 2001:1111:2222:1::/64 [TENTATIVE]
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF10:45C5
FF02::1:FFA8:2
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
Hosts use stateless autoconfig for addresses.
BARCELONA#sh ipv6 interface serial 0/0
Serial0/0 is up, line protocol is up
IPv6 is stalled, link-local address is FE80::FFFF:FE10:45C5 [DUPLICATE]
Global unicast address(es):
3000::2, subnet is 3000::/64 [TENTATIVE]
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF00:2
FF02::1:FF10:45C5
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
Hosts use stateless autoconfig for addresses.
BARCELONA#
I have changed the link-local address and work OK!
GANDIA(config-if)#ipv6 address FE80::FFFF:FE10:45C6 link-local
Code:
GANDIA#sh ipv6 interface serial 0/0
Serial0/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::FFFF:FE10:45C6
Global unicast address(es):
2001:1111:2222:1::C0A8:2, subnet is 2001:1111:2222:1::/64
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF10:45C6
FF02::1:FFA8:2
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
Hosts use stateless autoconfig for addresses.
GANDIA#ping 2001:1111:2222:1::C0A8:1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:1111:2222:1::C0A8:1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/71/96 ms
Thanks for all! You are the best! I have been for days and nobody found the trouble.