Zerobyte and idlemind, I’ve already tried without getting addr on my wan interface selecting only advertise and the effect is the same. I think the problem is because my provider offers only one /64 subnet and I’m trying to routing the same subnet. I’m right? 
I’m very newbie in IPv6 and I thanks your help!
See my config now:
/interface bridge
add name=LAN
/interface ethernet
set [ find default-name=ether6 ] name=ether6-master
set [ find default-name=ether7 ] master-port=ether6-master
set [ find default-name=ether8 ] master-port=ether6-master
set [ find default-name=ether9 ] master-port=ether6-master
set [ find default-name=ether10 ] master-port=ether6-master
/ip pool
add name=Poolv4-LAN ranges=172.20.254.100-172.20.254.200
/ip dhcp-server
add address-pool=Poolv4-LAN disabled=no interface=LAN name=dhcp-LAN
/interface bridge port
add bridge=LAN interface=ether6-master
add bridge=LAN interface=ether2
/ip address
add address=172.20.254.1/24 interface=LAN network=172.20.254.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=172.20.254.0/24 dns-server=172.20.254.1 gateway=172.20.254.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ipv6 address
add from-pool=Copel interface=LAN
/ipv6 dhcp-client
add add-default-route=yes interface=ether1 pool-name=Copel request=prefix use-peer-dns=no
/ipv6 nd
set [ find default=yes ] hop-limit=64
/system clock
set time-zone-name=America/Sao_Paulo
I’m getting ipv6, but not routing to Internet again.
My OS X:
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 28:cf:e9:51:6b:83
inet6 fe80::10f6:449d:486c:365%en0 prefixlen 64 secured scopeid 0x4
inet6 2001:1284:f00d:7bbc:1494:b030:674c:6c67 prefixlen 64 autoconf secured
inet6 2001:1284:f00d:7bbc:69e0:9c0c:dd39:82dd prefixlen 64 autoconf temporary
inet 172.20.254.197 netmask 0xffffff00 broadcast 172.20.254.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
Internet6:
Destination Gateway Flags Netif Expire
default fe80::6e3b:6bff:fefd:7ebc%en0 UGc en0
default fe80::%utun0 UGcI utun0
::1 ::1 UHL lo0
2001:1284:f00d:7bbc::/64 link#4 UC en0
2001:1284:f00d:7bbc:1494:b030:674c:6c67 28:cf:e9:51:6b:83 UHL lo0
2001:1284:f00d:7bbc:69e0:9c0c:dd39:82dd 28:cf:e9:51:6b:83 UHL lo0
fe80::%lo0/64 fe80::1%lo0 UcI lo0
fe80::1%lo0 link#1 UHLI lo0
fe80::%en0/64 link#4 UCI en0
fe80::10f6:449d:486c:365%en0 28:cf:e9:51:6b:83 UHLI lo0
fe80::6e3b:6bff:fefd:7ebc%en0 6c:3b:6b:fd:7e:bc UHLWIir en0
fe80::a03e:ec4:99e6:f46e%en0 0:c:29:71:ec:db UHLWI en0
fe80::%awdl0/64 link#7 UCI awdl0
fe80::28d0:c9ff:fe08:6fe1%awdl0 2a:d0:c9:8:6f:e1 UHLI lo0
fe80::%utun0/64 fe80::930e:2573:1275:7453%utun0 UcI utun0
fe80::930e:2573:1275:7453%utun0 link#9 UHLI lo0
ff01::%lo0/32 ::1 UmCI lo0
ff01::%en0/32 link#4 UmCI en0
ff01::%awdl0/32 link#7 UmCI awdl0
ff01::%utun0/32 fe80::930e:2573:1275:7453%utun0 UmCI utun0
ff02::%lo0/32 ::1 UmCI lo0
ff02::%en0/32 link#4 UmCI en0
ff02::%awdl0/32 link#7 UmCI awdl0
ff02::%utun0/32 fe80::930e:2573:1275:7453%utun0 UmCI utun0
Mikrotik:
[admin@MikroTik] /ipv6 nd> print
Flags: X - disabled, I - invalid, * - default
0 * interface=all ra-interval=3m20s-10m ra-delay=3s mtu=unspecified reachable-time=unspecified retransmit-interval=unspecified ra-lifetime=30m hop-limit=64
advertise-mac-address=yes advertise-dns=no managed-address-configuration=no other-configuration=no
[admin@MikroTik] /ipv6> neighbor print
Flags: R - router
0 R address=fe80::1 interface=ether1 mac-address=C8:8D:83:70:D1:EA status="stale"
1 address=fe80::10f6:449d:486c:365 interface=LAN mac-address=28:CF:E9:51:6B:83 status="stale"
[admin@MikroTik] /ipv6 route> print terse
0 ADS dst-address=::/0 gateway=fe80::1%ether1 gateway-status=fe80::1%ether1 reachable distance=1 scope=30 target-scope=10
1 ADC dst-address=2001:1284:f00d:7bbc::/64 gateway=LAN gateway-status=LAN reachable distance=0 scope=10
2 DSU dst-address=2001:1284:f00d:7bbc::/64 type=unreachable distance=1
[admin@MikroTik] /ipv6 dhcp-client> print terse
0 interface=ether1 status=bound duid=0x000300016c3b6bfd7eb6 dhcp-server-v6=fe80::1 request=prefix add-default-route=yes use-peer-dns=no pool-name=Copel pool
-prefix-length=64 prefix-hint=::/0 prefix=2001:1284:f00d:7bbc::/64, 18h27m58s
[admin@MikroTik] /ipv6 address> print terse
0 DL address=fe80::6e3b:6bff:fefd:7ebc/64 from-pool="" interface=LAN actual-interface=LAN eui-64=no advertise=no no-dad=no
1 DL address=fe80::6e3b:6bff:fefd:7eb6/64 from-pool="" interface=ether1 actual-interface=ether1 eui-64=no advertise=no no-dad=no
2 G address=2001:1284:f00d:7bbc::1/64 from-pool=Copel interface=LAN actual-interface=LAN eui-64=no advertise=yes no-dad=no
$ traceroute6 www.google.com
traceroute6 to www.google.com (2800:3f0:4001:816::2004) from 2001:1284:f00d:7bbc:69e0:9c0c:dd39:82dd, 64 hops max, 12 byte packets
1 2001:1284:f00d:7bbc::1 1.549 ms 0.949 ms 0.823 ms
2 *