BGP-IPv6-Mikrotik

Good night

I am trying to configure BGP with ipv6, two mikrotik routers, one pretends to be the ISP, and the other pretends to be my border router, as follows:

2001:cafe:1997:10::/112
:3 :1
R1--------------------------------------------------------------------------R2


R1->

[admin@MikroTik] > ipv6/ address/print
Flags: D - DYNAMIC; G, L - LINK-LOCAL
Columns: ADDRESS, INTERFACE, ADVERTISE

ADDRESS INTERFACE ADVERTISE

0 G 2001:cafe:1997:10::3/112 ether1 no
1 DL fe80::e57:4cff:fe83:7/64 ether8 no
2 DL fe80::e57:4cff:fe83:0/64 ether1 no


opciones de bgp

[admin@MikroTik] /routing/bgp>
advertisements connection session template vpls vpn export

en connection

[admin@MikroTik] /routing/bgp/connection> print
Flags: D - dynamic, X - disabled, I - inactive
0 name="bgp1"
remote.address= 2001:cafe:1997:10::1/112 .as=2
local.default-address= 2001:cafe:1997:10::3/112 .role=ebgp
routing-table=main router-id=1.1.1.2 templates=default as=1 address-families=ipv6

[admin@MikroTik] /routing/bgp/template> print
Flags: * - default; X - disabled, I - inactive
0 * name="default" routing-table=main router-id=1.1.1.2 as=1 address-families=ipv6


R2

G 2001:cafe:1997:10::1/112 ether11 no

admin@MikroTik_Master] /routing/bgp>
advertisements connection session template vpls vpn export

[admin@MikroTik_Master] /routing/bgp> connection/

[admin@MikroTik_Master] /routing/bgp/connection> print
Flags: D - dynamic, X - disabled, I - inactive
0 name="bgp2"
remote.address=2001:cafe:1997:10::3/112 .as=1
local.default-address=2001:cafe:1997:10::1/112 .role=ebgp
routing-table=main router-id=1.1.1.2 templates=default as=2 address-families=ipv6
output.redistribute=connected


Help me pls